@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
body{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../img/bg_home.jpg) top center no-repeat;
	background-color: #8a4508;
}
body.internas{
	background: url(../img/bg_internas.jpg) top center no-repeat;
	background-color: #8a4508;
}
body.internas1{
	background: url(../img/bg_internas1.jpg) top center no-repeat;
	background-color: #8a4508;
}
#geral{
	width: 754px;
	display:table;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
#geral .dspnone{
	display: none;
}
#geral h1, h2, h3{
	text-indent: -99999px;
	overflow: hidden;
	display: block;	
}
#geral li{
	list-style: none;
	display: block;
}
#geral #topo{
	width: 754px;
	height: 149px;
	display: block;
	position: relative;
}

/*------------------------------------*/

a.btnfecharpop{
	width:102px;
	height:23px;
	display:block;
	position:absolute;
	text-indent:-99999px;
	overflow:hidden;
	background:url(../img/transp.gif) 0 0 no-repeat;
	left: 210px;
	top: 172px;
}
#pog #pop-up{
	width:515px;
	height:209px;
	display:block;
	position:absolute;
	left: 210px;
	top: 172px;
}
/*----------------------------------*/








#geral #topo h1 a{
	width: 200px;
	height: 100px;
	display: block;
	float: right;
	padding-top: 20px;
}
#geral #cont{
	width: 754px;
	display: table;
	float: left;
}
#geral #cont #menu{
	width: 107px;
	display: table;
	float: left;
	padding-top: 17px;
	padding-left: 69px;
}
#geral #cont #menu ul{
	width: 107px;
	display: table;
}
#geral #cont #menu ul li{
	width: 107px;
	height: 28px;
}
#geral #cont #menu ul li a{
	width: 107px;
	height: 28px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	background-position: left top;
	background-repeat: no-repeat;
}
#geral #cont #menu ul li a.btn_home{
	background-image: url(../img/btn_home.jpg);
}
#geral #cont #menu ul li a.btn_empresa{
	background-image: url(../img/btn_empresa.jpg);
}
#geral #cont #menu ul li a.btn_servicos{
	background-image: url(../img/btn_servicos.jpg);
}
#geral #cont #menu ul li a.btn_produtos{
	background-image: url(../img/btn_produtos.jpg);
}
#geral #cont #menu ul li a.btn_estrutura{
	background-image: url(../img/btn_estrutura.jpg);
}
#geral #cont #menu ul li a.btn_noticias{
	background-image: url(../img/btn_noticias.jpg);
}
#geral #cont #menu ul li a.btn_contato{
	background-image: url(../img/btn_contato.jpg);
}
#geral #cont #menu ul li a:hover{
	background-position: left bottom;
}
#geral #cont #menu ul li a.ativo{
	background-position: left bottom;
}
/********** MENU INTERNAS ************/
#geral #cont #menuInt{
	width: 107px;
	display: table;
	float: left;
	padding-top: 17px;
	padding-left: 69px;
}
#geral #cont #menuInt ul{
	width: 107px;
	display: table;
}
#geral #cont #menuInt ul li{
	width: 107px;
	height: 28px;
}
#geral #cont #menuInt ul li a{
	width: 107px;
	height: 28px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	background-position: left top;
	background-repeat: no-repeat;
}
#geral #cont #menuInt ul li a.btn_home{
	background-image: url(../img/btn_home_int.jpg);
}
#geral #cont #menuInt ul li a.btn_empresa{
	background-image: url(../img/btn_empresa_int.jpg);
}
#geral #cont #menuInt ul li a.btn_servicos{
	background-image: url(../img/btn_servicos_int.jpg);
}
#geral #cont #menuInt ul li a.btn_produtos{
	background-image: url(../img/btn_produtos_int.jpg);
}
#geral #cont #menuInt ul li a.btn_estrutura{
	background-image: url(../img/btn_estrutura_int.jpg);
}
#geral #cont #menuInt ul li a.btn_noticias{
	background-image: url(../img/btn_noticias_int.jpg);
}
#geral #cont #menuInt ul li a.btn_contato{
	background-image: url(../img/btn_contato_int.jpg);
}
#geral #cont #menuInt ul li a:hover{
	background-position: left bottom;
}
#geral #cont #menuInt ul li a.ativo{
	background-position: left bottom;
}
/************************************/
#geral #cont #conteudo{
	width: 578px;
	display: table;
	float: left;
}
#geral #cont #conteudo #cont_home{
	width: 527px;
	display: table;
	padding-top: 20px;
	padding-left: 31px;
}
#geral #cont #conteudo #cont_home a{
	width: 521px;
	height: 215px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	background: url(../img/btn_corte_dobra.jpg) left top no-repeat;
}
#geral #cont #conteudo #cont_home a:hover{
	background-position: left bottom;
}
/*********/
#geral #cont #conteudo #cont_empresa{
	width: 560px;
	display: table;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 16px;
}
#geral #cont #conteudo #cont_empresa img{
	width: 522px;
	height: 108px;
	display: block;
	padding-bottom: 50px;
	margin-left: 20px;
}
#geral #cont #conteudo #cont_empresa p{
	padding-bottom: 10px;
}
#geral #cont #conteudo #cont_empresa h2.h2_empresa{
	height: 37px;
	background: url(../img/h2_empresa.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h3.h3_empresa{
	height: 24px;
	background: url(../img/h3_empresa.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h2.h2_estrutura1{
	height: 37px;
	background: url(../img/h2_estrutura1.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h3.h3_estrutura1{
	height: 24px;
	background: url(../img/h3_estrutura1.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h2.h2_noticias{
	height: 37px;
	background: url(../img/h2_noticias.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h3.h3_noticias{
	height: 24px;
	background: url(../img/h3_noticias.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h2.h2_contato{
	height: 37px;
	background: url(../img/h2_contato.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h3.h3_contato{
	height: 24px;
	background: url(../img/h3_contato.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h2.h2_servicos{
	height: 37px;
	background: url(../img/h2_servicos.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa h2.h2_produtos{
	height: 37px;
	background: url(../img/h2_produtos.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .box_not{
	width: 547px;
	display: table;
	float: left;
	color: #281602;
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .box_not p.data{
	padding-bottom: 0;
	clear: left;
}
#geral #cont #conteudo #cont_empresa .box_not p.titulo{
	padding-bottom: 5px;
}
#geral #cont #conteudo #cont_empresa .box_not p.texto{
	line-height: 17px;
}

#geral #cont #conteudo #cont_empresa .box_not img{
	width: 150px;
	height: 91px;
	display: block;
	float: left;
	margin-left: -10px;
	padding:0;
}
/********************************************/
#geral #cont #conteudo #cont_empresa #esquerda1{
	width: 392px;
	height: 320px;
	display: block;
	float: left;
	padding-top: 30px;
}
#geral #cont #conteudo #cont_empresa #esquerda{
	width: 392px;
	height: 320px;
	display: block;
	float: left;
	padding-top: 50px;
	background: url(../img/input.jpg) 0 10px no-repeat;
}
#geral #cont #conteudo #cont_empresa #esquerda ul{
	width: 392px;
	display: table;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li{
	width: 382px;
	height: 53px;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li.maior{
	height: 73px;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li label{
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
	position: absolute;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li input{
	height: 17px;
	border: none;
	background-color: transparent;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li input.nome{
	width: 350px;
	margin-left: 13px;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li input.ddd{
	width: 30px;
	margin-left: 10px;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li input.num01{
	width: 45px;
	margin-left: 9px;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li input.num02{
	width: 45px;
	margin-left: 6px;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li input.btn_enviar{
	width: 66px;
	height: 21px;
	float: right;
	margin-right: 7px;
}
#geral #cont #conteudo #cont_empresa #esquerda ul li textarea{
	width: 365px;
	height: 55px;
	border: none;
	background-color: transparent;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	margin-left: 13px;
}
#geral #cont #conteudo #cont_empresa #resposta{
	width: 392px;
	height: 320px;
	display: block;
	float: left;
	padding-top: 30px;
}


#geral #cont #conteudo #cont_empresa #direita{
	width: 163px;
	height: 250px;
	float: right;
	display: block;
	padding-top: 25px;
	background: url(../img/img_end.jpg) 0 125px no-repeat;
}
#geral #cont #conteudo #cont_empresa #direita h3{
	width: 160px;
	height: 44px;
	background: url(../img/h3_end.gif) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa #direita p{
	font-size: 10px;
	color: #4f2b02;
}
#geral #cont #conteudo #cont_empresa #direita a{
	width: 163px;
	height: 134px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	background: url(../img/btn_mapa.jpg) left top no-repeat;
	margin-top: 40px;
}
#geral #cont #conteudo #cont_empresa #direita a:hover{
	background-position: left bottom;
}
/***********************************************************/
#geral #cont #conteudo #cont_empresa ul.selecao{
	width: 331px;
	height: 32px;
	display: block;
	float: right;
	margin-top: -35px;
	background: url(../img/bg_selecao.jpg) 0 0 no-repeat;
	position: relative;
}
#geral #cont #conteudo #cont_empresa ul.selecao li{
	width: 331px;
	height: 32px;
	display: block;
}

#geral #cont #conteudo #cont_empresa ul.selecao li p.p-select a{
	width:317px;
	height:19px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	outline: none;
	position: absolute;
	left: 4px;
	top: 7px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/btn_select.jpg);
}
#geral #cont #conteudo #cont_empresa ul.selecao li p.p-select a:hover{
	background-position: right bottom;
}
#geral #cont #conteudo #cont_empresa ul.selecao li #bloco_meses{
	background:url(../img/bg_bottom_select.jpg) left top no-repeat;
	width:323px;
	height:151px;
	display:none;
	position:absolute;
	top:26px;
	left:3px;
}
#geral #cont #conteudo #cont_empresa ul.selecao li #bloco_meses ul{
	width:300px;
	display:block;
	padding-top:7px;
}
#geral #cont #conteudo #cont_empresa ul.selecao li #bloco_meses ul li{
	width:300px;
	height: 17px;
	display:block;
	padding-left:8px;
	padding-bottom:1px;
	color:#FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#geral #cont #conteudo #cont_empresa ul.selecao li #bloco_meses ul li a{
	width:300px;
	height: 17px;
	display:block;
	text-decoration:none;
	color:#eeb56b;
	font-weight:bold;
	font-size: 11px;
	overflow: hidden;
	outline: none;
}
#geral #cont #conteudo #cont_empresa ul.selecao li #bloco_meses ul li a:hover{
	text-decoration: underline;
}

/***********************************************************/
#geral #cont #conteudo #cont_empresa ul.selecaoProd{
	width: 331px;
	height: 32px;
	display: block;
	float: right;
	margin-top: -35px;
	background: url(../img/bg_selecao2.jpg) 0 0 no-repeat;
	position: relative;
}
#geral #cont #conteudo #cont_empresa ul.selecaoProd li{
	width: 331px;
	height: 32px;
	display: block;
}

#geral #cont #conteudo #cont_empresa ul.selecaoProd li p.p-select a{
	width:317px;
	height:19px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	outline: none;
	position: absolute;
	left: 4px;
	top: 7px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../img/btn_select.jpg);
}
#geral #cont #conteudo #cont_empresa ul.selecaoProd li p.p-select a:hover{
	background-position: right bottom;
}
#geral #cont #conteudo #cont_empresa ul.selecaoProd li #bloco_meses{
	background:url(../img/bg_bottom_select2.jpg) left top no-repeat;
	width:323px;
	height:151px;
	display:none;
	position:absolute;
	top:26px;
	left:3px;
}
#geral #cont #conteudo #cont_empresa ul.selecaoProd li #bloco_meses ul{
	width:300px;
	display:block;
	padding-top:7px;
}
#geral #cont #conteudo #cont_empresa ul.selecaoProd li #bloco_meses ul li{
	width:300px;
	height: 17px;
	display:block;
	padding-left:8px;
	padding-bottom:1px;
	color:#FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#geral #cont #conteudo #cont_empresa ul.selecaoProd li #bloco_meses ul li a{
	width:300px;
	height: 17px;
	display:block;
	text-decoration:none;
	color:#eeb56b;
	font-weight:bold;
	font-size: 11px;
	overflow: hidden;
	outline: none;
}
#geral #cont #conteudo #cont_empresa ul.selecaoProd li #bloco_meses ul li a:hover{
	text-decoration: underline;
}

