*{
   margin:0;
   padding:0;
   }
   
/*--------estrutura principal-------*/

body{
	background-color: #ffcc00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
    color:#003399;
	}

#geral{
	/*width:750px;*/
	width:750px;
	display:table;
 	margin:0 auto;
	background:url(../img/bg_geral.jpg) repeat-y 0 0;
	}
#geral h1{
	text-indent:-99999px;
	overflow:hidden;
	position:absolute;
}
#geral img{
	border:none;
	}

#geral a{
	font-weight: bold;	
	text-decoration:none;
	color:#003399;
	overflow:hidden;
	}	

#geral li{
  list-style:none;
	}
	
#geral #esquerda{
	position:relative;
	width:183px;
	height:600px;
	display:block;
	float:left;
	background:url(../img/bg_esquerda.jpg) no-repeat 0 0;
	}
	
#geral #direita{
	width:567px;
	display:block;
	/*float:left;*/
	float:left;
	background: url(../img/bg_topo.jpg) no-repeat 0 0;
	}	
	
	
/*--------inicio esquerda-------*/	


#geral #esquerda .menu{
	width:130px;
	float:left;
	display:block;
	padding-top:40px;
	padding-left:52px;
	z-index:999;
	}

#geral #esquerda .menu ul{
	width:130px;
	display:block;
	}

#geral #esquerda .menu li{
	height:40px;
	float:left;
	clear:left;
	}

#geral #esquerda .menu li a{
	height:40px;
	width:130px;
	display:block;
	text-indent:-99999px;
	background-position: 0 0;
	background-repeat:no-repeat;
	}	

#geral #esquerda .menu #bt_home{
	background-image:url(../img/bt_home.gif);
	}
	
#geral #esquerda .menu #bt_produtos{
	
	background-image: url(../img/bt_produtos.gif);
	}	

#geral #esquerda .menu #bt_vocem{
	
	background-image: url(../img/bt_faca.gif) ;
	}
	
#geral #esquerda .menu #bt_aplica{
	
	background-image: url(../img/bt_aplicacoes.gif) ;
	}
	
#geral #esquerda .menu #bt_faq{
	
	background-image:url(../img/bt_faq.gif) ;
	}
	
#geral #esquerda .menu #bt_nov{
	
	background-image:url(../img/bt_novidades.gif) ;
	}
	
#geral #esquerda .menu #bt_cont{
	
	background-image: url(../img/bt_contato.gif) ;
	}
	
#geral #esquerda .menu li a:hover{
	background-position:0 -40px;
	}	
	
/* Sub Primeiro Nível*/
#geral #esquerda .menu ul li #submenu{
	position:absolute;
	display:none;
	float:left;
	width:180px;
	left:180px;
	top:84px;
	background:url(../img/bg_topMenu.gif) no-repeat left top;
	padding-top:4px;
	z-index:1000;
}

#geral #esquerda .menu #submenu ul{
	width:177px;
	display:block;
	float:left;
	background:#efefef url(../img/bg_bottomMenu.gif) no-repeat left bottom;
	padding-bottom:4px;
	padding-left:5px;
}

#geral #esquerda .menu #submenu ul li{
	width:170px;
	height:21px;
	float:left;
	clear:left;
	padding-left:5px;
	position:relative;
}

