/* CSSīs globais */

html, body { 
 	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.txt {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

fieldset { border: 0; }

.a_home:active { color: #FFFFFF; text-decoration: none; }
.a_home:link { color: #FFFFFF; text-decoration: none; }
.a_home:visited { color: #FFFFFF; text-decoration: none; }
.a_home:hover { color: #FFFFFF; text-decoration: underline; }

a:active { color: #666666; text-decoration: none; }
a:link { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }


/* CSSīs estrutura */

#header { 
	background-image: url(../imgs/bg_header.jpg); 	
	background-repeat: repeat-x; 
	height: 93px;
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
}


#topo {
	background-image: url(../imgs/bg_header_bar_topo.jpg); 	
	background-repeat: repeat-x; 
	display: block;
	width: 771px;
	height: 90px;
 	margin: 3px 0px 0px 0px;
}

#bg_top { 
	background-image: url(../imgs/bg_geral_top.jpg); 	
	background-repeat: repeat-x; 
	position: absolute;
	top: 93px;
	left: 0px;
	height: 32px;
	width: 100%;
	display: block;
}

#geral {
	background-image: url(../imgs/bg_base.jpg); 	
	background-repeat: repeat-x; 
	position: absolute;
	vertical-align: top;
	display: block;
	top: 93px;
	width: 100%;
}

#base {
	background: #FFFFFF url(../imgs/bg_base_interna.jpg) repeat-x; 	
 display:block;
}
#destaque_i {
	background-image: url(../imgs/bg_destaque_principal_middle.jpg); 	
	background-repeat: repeat-y; 
	position: relative;
	display: block;
	width: 771px;
 	margin: 0;
	clear: both;
	top: 93px;
}

#destaque_h {
	background-image: url(../imgs/bg_destaque_principal_middle.jpg); 	
	background-repeat: repeat-y; 
	position: relative;
	display: block;
	width: 771px;
 	margin: 0;
	clear: both;
}

#interna {
	background:#FFFFFF url(../imgs/bg_base_interna.jpg) repeat-x; 	
	position: absolute;
	vertical-align: top;
	display: block;
	top: 0px;
	width: 100%;
	height: 100%;
}

#footer { 
	background-image: url(../imgs/bg_geral_footer.jpg); 	
	background-repeat: repeat-x; 
	height: 32px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px; 
}


/* CSSīs home */

#secundario_index { 
	background-image: url(../imgs/bg_destaque_secundario.jpg); 
	position: relative;
	height: 161px; 
	width: 771px; 
	background-repeat: no-repeat; 
	display: block; 
	margin: 0;
}


/* CSSīs internas */
#inside { 
	position: relative;
	width: 771px; 
	background-repeat: no-repeat; 
	display: block; 
	margin: 0;
	clear: both;
}

#topo_secao { 
	background-image: url(../imgs/bg_header_interna.jpg); 
	position: relative;
	top: 93px;
	height: 48px; 
	width: 771px; 
	background-repeat: no-repeat; 
	display: block; 
}

#header_secao {
	margin: 12px 0px 0px 35px;
	 display:block;
}

#corpo_secao {
	margin-top: 12px;
	padding: 10px; 6px 0px 15px;
	width: 100%;
	position: relative;
	top: 83px;
	 display:block;
	}

#footer_interna { 
	background-image: url(../imgs/bg_footer_interna.gif); 	
	background-repeat: repeat-x; 
	height: 80px;
	width: 100%;
	margin-top: 12px;
	_margin-bottom: -3px;
	clear: both;
	 display:block;
}

/* CSSīs Clientes */

.div_logo {
	background-image: url(../clientes/imgs/logomarcas/bg_divisor.jpg); 	
	background-repeat: repeat-x; 
	height: 1px;
	width: 100%;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;

}

/* CSSīs Notícias */
.news_lateral {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.news_dst_lat {
	color: #730909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	 display:block;
}

/* CSSīs Atendimento */

.fom_faleconosco {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	height: 14px;
	padding: 2px 0px 0px 5px;
    border: 1px solid #7F7F7F;
}

.fom_faleconosco2 {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	height: 110px;
	padding: 2px 0px 0px 5px;
    border: 1px solid #7F7F7F;
}

.imagem {
	background: #E1E1E1 repeat;
	display: block;
	padding: 6px 0px 3px 6px;
}