/* CSS PAGINA */
body {
	margin: 0;
	background-color: #f3f6fd;
	font: 0.7em verdana, arial, helvetica, sans-serif;
}

#conteiner {
	margin: 0 auto;
	width: 780px;
	text-align: center;
	background: #fff;
}

/* TOPO
--------------------------------------------------------------- */
#topo { 
	width: 780px;
	text-align: center;
}

/* TOPO PORTAIS
--------------------------------------------------------------- */
#portais {
	width: 780px;
	height: 20px;
	background: url(/site/images/fundo_portais.gif);
}

.inf_para {
	color: #fff;
	font-size: 0.9em;
	font-family: verdana, arial narrow, arial;
}

.texto_portais {
	color: #0d3199;
	font-size: 1.2em;
	font-family: arial narrow, arial;
	text-decoration: none;

}

.texto_portais:hover {
	text-decoration: underline;
}

/* TOPO IMAGEM
--------------------------------------------------------------- */
#topo #topoimagem {
	width: 780px;
	height: 85px;
}

#topo h1 {
	display: none;
}

#topo h1 span {
	display: none;
}

/* TOPO SESSOES (sobre, produtos e canais)
--------------------------------------------------------------- */
#secoes {
	height: 25px;
	width: 780px;
	background-color: #0e2fa9;
	
}

#secoes p {
	padding: 4px 0 5px 0;
	margin: 0;
	float: left;
	font-family: arial narrow, arial;
	font-size: 1em;
	font-weight: bold;
}

#secoes a {
	padding: 3px 12px 5px 12px;
	text-decoration: none;
	color: #FFF;
	background-color: #0e2fa9;
}

#secoes .ativo {
	padding: 4px 12px 5px 12px;
	text-decoration: none;
	color: #0E2FA9;
	background-color: #dce5f1;
}

/* TOPO BUSCA
--------------------------------------------------------------- */
#busca {
	float: right;
}

#busca form {
	padding: 2px 0 0 0;
	margin: 0;
}

.campo_busca {
	height: 13px;
	margin: 0 1px 0 0;
	border: #7188c2 1px solid;
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
	background-color: #fff;
}

.botao_busca {
	height: 18px;
	border-bottom: #b3c0e1 2px solid;
	border-left: #b3c0e1 2px solid;
	border-right: #6077be 2px solid;
	border-top: #6077be 2px solid;
	color: #0e2f9a;
	background-color: #dce4f3;
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: bold;
}

/* TOPO CAMINHO
--------------------------------------------------------------- */
#caminho {
	visibility: hidden;
	height: 1.2em;
	width: 780px;
	background-color: #dce5f1;
	text-align: left;
}

#caminho p {
	line-height: 140%;
	margin: 0 0 0 170px;
	padding: 3px 0 4px 0;
	font-family: verdana, arial;
	font-size: 0.9em;
	color: #0e2fa9;
}

* html #caminho p {
	margin: 0;
	padding: 2px 0 3px 170px;
}

#caminho p a {
	color: #0e2fa9;
	padding: 0;
	margin: 0;
}

/* MEIO
--------------------------------------------------------------- */
#conteudo {
	margin: 0 0 -15px 0;
}

* html #conteudo {
	margin: 0 0 -30px 0;
	}

#conteudo h3 {
	font-family: arial narrow, arial;
	font-size: 1.5em;
	color: #f89909;
	margin: 5px 0 5px 0;
}

#conteudo p {
	line-height: 120%;
	margin: 0 0 10px 0;
	padding: 0;
}

#conteudo .texto {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#conteudo .texto:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

#conteudo .chamada {
	font-size: 0.85em;
	font-weight: bold;
	color: #082898;
	text-decoration: none;
}

/* RODAPE
--------------------------------------------------------------- */
#rodape {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 28px;
}

*html #rodape {
	margin: 0px;
}

#rodape #ferramentas {
	position: absolute;
	right: 0;
	width: 610px;
	height: 28px;
	background: #0e2f9a;
}

#rodape #ferramentas form {
	padding: 2px 0 0 0;
	margin: 0;
}

#direitos {
	width: 100%;
	text-align: right;
	background: #fff;
	color: #000;
}

#direitos p {
	width:610px;
	text-align:center;
	padding: 10px 0 10px 0;
	margin: 0;
}

/* FIQUE POR DENTRO
--------------------------------------------------------------- */
#fiquePorDentro {
	margin: 0;
}

#fiquePorDentro h3 {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #f90;
	text-decoration: none;
	text-transform:uppercase;
	padding: 0;
	margin: 0;
}

#fiquePorDentro hr {
	size: 1px;
	background: #ccebea;
	padding: 0;
	margin: 0;
}

#fiquePorDentro h4 {
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #082898;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#fiquePorDentro a {
	text-align: left;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#fiquePorDentro a:hover {
	text-align: left;
	text-decoration: underline;
}

#fiquePorDentro td {
	text-align: left;
	vertical-align: top;
}