/**********************************************************/
#geral #cont #conteudo #cont_empresa .person{
	width: 560px;
	display: block;
}
#geral #cont #conteudo #cont_empresa .person h3.h3_servicos{
	height: 24px;
	background: url(../img/h3_servicos.jpg) 0 0 no-repeat;
}
/*****************/
#geral #cont #conteudo #cont_empresa .corte{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .corte h3.h3_corte{
	height: 24px;
	background: url(../img/h3_corte.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .corte p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .corte img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/************************/
#geral #cont #conteudo #cont_empresa .dobra{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .dobra h3.h3_dobra{
	height: 24px;
	background: url(../img/h3_dobra.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .dobra p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .dobra img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/************************/
#geral #cont #conteudo #cont_empresa .caldeiraria{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .caldeiraria h3.h3_caldeiraria{
	height: 24px;
	background: url(../img/h3_caldeiraria.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .caldeiraria p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .caldeiraria img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/************************/

#geral #cont #conteudo #cont_empresa .solda{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .solda h3.h3_solda{
	height: 24px;
	background: url(../img/h3_solda.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .solda p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .solda img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/*************************/
#geral #cont #conteudo #cont_empresa .calandragem{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .calandragem h3.h3_calandragem{
	height: 24px;
	background: url(../img/h3_calandragem.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .calandragem p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .calandragem img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/****************** PRODUTOS *********************/

#geral #cont #conteudo #cont_empresa .inicial{
	width: 560px;
	height: 150px;
	display: block;
}
#geral #cont #conteudo #cont_empresa .inicial h3.h3_produtos{
	height: 24px;
	background: url(../img/h3_produtos.jpg) 0 0 no-repeat;
}
/*************************/
#geral #cont #conteudo #cont_empresa .chapas{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .chapas h3.h3_chapas{
	height: 24px;
	background: url(../img/h3_chapas.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .chapas p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .chapas img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/*************************/
#geral #cont #conteudo #cont_empresa .perfis{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .perfis h3.h3_perfis{
	height: 24px;
	background: url(../img/h3_perfis.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .perfis p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .perfis img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/*************************/
#geral #cont #conteudo #cont_empresa .perfil_dobrado{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .perfil_dobrado h3.h3_perfil_dobrado{
	height: 24px;
	background: url(../img/h3_perfil_dobrado.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .perfil_dobrado p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .perfil_dobrado img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/*************************/
#geral #cont #conteudo #cont_empresa .pecas{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .pecas h3.h3_pecas{
	height: 24px;
	background: url(../img/h3_pecas.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .pecas p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .pecas img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/*************************/
#geral #cont #conteudo #cont_empresa .aco{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .aco h3.h3_aco{
	height: 24px;
	background: url(../img/h3_aco.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .aco p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .aco img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/*************************/
#geral #cont #conteudo #cont_empresa .tubos{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .tubos h3.h3_tubos{
	height: 24px;
	background: url(../img/h3_tubos.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .tubos p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .tubos img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
/*************************/
#geral #cont #conteudo #cont_empresa .tarugos{
	width: 560px;
}
#geral #cont #conteudo #cont_empresa .tarugos h3.h3_tarugos{
	height: 24px;
	background: url(../img/h3_tarugos.jpg) 0 0 no-repeat;
}
#geral #cont #conteudo #cont_empresa .tarugos p{
	padding-bottom: 15px;
}
#geral #cont #conteudo #cont_empresa .tarugos img{
	width: 145px;
	height: 94px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

/***********************************************************/
#geral #destaqueHome{
	width: 754px;
	display: table;
	float: left;
	padding-top: 39px;
}
#geral #destaqueHome #left{
	width: 251px;
	display: table;
	float: left;
	padding-left: 185px;
	color: #eeb56b;
	line-height: 18px;
}
/********************************/
#geral #destaqueHome #left #box{
	width: 251px;
	height: 190px;
	display: block;
	position: relative;
}
#geral #destaqueHome #left #box p{
	width: 227px;
	padding-left: 8px;
}
#geral #destaqueHome #left #box h2.h2_a_sanlazaro{
	height: 37px;
	background: url(../img/h2_a_sanlazaro.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #left #box a{
	width: 106px;
	height: 97px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	position: absolute;
	left: -110px;
	top: 0;
	background: url(../img/btn_clique_sanlazaro.jpg) 0 0 no-repeat;
}


#geral #destaqueHome #left #box1{
	width: 251px;
	height: 160px;
	display: block;
	position: relative;
}
#geral #destaqueHome #left #box1 p{
	width: 227px;
	padding-left: 8px;
}
#geral #destaqueHome #left #box1 h2.h2_estrutura{
	height: 37px;
	background: url(../img/h2_estrutura.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #left #box1 a{
	width: 106px;
	height: 97px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	position: absolute;
	left: -110px;
	top: 0;
	background: url(../img/btn_clique_estrutura.jpg) 0 0 no-repeat;
}



