* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
	/*height: 100%;*/
}

body {
	/*background: url(../_img/bgBody.gif) repeat-x top fixed;*?
	/*height: 100%;*/
}

* html #container {
	/*height: 100%;*/
	position: relative;
	padding-bottom: 30px;
}

#container {
	background-color: #fff;
	width: 762px;
	margin: 0 auto;
	/*min-height:100%;*/
	position: relative;
	/*border: 1px solid #b5b5b5;*/
	padding-bottom: 15px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.clear2 {
	clear: none;
	display: none;
}

li {
	list-style: none;
}

/*## Topo ##*/

#topo{
	/*height: 92px;*/
	background: url(../_img/bgTopo.gif) no-repeat right top;
	position: relative;
}

#topo h1 a {
	background: url(../_img/logo.gif) no-repeat;
	display: block;
	width: 140px;
	height: 92px;
}

#topo h1 a strong {
	overflow: hidden;
	margin-left: -9999px;

}

#topo #login {
	width: 295px;
	height: 60px;
	/*border: 1px solid #000;*/
	position: absolute;
	top: 20px;
	left: 425px;
}

#topo #linkRapido {
	width: 20px;
	height: 60px;
	/*border: 1px solid #000;*/
	position: absolute;
	top: 18px;
	right: 7px;
}

/*## fim topo ##*/

/*## LOGIN TOPO ##*/

#topo #login #formLogin {
	margin-bottom: 20px;
}

#topo #login form .camposLogin {
	float: left;
	margin-right: 6px;
}

#topo #login form label {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#topo #login form input {
	width: 128px;
}

#topo #login .cadastrese a {
	color: #fff;
	display: block;
	font-size: 10px;
	text-decoration: none;
	float: left;
	margin: 0 10px 0 20px;
}

#topo #login .esqueceuSenha a{
	color: #fff;
	display: block;
	font-size: 10px;
	text-decoration: none;
}

#topo #login .btLogin a{
	background: url(../_img/btOk.gif) no-repeat top;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	left: 272px;
	cursor: pointer;
}

#topo #login .btLogin a:hover {
	background-position: bottom;
}

#topo #linkRapido a{
	display: block;
	width: 13px;
	height: 13px;
	margin-bottom: 8px;
}

#topo #linkRapido a.favoritos{
	background: url(../_img/casaIco.gif) no-repeat top;
}

#topo #linkRapido a.eMail {
	background: url(../_img/cartaIco.gif) no-repeat top;
}

#topo #linkRapido a.mapaSite {
	background: url(../_img/cruzIco.gif) no-repeat top;
}

#topo #linkRapido a:hover {
	background-position: bottom;
}

#topo #login .logado .fotoLogin {
	margin-top: -10px;
	position: relative;
	z-index: 300;
	float: left;
}

#topo #login .logado .fotoLogin img {
	width: 70px;
	height: 70px;
}

#topo #login .logado .nomeUsuario {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}

#topo #login .logado a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}

#topo #login .logado a.editarCadastro {
	margin-left: 40px;
	margin-right: 10px;
}

/*## fim login topo ##*/

/*## menu topo##*/

#menu {
	position: relative;
	z-index: 100;
}

#menu li {
	width: 127px;
	height: 32px;
	float: left;
}

#menu li a{
	display: block;
	width: 127px;
	height: 32px;
	float: left;
}

#menu li a span {
	overflow: hidden;
	width: 127px;
	height: 32px;
	margin-left: -9999px;
}

#menu li a.pagInicial {
	background: url(../_img/menuPagInicial.gif) top no-repeat;
}

#menu li a.institucional {
	background: url(../_img/menuInstitucional.gif) top no-repeat;
}

#menu li a.investimentos {
	background: url(../_img/menuInvestimento.gif) top no-repeat;
}

#menu li a.educacao {
	background: url(../_img/menuEducacao.gif) top no-repeat;
}

#menu li a.duvidas {
	background: url(../_img/menuDuvidas.gif) top no-repeat;
}

#menu li a.atendimento {
	background: url(../_img/menuAtendimento.gif) top no-repeat;
}

#menu li a:hover {
	background-position: 0 -32px;
}

#menu li a:active, #menu .ativo {
	background-position: 0 -64px;

}

#menu .InicialActive {
	background: url(../_img/menuPagInicial.gif) no-repeat 0 -64px;
}

#menu .instActive{
	background: url(../_img/menuInstitucional.gif) no-repeat 0 -64px;
}

#menu .investActive{
	background: url(../_img/menuInvestimento.gif) no-repeat 0 -64px;
}

#menu .educActive{
	background: url(../_img/menuEducacao.gif) no-repeat 0 -64px;
}

#menu .duvidaActive{
	background: url(../_img/menuDuvidas.gif) no-repeat 0 -64px;
}