#geral #esquerda .menu #submenu ul li.img_00{
	background:url(../img/colors_roxo.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_01{
	background:url(../img/colors_vermelho.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_02{
	background:url(../img/colors_amarelo.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_03{
	background:url(../img/colors_verde.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_04{
	background:url(../img/colors_azul.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_05{
	background:url(../img/colors_azulC.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_06{
	background:url(../img/colors_roxo.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_07{
	background:url(../img/colors_verdeC.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li.img_08{
	background:url(../img/colors_laranja.gif) no-repeat 0 0;
}

#geral #esquerda .menu #submenu ul li a{
	display:block;
	text-indent:0;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	width:167px;
	height:17px;
	padding-left:5px;
}

#geral #esquerda .menu #submenu ul li a:hover { 	
	background:#dddbdc;
}

#geral #esquerda .menu ul li #submenu ul li div.sub{
	width:177px;
	position: absolute;
	left:170px;
	top: 0px;
}

#geral #esquerda .menu ul li #submenu ul li div.sub ul {
	width:177px;
	display:none;
	background:#dddbdc;
	padding-left:0;
}

#geral #esquerda .menu ul li #submenu ul li div.sub ul li{
	width:177px;
	display:block;
	float:left;
	clear:left;
	padding:0;
	margin:0;
}

#geral #esquerda .menu ul li #submenu ul li div.sub ul li a{
	width:172px;
	display:block;

}

#geral #esquerda .menu ul li #submenu ul li div.sub ul li a:hover {
	background:#efefef;
}

#geral #esquerda .menu #submenu ul li:hover div.sub ul,
#geral #esquerda .menu #submenu ul li.over div.sub ul{
	display: block;
}


/*final sub menu*/
.busca{
	width:170px;
	height:60px;
	display:block;
	float:left;
	padding-top:70px;
	padding-left:8px;
	}
		
.busca p{
	width:175px;
	height:22px;
	display:block;
	text-indent:-99999px;
	background:url(../img/p_buscaprodutos.gif) no-repeat 5px 0;
	}
	
.busca ul li{
	float:left;
}
	
.campo{
	background:url(../img/bg_input.gif) no-repeat 0 0; 
    }
.busca ul li .campo_busca{
    width:131px;
	height:23px;
	display:block;
	float:left;
    border:none;
	padding-top:5px;
	padding-left:3px;
	border:none;
	background:transparent;
	}	

.busca ul li .botao_busca{
	width:23px;
	height:28px;
	display:block;
	float:left;
	padding-left:5px;
	}	
	
.receba{
	width:170px;
	height:60px;
	display:block;
	float:left;
	padding-top:10px;
	padding-left:8px;
	}
		
.receba p{
	width:175px;
	height:22px;
	display:block;
	text-indent:-99999px;
	background:url(../img/p_receba.gif) no-repeat 5px 0;
	}
	
#geral #esquerda .receba ul{
	height:33px;
	}	

.receba li{
	float:left;
	}	
	
.receba li .campo_busca{
    width:131px;
	height:23px;
	display:block;
	float:left;
    border:none;
	padding-top:5px;
	padding-left:3px;
	border:none;
	background:transparent;
	}	
	
.receba li .botao_busca{
	width:23px;
	height:28px;
	display:block;
	float:left;
	padding-left:5px;
	}	

#geral #esquerda .receba #txtde{
	text-indent:0;
	background:none;
	width:160px;
	}
	
/* FAQ */
.Faq{
	height:30px;
	margin-top:22px;
	margin-bottom:8px;
	text-indent:-99999px;
	background: url(../img/h2_faq.gif) no-repeat 0 0;
	}
#geral #content #content_meio dl#perguntas{
	padding:10px 20px 10px 0;
}
#geral #content #content_meio dl dt a{
	padding:0 0 3px 0;
	/*text-decoration:none;*/
}
#geral #content #content_meio dl dd{
	display:none;
	padding:5px 20px 10px 0;
}

#geral #direita #content #content_meio #perguntas #sub1, #sub2, #sub3, #sub4, #sub5, #sub6, #sub7, #sub8, #sub9, #sub10, #sub11, #sub12, #sub13, #sub14, #sub15{
	color:#004080;
}
/* FIM FAQ */

/*-----incio direita----*/

.menu_sup{
	/*width:400px;*/
	width:290px;
	height:20px;
	float:right;
	position:relative;
	padding-top:13px;
	padding-bottom:12px;
	}
	
.menu_sup li{
	float:left;
	font-size:11px;
	color:#003366;
	padding-left:5px;
}	
.menu_sup li.portL{
	position:absolute;
	left: -160px; 
	top: 0px; 
	width: 42px; 
	height:35px; 
	padding-top:5px;
}	

.menu_sup li.portL a{
	width:42px; 
	height:31px; 
	display:block; 
	text-indent:-99999px; 
	overflow:hidden; 
	background-image:url(../img/bandeira_port.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.menu_sup li.espL{
	position:absolute; 
	height: 35px; 
	width: 42px; 
	left:-90px; 
	top: 0px; 
	padding-top:5px;
}

.menu_sup li.espL a{
	width:42px; 
	height:31px; 
	display:block; 
	text-indent:-99999px; 
	overflow:hidden; 
	background-image: url(../img/bandeira_esp.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


	
#geral #direita .menu_sup a:hover{
    text-decoration:underline;
}	
	
#geral #direita #animacao{
	width:567px;
	height:265px;
	float:left;
	display:block;
	background:url(../img/banner.jpg) no-repeat -1px 0;
	}
/*TOPO PRODUTOS*/
#geral #direita #topoProds{
	width:567px;
	height:216px;
	float:left;
	display:block;
	}
.t1{
	background: url(../banners/topo1.jpg) no-repeat 0 0;
}
.t2{
	background:url(../banners/topo2.jpg) no-repeat 0 0;
}
.t3{
	background:url(../banners/topo3.jpg) no-repeat 0 0;
}
.t4{
	background:url(../banners/topo4.jpg) no-repeat 0 0;
}
.t5{
	background:url(../banners/topo5.jpg) no-repeat 0 0;
}
.t6{
	background:url(../banners/topo6.jpg) no-repeat 0 0;
}
.t7{
	background:url(../banners/topo7.jpg) no-repeat 0 0;
}
.t8{
	background:url(../banners/topo8.jpg) no-repeat 0 0;
}
.t9{
	background:url(../banners/topo9.jpg) no-repeat 0 0;
}
.t10{
	background:url(../banners/topo10.jpg) no-repeat 0 0;
}
.t11{
	background:url(../banners/topo11.jpg) no-repeat 0 0;
}
.t12{
	background:url(../banners/topo12.jpg) no-repeat 0 0;
}
.t13{
	background:url(../banners/topo13.jpg) no-repeat 0 0;
}
.t45{
	background:url(../banners/topo45.jpg) no-repeat 0 0;
}
/*FINAL TOPO PRODUTOS*/

/*OUTROS TOPOS*/
#geral #direita #topoInt{
	width:567px;
	height:216px;
	float:left;
	display:block;
}
.tContato{
	background: url(../banners/topoContato.jpg) no-repeat 0 0;
}
.tNovidades{
	background: url(../banners/topoNovidades.jpg) no-repeat 0 0;
}
.tFaq{
	background: url(../banners/topoFaq.jpg) no-repeat 0 0;
}
.tCadastrese{
	background: url(../banners/topoCadastrese.jpg) no-repeat 0 0;
}
.tDicas{
	background: url(../banners/topoDicas.jpg) no-repeat 0 0;
}
.tRepresentantes{
	background: url(../banners/topoRepresentantes.jpg) no-repeat 0 0;
}
.tAcastor{
	background: url(../banners/topo_qualidade.jpg) no-repeat 0 0;
}
.tBusca{
	background:url(../banners/busca_produtos.jpg) no-repeat  0 0;
}
.tCadastrese{
	background: url(../banners/topoCadastrese.jpg) no-repeat 0 0;
}
.tFvcMesmo{
	background: url(../banners/topoFacavcmesmo.jpg) no-repeat 0 0;
}
/*FINAL OUTROS TOPOS*/
#geral #direita #animacao h1{
	display:none;
	}	
	