/*******************************/
#geral #destaqueHome #right{
	width: 308px;
	display: table;
	float: left;
	padding-left: 10px;
	color: #4f2b02;
	line-height: 18px;
}
#geral #destaqueHome #right h2{
	height: 37px;
	background: url(../img/h2_produtos.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul{
	width: 244px;
	display: table;
	padding-top: 11px;
}
#geral #destaqueHome #right ul li{
	width: 244px;
	height: 25px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
}
#geral #destaqueHome #right ul li.linha01{
	background: url(../img/linha01.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul li.linha02{
	background: url(../img/linha02.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul li.linha03{
	background: url(../img/linha03.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul li.linha04{
	background: url(../img/linha04.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul li.linha05{
	background: url(../img/linha05.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul li.linha06{
	background: url(../img/linha06.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul li.linha07{
	background: url(../img/linha07.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right ul li.linha08{
	background: url(../img/linha08.jpg) 0 0 no-repeat;
}
#geral #destaqueHome #right a{
	width: 81px;
	height: 21px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	background:url(../img/btn_clique_produtos.jpg) 0 0 no-repeat;
}
/********** RODAPÉ *********/
#rodape{
	float:left;
	width: 100%;
	height: 122px;
	color: #696969;
	background: url(../img/bg_rodape.jpg) no-repeat top center;
	position:absolute;
}
#rodape .dspnone{
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
	position: absolute;
}

#rodape #centraliza_rodape{
	width: 671px;
	display: block;
	margin: 0 auto;
	padding-left: 83px;
	padding-top: 40px;
}
#rodape #centraliza_rodape address{
	font-style: normal;
	padding-bottom: 5px;
}
#rodape #centraliza_rodape strong.titulo{
	color: #004996;
}
#rodape #centraliza_rodape #selos{
	height: 15px;
	display: block;
	float: left;
}
#rodape #centraliza_rodape #selos ul{
	width: 185px;
	height: 15px;
	display: block;
}
#rodape #centraliza_rodape #selos ul li{
	width: 91px;
	height: 15px;
	display: block;
	float: left;
}
#rodape #centraliza_rodape #selos ul li.espaco{
	padding-right: 3px;
}
#rodape #centraliza_rodape #selos ul li a{
	width: 91px;
	height: 15px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
}
#rodape #centraliza_rodape #selos ul li a.ao5{
	background: url(../img/selo_ao5.jpg) 0 0 no-repeat;
}
#rodape #centraliza_rodape #selos ul li a.w3c{
	background: url(../img/selo_w3c.jpg) 0 0 no-repeat;
}