#menu .atendActive{
	background: url(../_img/menuAtendimento.gif) no-repeat 0 -64px;
}
/*## fim menu topo ##*/

/*## rodape ##*/

#subRodape {
	/*position: relative;
	margin: -2px auto 0 auto;
	background-color: #fff;
	z-index: 100;
	text-align: center;*/
	margin-top:20px;
	overflow:auto;
	*overflow:visible;
	width: 762px;
}

#subRodape .hr {
	width: 90%;
	clear: both;
	margin: 5px auto 0 auto;
	height: 1px;
	background-color: #003344;
}

#subRodape p{
	font-size: .6em;
	margin-top: 8px;
}

#subRodape p a {
	text-decoration: none;
	color: #06A;
}

#subRodape p a:hover {
	text-decoration: underline;
}

#subRodape #parceiros {
	padding-bottom: 8px;
}

#subRodape #parceiros a {
	height: 36px;
	display: block;
	float: left;
	margin: 0 40px 0 45px;
}

#subRodape #parceiros a.bvp {
	width: 190px;
	background: url(../_img/bovespa.gif) no-repeat top left;
  margin-bottom: 3px;
}

#subRodape #parceiros a.bmf {
	width: 43px;
	background: url(../_img/bmf.gif) no-repeat top left;
}

#subRodape #parceiros a.cblc {
	width: 99px;
	background: url(../_img/cblc.gif) no-repeat top left;
}

#subRodape #parceiros a.cvm {
	width: 72px;
	background: url(../_img/cvm.gif) no-repeat top left;
}

#subRodape #parceiros a.bcb {
	width: 37px;
	background: url(../_img/bcb.gif) no-repeat top left;
}

#subRodape #parceiros a strong {
	overflow: hidden;
	margin-left: -9999px;
}

#rodape {
	position: relative;
	height: 18px;
	border-bottom: 10px solid #003344;
	border-top: 1px solid #b5b5b5;
	width: 762px;
	background-color: #0099aa;
	color: #fff;
	font-size: .7em;
	margin: 0px auto 0px auto;
}

#rodape .copyright {
	float: left;
	margin: 0 330px 0 15px;
	padding: 2px 0 0 0;
}

#rodape .powered {
	padding: 2px 0 0 0;
}

#rodape a{
	color: #fff;
	text-decoration: none;
}

#rodape a:hover {
	text-decoration: underline;
}

.off {
	border: 1px solid #abadb3;
	padding: 3px 1px;
	font-size: 12px;

}

.on {
	border: 1px solid #008495;
	padding: 3px 1px;
	font-size: 12px;
	background-color: #e1e1e1;
	color: #666;
}

/*## caixas de aviso (balloontip arcaico feito na mão, que funciona) ##*/

.caixaAviso {
	position: absolute;
	z-index: 900;
	/*text-align: right;*/
	width: 208px;
	/*background-color: #FFC;*/
	background: url(../_img/balontip.gif) no-repeat left top;
	padding-right: 5px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	/*border: 1px solid #000;*/
	display: none;
}

.caixaAviso span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	margin: 8px 0 0 10px;
	display: block;
}

#avisoLogin {
	right: 320px;
	height: 50px;
}

#avisoLogin #seta {
	position: absolute;
	top: 19px;
	left: 199px;
	z-index: 999;
}

/*## fim das caixas de aviso ##*/

#conteudo {
	padding: 0;
	position: relative;
}

#conteudo .subtitTermo{
	font-size: .9em;
	font-weight: bold;
	color: #006677;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 30px;
}

#termo {
	display: block;
	width: 500px;
	height: 300px;
	margin: 0 auto;
	overflow-y: scroll;
	background-color: #EEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.naoInformado {
  font-style: italic;
  text-decoration: underline;
}

/*CONTEUDO HOME*/

#ct-conteudo{
	height:250px;
	padding:50px 0 10px 0;
	_padding-top:25px;
}

#conteudo-home {
	float:left;
	margin-bottom:15px;
	padding:0 20px;
	position:relative;
	width:510px;
	z-index:2;
}

.conteudo-twtr {
	float:left;
	margin-top:20px;
	width:180px;
}

.twtr-widget {
	width:200px;
}

#conteudo-home  p {
	color:#666;
	font-size:12px;
}

/*MENU CONTEUDO*/

.menu-conteudo {
	float:left;
	margin:20px 20px 0 0;
	width:130px;
}

.menu-conteudo li {
	display:inline;
}

.menu-conteudo li a {
	/*padding:3px 6px;*/
	padding:3px 0;
	color:#006677;
	display:block;
	font-size:0.7em;
	font-weight:bold;
	/*text-transform:uppercase;*/
}

#conteudo-dinamico {
	float:left;
	margin:0 22px;
	width:550px;
}
