#geral #direita #content{
	width:567px;
	display:table;
	/*float:left;*/
	float:right;
	
	background: url(../img/bg_content.jpg) repeat-y;
	padding-bottom:10px;
	
	}	
	
#geral #direita #content #content_meio{
	width:532px;
	display:block;
	
	float:left;
	
	padding-left:22px;

	}
	
#geral #direita #content #content_meio #box_esq{
	width:323px;
	/*display:table;*/
	/*display:block;*/
	display:table;
	float:left;	
	/*position:relative;
	padding-bottom:30px;*/
	/*background-color:#FFFF00;*/
	z-index:1;
	}	

#geral #direita #content #content_meio #box_esq #box_Novidades span{
	width:300px; 
	height:30px; 
	display:block; 
	clear:both; 
	padding-left:50px; 
	padding-top:10px; 
	background-position:0 -5px;
	background-repeat:no-repeat;
}
.seg_luva {
	background-image:url(../img/luva.gif);
}
.seg_mascara {
	background-image: url(../img/mascara.gif);
}
.seg_oculos {
	background-image: url(../img/oculus.gif);
}
.seg_jaleco {
	background-image: url(../img/roupa.gif);
}
.seg_bone {
	background-image: url(../img/bone.gif);
}
#geral #direita #content #content_meio #box_Novidades h4.tit-nov{padding-bottom:10px;}

#geral #direita #content #content_meio #box_Novidades table{
	font-size:10px;
	margin-bottom:8px;
}	
#geral #direita #content #content_meio #box_Novidades tr td.nome{
	font-size:10px;
	width:250px;
}	
#geral #direita #content #content_meio #box_Novidades tr td.cid{
	font-size:10px;
	width:140px;
}
#geral #direita #content #content_meio #box_Novidades tr td.data{
	font-size:10px;
	width:100px;
}	
	
#geral #direita #content #content_meio #box_esq p, #geral #direita #content #content_meio #box_Novidades p {
	padding-bottom:15px;
	}	
#content_meio #box_esq .conheca {
	height:30px;
	/*width:200px;*/
	width:320px;
	
	display:block;
	margin-top:18px;
	margin-bottom:5px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(../img/h2_conheca.gif) no-repeat 0 0;
	z-index:100;
	}
	
#content_meio #box_esq .prod{
	height:30px;
	margin-top:28px;
	margin-bottom:10px;
	text-indent:-99999px;
	background:url(../img/h2_linha.gif) no-repeat 0 0;
	}	
	
#geral #direita #content #content_meio #box_esq img{
	width:97px;
	height:97px;
	display:block;
	float:left;
	}
		
#geral #direita #content #content_meio #box_esq img.im{
	width:97px;
	height:97px;
	display:block;
	float:left;
	padding-left:16px;
	padding-bottom:12px;
	}	
	
#geral #direita #content #content_meio #box_dir{
	width:166px;
	float:left;
	display:table;
	padding-left:43px;
	}
#geral #direita #content #content_meio #box_dirIntenas{
	width:191px;
	float: right;
	display:table;
	/*padding-left:25px;
	background:#ccc;*/
	}
#content_meio #box_dir .passo{
	height:30px;
	margin-top:18px;
	margin-bottom:5px;
	text-indent:-99999px;
	background: url(../img/h2_passoapasso.gif) no-repeat 0 0;
	}	
	
#content_meio #box_dir .cxImg{
	width:144px;
	display:block;
	margin-top:15px;
	background:url(../imgs/borda_detalheproduto2.gif) no-repeat 0 0;
	}	
	
#content_meio #box_dir .cxImg img{
	width:144px;
	height:144px;
	display:block;
	}
#content_meio #box_dir .cxImg a{
	width:144px;
	height:144px;
	display:block;
}	