#rodapeH{
	width: 100%;
	height: 111px;
	display: block;
	float: left;
	color: #696969;
	background: url(../img/bg_rodapeH.jpg) top center no-repeat;
	position:absolute;
}
#rodapeH .dspnone{
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
	position: absolute;
}
#rodapeH #centraliza_rodape{
	width: 671px;
	display: block;
	margin: 0 auto;
	padding-left: 83px;
	padding-top: 40px;
}
#rodapeH #centraliza_rodape address{
	font-style: normal;
	padding-bottom: 5px;
}
#rodapeH #centraliza_rodape strong.titulo{
	color: #004996;
}
#rodapeH #centraliza_rodape #selos{
	height: 15px;
	display: block;
	float: left;
}
#rodapeH #centraliza_rodape #selos ul{
	width: 185px;
	height: 15px;
	display: block;
}
#rodapeH #centraliza_rodape #selos ul li{
	width: 91px;
	height: 15px;
	display: block;
	float: left;
}
#rodapeH #centraliza_rodape #selos ul li.espaco{
	padding-right: 3px;
}
#rodapeH #centraliza_rodape #selos ul li a{
	width: 91px;
	height: 15px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
}
#rodapeH #centraliza_rodape #selos ul li a.ao5{
	background: url(../img/selo_ao5.jpg) 0 0 no-repeat;
}
#rodapeH #centraliza_rodape #selos ul li a.w3c{
	background: url(../img/selo_w3c.jpg) 0 0 no-repeat;
}
