@charset "utf-8";

/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.borda_coberturas {
	border: 2px solid #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.borda_img{
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}
.borda_img:hover {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FF9900;
}



.img_color{
	border: 3px solid #0066FF;
	background-color: #FFFFFF;
}
.img_color:hover {
	border: 3px solid #FFCC00;
	background-color: #FFFFFF;
}



.rodape {
	background-image: url(../imagens/layout/rodape.png);
	height: 50px;
}


/* FORM
/********************************************************************************************/

form {
	margin: 0;
	padding: 0;
}
input, select {
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
}
.button {
	border: 2px solid #F3F3F3;
	padding: 1px 8px;
	color: #FFFFFF;
	background-color: #F9CF28;
}
.button:hover, .button:focus {
	border-color: #E6E6E6;
}
.inputbox {
	border: 1px solid #E6E6E6;
	background: #F3F3F3;
	color: #6B6B6B;
	width: 95%;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #CCCCCC;
}


/***************************************************** FONTES  ***************************************/
.fonte{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.fonte_laranja {
	font-size: 12px;
	color: #d76212;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.fonte_pq {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.fonte_gr {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.fonte_titulo {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}


.fonte_laranja_pq {
	font-size: 11px;
	color: #d76212;
}
.fonte_laranja_gr {
	font-size: 11px;
	color: #d76212;
	font-weight: bold;
}

.fonte_branco_pq {
	font-size: 11px;
	color: #ffffff;
}
.fonte_branco_gr {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}


.fonte_italica_pq {
	font-size: 10px;
	font-style: italic;
}

/* LINKS
/********************************************************************************************/
a:link {
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
a:hover {
    text-decoration: none;
	
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