#content_meio #box_dir .cxImg #boxtxt{
	width:144px;
	height:47px;
	background-color:#DEDEDE;
	float:left;
	display:block;
	margin:5px 0 2px 0;
	}
#content_meio #box_dir .cxImg #boxtxt p#legenda{
	width:144px;
	height:47px;
	display:block;
	text-align:center;
	font-weight:bold;
}	
#direita #content #content_meio #box_dir .cxImg #links{
	width:144px;
	height:19px;
	display:block;
	float:left;
	background-color:#DEDEDE;
}
#direita #content #content_meio #box_dir .cxImg #links ul{
	width:144px;
	display:block;
	float:left;
}
#direita #content #content_meio #box_dir .cxImg #links ul li{
	width:17px;
	height:19px;
	display:block;
}
#direita #content #content_meio #box_dir .cxImg #links ul li.Esq{
	width:17px;
	height:19px;
	display:block;
	float:left;
}
#direita #content #content_meio #box_dir .cxImg #links ul li.Dir{
	width:17px;
	height:19px;
	display:block;
	float: right;
}
#content_meio #box_dir .cxImg  a.proximo{
	width:17px;
	height:19px;
	display:block;
	float: left;
	background: url(../img/bg_prox.jpg) no-repeat  0 0;
	text-indent:-99999px;
	overflow:hidden;
	}
#content_meio #box_dir .cxImg  a.anterior{
	width:17px;
	height:19px;
	display:block;
	float:left;
	background: url(../img/bg_ant.jpg) no-repeat  0 0 ;
	text-indent:-99999px;
	overflow:hidden;
	}	
/*#content_meio #box_dir .cxImg  a{
	width:26px;
	height:47px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	}	
*/	
#geral #direita #content #content_meio #box_dir ul.menuInst{
	width:166px;
	display:block;
	float:left;
	padding-top:64px;
}
#geral #direita #content #content_meio #box_dir ul.menuInst li{
	width:156px;
	height:17px;
	display:block;
	float:left;
	padding-bottom:4px;
	padding-left:5px;
}
#geral #direita #content #content_meio #box_dir ul.menuInst li.azul{
	background: url(../img/colors_azul.gif) no-repeat 0 0;
}
#geral #direita #content #content_meio #box_dir ul.menuInst li.amarelo{
	background:url(../img/colors_amarelo.gif) no-repeat 0 0;
}
#geral #direita #content #content_meio #box_dir ul.menuInst li a{
	width:156px;
	height:17px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding-left:5px;
}
#geral #direita #content #content_meio #box_dir ul.menuInst li a:hover{
	background:#f0f0f0;
}
/*-----incio paginas internas----*/	


.link{
	height:35px;
	display:block;
	padding-top:20px;
	} 
	
#geral #direita #content #content_meio .link a{
	text-decoration:underline;
	font-weight:normal;
	}

#geral #direita #content #content_meio #box_esq .link a{
	text-decoration:underline;
	font-weight:normal;
}	
#geral #direita #content #content_meio .link span {
	width:60px; 
	display:block; 
	height:15px; 
	float:right;
}
#geral #direita #content #content_meio .link span a {
	font-weight:bold; 
	color:#003399; 
	text-decoration:none;
}





	
.tit_prod{
	font-size:22px;
	font-weight:normal;
	padding-bottom:25px;
	}
		
.tit_prod2{
	font-size:18px;
	font-weight:normal;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	}	
	
.box_prod{
	width:97px;
	height: 190px;
	display:block;
	float:left;
	margin-right:10px;
	padding:0;
	background:url(../imgs/borda_detalheproduto1.gif) no-repeat 0 0;
	}
	
#geral #direita #content #content_meio #box_esq .box_prod img{
	width:92px;
	height:92px;
	display:block;
	border:none;
	paddig-top:3px;
	padding-left:3px;
	padding-bottom:10px;
	}
			
.box_prod2{
	width:97px;
	height:160px;
	display:block;
	float:left;
	margin-right:25px;
	}	
	
.box_prod p{
	text-align:center;
	font-weight:bold;
	line-height:14px;
	}	
	
.box_prod2 p{
	text-align:center;
	font-weight:bold;
	line-height:14px;
	}
		
.produtos{
	height:30px;
	margin-top:50px;
	margin-bottom:10px;
	text-indent:-99999px;
	background:url(../img/h2_produtos.jpg) no-repeat 0 0;
	}
	
/* MENU INTERNO PRODUTOS*/

