body { font: small Arial, Verdana, Helvetica, sans-serif; }

.site_geral{ margin: 0 auto; width: 950px; }

/*topo*/
.topo{
	display:block;
	clear:both;
	padding-top:8px;
	background:url(img/bg_topo.gif) 0 0 repeat-x;
}

.topo .site_geral h1{ margin:10px 45px 0 0; }

.topo .site_geral h1,
.topo .site_geral h1 a{
	width:182px;
	height:45px;
	float:left;
	line-height:100em;
	overflow:hidden;
}

.topo .site_geral h1 a{ background:url(img/logo.gif) 0 0 no-repeat; }

.topo .site_geral ul.nav{
	width:500px;
	float:left;
	margin-top:-4px;
}

.topo .site_geral ul.nav li{
	display:inline;
	float:left;
	margin:0 2px 0 0;
	font-size:1.1em;
}

.topo .site_geral ul.nav li a{
	float:left;
	padding:37px 10px 5px 10px;
	*padding:37px 8px 5px 8px;
	color:#333;
	text-decoration:none;
}

.topo .site_geral ul.nav li.ativo a,
.topo .site_geral ul.nav li a:hover{ background:#b40000; color:#fff; }

.topo .site_geral ul.lng{ float:right; margin-top:32px; }
.topo .site_geral ul.lng li{
	float:left;
	display:inline;
	margin-left:10px;
}

.topo .site_geral ul.lng li a{
	text-decoration:none;
	color:#333;
	padding:2px 0 2px 30px;
	}
	
.topo .site_geral ul.lng li.ativo a,
.topo .site_geral ul.lng li a:hover{ text-decoration:underline; }	
	
.topo .site_geral ul.lng li.pt a{ background:url(img/icn_br.gif) left center no-repeat; }
.topo .site_geral ul.lng li.en a{ background:url(img/icn_en.gif) left center no-repeat; }	

/*Header*/
.header{ display:block; clear:both; padding-top:20px; height:250px; }
.header .site_geral .flash{
	width:715px;
	height:235px;
	float:left;
	margin-right:27px;
}

.header .site_geral .menu_auxiliar{
	width:200px;
	float:right;
	margin-top:15px;
}
	
.header .site_geral .menu_auxiliar dl dt{
	padding-left:20px;
	background:url(img/icn_seta_direita.gif) left center no-repeat;
	color:#404040;
	font-size:1.15em;
	letter-spacing:-1px;
	font-weight:bold;
	display:block;
	margin:10px 0;
}	

.header .site_geral .menu_auxiliar dl dt span{ color:#898989; }

.header .site_geral .menu_auxiliar dl dd ul li{
	display:block;
	border-bottom: 1px solid #ebebeb;
	font-size:0.85em;
}

.header .site_geral .menu_auxiliar dl dd ul li a{
	text-decoration:none;
	color:#5c5c5c;
	padding:5px 0 5px 20px;
	display:block;
}

.header .site_geral .menu_auxiliar dl dd ul li a:hover{ text-decoration:underline; }

.header .site_geral form{
	display:block;
	margin-top:15px;
}

.header .site_geral form label input{
	width:150px;
	border:none;
	background:url(img/bg_input1.gif) 0 0 no-repeat;
	padding:4px 5px;
	color:#fff;
	font-size:0.9em;
	float:left;
	margin-right:5px;
	height:17px;
}

.header .site_geral form input.botao{
	background:transparent;
	font-size:1em;
	font-weight:bold;
	color:#666;
	letter-spacing:-1px;
	border:none;
	width:25px;
	margin-top:3px;
	cursor:pointer;
}

/*conteudo*/
.conteudo{
	display:block;
	background:url(img/bg_conteudo.gif) 0 0 repeat-x;
	min-height:400px;
}

/*Rodape*/
.rodape{
	display:block;
	clear:both;
	background:#e12929;
	padding-top:20px;
	height:65px;
}

.rodape .site_geral ul{ float:left; }
.rodape .site_geral ul li{
	display:inline;
	float:left;
	margin:0 10px 0 0;
	line-height:0.9em;
}

.rodape .site_geral ul li a{
	text-decoration:none;
	color:#fff;
	border-right:1px solid #fff;
	float:left;
	padding-right:10px;
}

.rodape .site_geral ul li.even a{ border:none; }

.rodape .site_geral ul li a:hover{ text-decoration:underline; }

.rodape .site_geral address{
	float:right;
	color:#fff;
	font-size:0.9em;
	font-style:normal;
}

.rodape .site_geral span.by{
	font-size:0.85em;
	color:#fff;
	float:right;
	margin-top:15px;
}

.rodape .site_geral span.by a{ color:#FFCC00; }