#geral #direita #content #content_meio #box_dirIntenas #menu_interno{
	display:block;
	width:191px;
	float:left;
	}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi{
	display:block;
	padding-top:8px;
	width:191px;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li{
	width:191px;
	display:block;
	float:left;
	/*padding-left:5px;*/
	margin:2px 0;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li img{
	width:5px;
	height:17px;
	display:block;
	float:left;
	margin-right:5px;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_00{
	background:url(../img/colors_roxo.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_01{
	background:url(../img/colors_vermelho.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_02{
	background:url(../img/colors_amarelo.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi  li.img_03{
	background:url(../img/colors_verde.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_04{
	background:url(../img/colors_azul.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_05{
	background:url(../img/colors_azulC.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_06{
	background:url(../img/colors_roxo.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_07{
	background:url(../img/colors_verdeC.gif) no-repeat 0 0;
}

#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li.img_08{
	background:url(../img/colors_laranja.gif) no-repeat 0 0;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li a{
	width:181px;
	height:17px;
	display:block;
	float:left;
	color:#000;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li a:hover{
	background:#f0f0f0;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li ul{
	display:table;
	width:186px;
	padding:6px 0 0 0;
	float:left;
	background:#ebebeb url(../img/bgSubProdInt.jpg) no-repeat left top;
	margin:5px 0;
}
div.img_bottom{
	width:186px;
	height:10px;
	display: block;
	float:left;
	background: url(../img/bgSubProdIntBottom.jpg) no-repeat left bottom;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li ul li{
	width:186px;
	display:block;
	float:left;
	padding-left:0px;
	margin:0;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li ul li a{
	width:181px;
	display:block;
	float:left;
	padding-left:5px;
	font-style: normal;
	font-weight: normal;
	color:#545454;
}
#geral #direita #content #content_meio #box_dirIntenas #menu_interno ul.navi li ul li a:hover{
	color:#545454;
	background:#f8f8f8;
}
/* FINAL MENU INTERNO PRODUTOS */

.bg1{
	background:url(../img/bg1.gif) no-repeat 0 0;
	}	

.bg2{
	background:url(../img/bg2.gif) no-repeat 0 0;
	}
	
.bg3{
	background:url(../img/bg3.gif) no-repeat 0 0;
	}
	
.bg4{
	background:url(../img/bg4.gif) no-repeat 0 0;
	}
	
.bg5{
	background:url(../img/bg5.gif) no-repeat 0 0;
	}
	
.bg6{
	background:url(../img/bg6.gif) no-repeat 0 0;
	}
	
.bg7{
	background:url(../img/bg7.gif) no-repeat 0 0;
	}
	
.bg8{
	background:url(../img/bg8.gif) no-repeat 0 0;
	}
	
.bg9{
	background:url(../img/bg9.gif) no-repeat 0 0;
	}

.bg10{
	background:url(../img/bg10.gif) no-repeat 0 0;
	}		
	
#geral #direita #content #content_meio #box_dir #menu_interno #sub_sub{
    display:none;
	width:166px;
	height:122px;
	background:url(../img/bg_fundosubmenu2.jpg) no-repeat 0 0;
	margin-top:2px;
	border-bottom:2px;
	}

#geral #direita #content #content_meio #box_dir #menu_interno #sub_sub ul{
	width:166px;
	height:105px;
	margin:0;
	padding-top:9px;
    display:block;
	}

#geral #direita #content #content_meio #box_dir #menu_interno #sub_sub ul li{
	height:20px;
	display:block;
	padding:0;
	margin:0;
	}
	
#geral #direita #content #content_meio #box_dir #menu_interno #sub_sub ul li a{
	display:block;
	text-indent:0;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	padding-left:10px;
	margin-left:0;
	width:156px;
	height:18px;
	margin-bottom:2;
	}
	
#geral #direita #content #content_meio #box_dir #menu_interno #sub_sub ul li a:hover{
	background:#F8F8F8;
	}
	
.txtint{
	margin-bottom:20px;
	}	
	
#geral #direita #content #content_meio .imginterna{
	width:197px;
	height:197px;
	display:block;
	float:left;
	/*background:url(../imgs/borda_detalheproduto.gif) no-repeat 0 0 ;*/
	}	

#geral #direita #content #content_meio .imginterna img{
	/*width:185px;
	height:185px;*/
	width:197px;
	height:197px;
	margin-bottom:5px;
	/*padding-top:5px;
	padding-left:5px;*/
	float:left;
	}	
/*#geral #direita #content #content_meio .box_dir2{
	width:290px;
	display:block;
	float:left;
	padding-bottom:10px;
	padding-left:20px;
	}	*/
#geral #direita #content #content_meio .box_dir2{	
	width:297px;
	display:block;
	float:left;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:15px;
	}		
/*#geral #direita #content #content_meio h3{
	margin-bottom:7px;
	}	
	*/
.box_passo{
	width:554px;
	display:table;
	background:#F7F7F7;
	border-bottom: solid 2px #EFEFEF;
	clear:left;
	}	
	
.tit_prod3{
	font-size:22px;
	font-weight:normal;
	padding-left:240px;
	padding-top:20px;
	}	

.box_passo img{
	float:left;
	padding-right:20px;
	padding-bottom:18px;
	padding-top:18px;
	}

.box_passo #n1{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/1.gif) no-repeat 55px 0;
	}
	
.box_passo #n2{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/2.gif) no-repeat 55px 0;
	}
			
.box_passo #n3{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/3.gif) no-repeat 55px 0;
	}
		
.box_passo #n4{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/4.gif) no-repeat 55px 0;
	}	

.box_passo #n5{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/5.gif) no-repeat 55px 0;
	}

.box_passo #n6{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/6.gif) no-repeat 55px 0;
	}
	
.box_passo #n7{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/7.gif) no-repeat 55px 0;
	}
	
.box_passo #n8{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/8.gif) no-repeat 55px 0;
	}
	
.box_passo #n9{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/9.gif) no-repeat 55px 0;
	}
	
.box_passo #n10{
	width:98px;
	height:107px;
	display:block;
	float:left;
	padding-left:13px;
	text-indent:-99999px;
	background:url(../img/10.gif) no-repeat 35px 0;
	}
			
.box_passo p{
	width:280px;
	margin-top:18px;
	display:block;
	float:left;
	}	

.box_dir3{
	width:300px;
	display:block;
	float:right;
	padding-right:30px;
	padding-bottom:15px;
	}
	
#geral #direita #content .box_dir3 #parag{
	display:block;
	float:left;
	width:275px;
	}

.pdf{
	width:14px;
	height:16px;
	display:block;
	text-indent:-99999px;
	background:url(../img/adobe.gif) no-repeat 0 0;
    float:left;
	}

.reader{
	width:96px;
	height:29px;
	text-indent:-99999px;
	display:block;
	background:url(../img/reader.gif) no-repeat 0 0;
	}	

.txtme{
	font-size:10px;
	padding-top:10px;
	}		
	
.box_dir4{
	width:297px;
	display:block;
	float:right;
	padding-right:15px;
	padding-bottom:15px;
	}
#geral #direita #content #content_meio #colunadir .box_dir4 h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
}
#geral #direita #content #content_meio #box_esq img.im2{
	width:72px;
	height:72px;
	display:block;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
	}
		
#geral #direita #content #content_meio #box_esq img.im3{
	width:72px;
	height:72px;
	display:block;
	float:left;
	padding-left:0;
	padding-bottom:10px;
	}	
	
#content_meio #box_esq .prod2{
	height:30px;
	margin-top:14px;
	margin-bottom:10px;
	text-indent:-99999px;
	background:url(../img/h2_linha.gif) no-repeat 0 0;
	}

.pbottom{
	padding-bottom:16px;
	}	
		
/*-----incio footer----*/	
	
	
#geral #footer{
	width:750px;
	height:111px;
	clear:both;
	display:block;
	background:url(../img/bg_footer.jpg) no-repeat 0 0;
	}
	
	
#geral #footer address{
	width:338px;
	display:block;
	line-height:13px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#999999;
	text-align:center;
	padding-left:290px;	
	padding-top:16px;
	}	
	
#geral #footer ul{
	width:190px;
	height:15px;
	display:block;
	padding-left:370px;	
	padding-top:10px;
	}	
	
#geral #footer ul li{
	height:15px;
	float:left;
	}	

#geral #footer a{
   text-indent:-99999px;
   }	
	
#geral #footer .w3c{
   width:80px;
   height:15px;
   display:block;
   background: url(../img/w3c.gif) no-repeat 0 0;
   overflow:hidden;
    }
	
#geral #footer .si{
   width:91px;
   height:15px;
   display:block;
   margin-left:12px;
   background: url(../img/gd.gif) no-repeat 0 0;
   overflow:hidden;
   }	
	
.aCastor{
	height:30px;
	margin-top:22px;
	margin-bottom:8px;
	text-indent:-99999px;
	background:url(../img/h2_aCastor.gif) no-repeat 0 0;
	}
	
.Dicas{
	height:30px;
	margin-top:22px;
	margin-bottom:8px;
	text-indent:-99999px;
	background:url(../img/h2_dicasCastor.gif) no-repeat 0 0;
	}	
	
.Represent{
	height:30px;
	margin-top:22px;
	margin-bottom:8px;
	text-indent:-99999px;
	/*background: url(../img/h2_representantes.gif) no-repeat 0 0;*/
	background: url(../img/h2_trabRepre.gif) no-repeat 0 0;
	
	}
.Cadastro{
	height:30px;
	margin-top:22px;
	margin-bottom:8px;
	text-indent:-99999px;
	background: url(../img/h2_cadastro.gif) no-repeat 0 0;
	}
ul.ListDicas{
	width:323px;
	display:block;
	float:left;
	padding-bottom:70px;
	}	
ul.ListDicas li{
	padding-bottom:10px;
	list-style-type:none;
}
/*Form Representantes*/
#geral #direita #content #content_meio form.Represents{
	display:block;	
	padding-top:25px;
}
#geral #direita #content #content_meio ul.formRepreEsq{
	width:233px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio ul.formRepreEsq li{
	width:233px;
	height:40px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio ul.formRepreEsq li label{
	width:233px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004080;
}
#geral #direita #content #content_meio ul.formRepreEsq li input.campos1{
	width:233px;
	height:14px;
	display:block;
	
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreEsq li input.campos2{
	width:142px;
	height:14px;
	display:block;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreEsq li input.campos3{
	width:56px;
	height:14px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
	margin-right:8px;
}
#geral #direita #content #content_meio ul.formRepreEsq li input.campos4{
	width:165px;
	height:14px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreEsq li.msgA1{
	width:231px;
	height:85px;
	display:block;
	float:left;
}

#geral #direita #content #content_meio ul.formRepreEsq li textarea.CampomsgA1{
	width:231px;
	height:60px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}

#geral #direita #content #content_meio ul.formRepreEsq li.btnsFaq{
	width:200px;
	display:block;
	float:right;
	margin-top:10px;
}
#geral #direita #content #content_meio ul.formRepreEsq li input.btnLimpa{
	width:130px;
	height:21px;
	display:block;
	background:#bfcfdf;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	float:left;
	
}
#geral #direita #content #content_meio ul.formRepreEsq li input.btnEnvia{
	width:56px;
	height:21px;
	display:block;
	background:#bfcfdf;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	float: right;
}
#geral #direita #content #content_meio ul.formRepreDir{
	width:233px;
	display:block;
	float: right;
	padding-right:25px;
}
#geral #direita #content #content_meio ul.formRepreDir li{
	width:233px;
	height:40px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio ul.formRepreDir li.InfosADD{
	height:100px;
	display:table;
	float:left;
}
#geral #direita #content #content_meio ul.formRepreDir li.LargADD{
	width:233px;
	height:270px;
	display:block;
	padding-top:15px;
	
	/*background:url(../img/bg_add.gif) no-repeat 0 10px;*/
}
#geral #direita #content #content_meio ul.formRepreDir li.LargADD a{
	width:219px;
	height:15px;
	display:block;
	float:left;
	padding-top:7px;
	padding-left:6px;
}
/* inicio empresas representadas*/

#geral #direita #content #content_meio #empresas_representadas_texto{
	width:150px;
	display:block;
	float:left;
	padding-left:40px;
}

/* fim empresas representadas*/




#geral #direita #content #content_meio ul.formRepreDir li ul.bgAdd{
	width:233px;
	height:270px;
	display:block;
	float:left;
	padding-left:7px;
	background:url(../img/bg_add.gif) no-repeat 0 0px;
}
#geral #direita #content #content_meio ul.formRepreDir li ul.bgAdd li{
	width:219px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#geral #direita #content #content_meio ul.formRepreDir li ul.bgAdd li input.campos1a{
	width:217px;
	height:14px;
	display:block;
	background:#fff;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li ul.bgAdd li input.campos2a{
	width:40px;
	height:14px;
	display:block;
	float:left;
	background:#fff;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
	margin-right:7px;
}
#geral #direita #content #content_meio ul.formRepreDir li ul.bgAdd li input.campos3a{
	width:93px;
	height:14px;
	display:block;
	float:left;
	background:#fff;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li ul.bgAdd li input.campos4a{
	width:142px;
	height:14px;
	display:block;
	float:left;
	background:#fff;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
	margin-right:8px;
}
#geral #direita #content #content_meio ul.formRepreDir li label{
	width:233px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004080;
}
#geral #direita #content #content_meio ul.formRepreDir li input.campos1{
	width:233px;
	height:14px;
	display:block;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li input.campos2{
	width:142px;
	height:14px;
	display:block;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li input.campos3{
	width:56px;
	height:14px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
	margin-right:8px;
}
#geral #direita #content #content_meio ul.formRepreDir li input.campos4{
	width:165px;
	height:14px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li input.campos5{
	width:150px;
	height:14px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li select.selectProfissao{
	width:233px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
}
#geral #direita #content #content_meio ul.formRepreDir li.msgA1{
	width:231px;
	height:85px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio ul.formRepreDir li.msgA2{
	width:231px;
	height:137px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio ul.formRepreDir li textarea.CampomsgA1{
	width:231px;
	height:60px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li textarea.CampomsgA2{
	width:231px;
	height:103px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio ul.formRepreDir li input.impOutros{
	float:left;
	display:block;
	margin-right:3px;
}
#geral #direita #content #content_meio ul.formRepreDir li span.spaceOutros{
	width:53px;
	float:left;
}
.btnForm{
	width:100%;
	height:30px;
	display:table;
	float:left;
	padding-top:10px;
}
.btnForm ul{
	width:121px;
	height:30px;
	display:block;
	float: right;
	padding-right:25px;
}
.btnForm ul li{
	width:60px;
	height:30px;
	display:block;
	float:left;
}
.btnForm ul li input.btns{
	width:56px;
	height:21px;
	display:block;
	background:#bfcfdf;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	float:right;
}
/* Final Form Representantes*/

/* Form Contato*/
.Contato{
	height:30px;
	margin-top:22px;
	margin-bottom:8px;
	text-indent:-99999px;
	background: url(../img/h2_Contato.gif) no-repeat 0 0;
	}
#geral #direita #content #content_meio #colesq{
	width:223px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio #colesq p{
	padding-bottom:10px;
}
#geral #direita #content #content_meio #coldir{
	width:233px;
	display:block;
	float:left;
	padding-left:50px;
}
#geral #direita #content #content_meio #coldir ul{
	width:233px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio #coldir ul li{
	width:233px;
	height:45px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio #coldir ul li.altu{
	width:233px;
	height:90px;
	display:block;
	float:left;
}
#geral #direita #content #content_meio #coldir ul li label{
	width:233px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004080;
}
#geral #direita #content #content_meio #coldir ul li input.campos1{
	width:231px;
	height:14px;
	display:block;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio #coldir ul li input.campos2{
	width:56px;
	height:14px;
	display:block;
	float:left;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio #coldir ul li input.campos3{
	width:165px;
	height:14px;
	display:block;
	float: right;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
#geral #direita #content #content_meio #coldir ul li select.select1{
	width:150px;
	height:19px;
	display:block;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
}
#geral #direita #content #content_meio #coldir ul li textarea.msg1{
	width:231px;
	height:61px;
	display:block;
	background:#f0f5fa;
	border:#bfcfdf solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	padding-top:5px;
}
.btnFormCont{
	width:154px;
	height:30px;
	display:table;
	float: left;
	padding-top:10px;
}
.btnFormCont input.btnLimpaT{
	width:130px;
	height:21px;
	display:block;
	background:#bfcfdf;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	float: right;
}
.btnFormCont input.btnEnviaC{
	width:56px;
	height:21px;
	display:block;
	background:#bfcfdf;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004080;
	float: right;
	margin-right:5px;
}
/*Final Form Contato*/

#geral #direita #content #content_meio #box_esq h3, #geral #direita #content #content_meio #box_Novidades h3{
	width:500px;
	display:table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004080;
	padding-bottom:0;
	margin-bottom:0;
}
#geral #direita #content #content_meio #box_esq h3.pqn{
	width:270px;
	display:table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004080;
	padding-bottom:0;
	margin-bottom:0;
}

#geral #direita #content #content_meio #box_esq h3.TitNotic{
	width:323px;
	height:25px;
	display:table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004080;
	padding-bottom:0;
	margin-bottom:0;
	}
#geral #direita #content #content_meio #box_esq h4, #geral #direita #content #content_meio #box_Novidades h4 {
	width:500px;
	height:25px;
	display:table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#geral #direita #content #content_meio #box_esq h3 a, #geral #direita #content #content_meio #box_Novidades h3 a{
	width:500px;
	display:table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #004080;
	padding-bottom:0;
	margin-bottom:0;
}
#geral #direita #content #content_meio ul.menuDatas{
	width:158px;
	display:block;
	float:right;
	padding-top:60px;
}
#geral #direita #content #content_meio ul.menuDatas li{
	width:158px;
	height:17px;
	display:block;
	float:left;
	padding-bottom:4px;

}
#geral #direita #content #content_meio ul.menuDatas li a{
	width:153px;
	height:17px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565656;
	text-decoration: none;
	font-weight: normal;
	padding-left:5px;
}
#geral #direita #content #content_meio ul.menuDatas li a:hover{
	background:#f0f0f0;
	font-weight: bold;
	color: #000000;
}
#paginacao_menu{
	width:100%;
	display:block;
	float:left;
	padding-top:20px;
}
.underlLine{
	text-decoration:underline;
}
#colunadir{
	width:310px;
	display:block;
	float:left;
	padding-left:20px;
}
#geral #direita #content #content_meio #colunadir .box_dir4 #imgDicas{
	width:100%;
	height:40px;
	display:table;
	float:left;
	padding-top:10px;
}
#geral #direita #content #content_meio #colunadir .box_dir4 #imgDicas img{
	margin-right:5px;
}

.dspNone {
	display:none;
}
p.mapa{
	width:220px;
	height:147px;
	display:block;
	float:left;
	text-indent:-99999px;
	overflow:hidden;
}
p.mapa a{
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../img/tumb_mapa.jpg);
	width:220px;
	height:147px;
	display:block;
	float:left;
}
p.mapa a:hover{
	background-position:left bottom; 
}
/*ESTILOS DIV NOVIDADES*/
.Novidades{
	height:30px;
	margin-top:22px;
	margin-bottom:8px;
	text-indent:-99999px;
	background: url(../img/h2_Novidades.gif) no-repeat 0 0;
	}
#geral #direita #content #content_meio #box_Novidades{
	width:520px;
	display:block;

	padding-right:12px;
}	
#geral #direita #content #content_meio #box_Novidades img{
	float:right;

}	
#geral #direita #content #content_meio #box_esq p, #geral #direita #content #content_meio #box_Novidades p {
	padding-bottom:15px;
	}	
/*FINAL ESTILOS DIV NOVIDADES*/


/* popup */
#popUp{
	width:100%;
	height:1px;
	display:block;
	float:left;
	position:relative;
}
#popupnew{
	width:471px;
	height:201px;
	display:block;
	position:absolute;
	left:41px;
	top:168px;
	/*z-index:900;*/
}
a.btFechar{
	width:40px;
	height:40px;
	display:block;
	position:absolute;
	/*left:575px;
	top:-370px;*/
	/*left:373px;*/
	left:45px;
	top:170px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../img/transparente.gif) 0 0 no-repeat;
	/*z-index:10000;*/
}
/* fim popup */
