/**************************** ESTRUTURA ****************************/

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
body.Background {
	margin: 0px 0px 0px 0px;
	background:url(/img/FundoPrincipal.gif) repeat-x center center;
}
#divEstrutura {
	position:relative; /* needed for footer positioning*/
 *left:50%;
	height:100%;
	margin:0px auto; /* center, not in IE5 */
 *margin-left:-389px;
	width:778px;
}
#divPagina {
	width:778px;
	background-color:#ffffff;
	padding-bottom:20px;
	float: left;
}
#divEstrutura #divRodape {
	width:778px;
	height:25px;
	background-color:#e6e9eb;
	clear:both;
}
/**************************** TOPO ****************************/


#divPagina #ulTopo {
	width:778px;
	height:35px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: "Trebuchet MS";
	font-size:10px;
	color: #d9e4ef;
}
#divPagina #ulTopo .liTopo {
	list-style-type: none;
	margin-top:6px;
}
.logoTopo {
	width:356px;
 *width:353px;
	float:left;
}
.siteBovespaTopo {
	width:115px;
	padding-top:2px;
	_padding-top:3px;
 *padding-top:4px;
	float:right;
}
.siteBovespaTopo a {
	color: #d9e4ef;
	text-decoration: none;
}
.siteBovespaTopo a:hover {
	text-decoration: underline;
}
.comboTopo {
	width:303px;
 *width:306px;
	float:left;
}
.form {
	width:230px;
	font-family:Verdana;
	font-size:10px;
	color: #333333;
}
.box {
	width:430px;
	font-family:Verdana;
	font-size:10px;
	color: #999999;
}
.legBox {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color: #999;
	font-style: italic;
}
.select {
	width:217px;
 *width:220px;
	font-family:Verdana;
	font-size:10px;
	color: #333333;
}
.selectDestaque {
	font-family:Verdana;
	font-size:10px;
	color: #00ae4a;
}
.Letra {
	font-family:Verdana;
	font-size:10px;
	color: #00ad4e;
}

/**************************** MENU ****************************/

#divEstruturaMenu {
	width:195px;
	height:400px;
	float: left;
}
#divEstruturaMenu #ulMenu {
	width:155px;
	margin:10px 10px 0 -7px;
	_margin:10px 5px 0 -5px;
	/*	background-color:#fff;*/
	float:left;
	list-style:none;
	padding: 0;
}
#divEstruturaMenu #ulMenu li {
	width:170px;
	/*	height:30px;
	background-color:#3fa10f;*/
	margin:0px;
	background-image: url(../img/bg-top-menu.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top: 7px;
	margin-bottom: 0px;
}
#divEstruturaMenu #ulMenu li a {
	font-family: "Trebuchet MS";
	font-size:11px;
	width:159px;
	/*	height:20px;*/
	color:#FFF;
	padding:5px 0 5px 29px;
	text-decoration:none;
	display:block;
	background-image: url(../img/bg-menu-off.gif);
	background-position:40% 45%;
	background-repeat:repeat-x;
}
#divEstruturaMenu #ulMenu li a:hover {
	background-image: url(../img/bg-menu-on.gif);
	background-position:40% 50%;
}
/*********************************** CABECALHO ***********************************/

#divCabecalho {
	width:576px;
	height:33px;
	float:left;
	font-family: "Trebuchet MS";
	line-height:33px;
	font-size:10px;
	color:#9ca0a3;
	/*padding:6px 0 0;*/
	margin-bottom:30px;
	border-bottom:1px solid #e6e9eb;
	position: relative;
}
.historicoNavegacao {
	float:left;
}
/*********************************** LATERAL ESQUERDA VIDEO ***********************************/
#divEstruturaEsquerdaVideo {
	width:263px;
	position: relative;
	float:right;
	margin-bottom:100px;
}
#divEstruturaEsquerdaVideo #divMais {
	width:243px;
	background-color:#f4f5f6;
	font-family: "Trebuchet MS";
	color:#585a5b;
	font-size: 11px;
	padding: 0 5px 10px 10px;
	display:inline;
	position: relative;
	float:right;
}
#divEstruturaEsquerdaVideo #divMais ul {
	margin:20px 0 40px 0;
}
#divEstruturaEsquerdaVideo #divMais ul li {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	font-size: 11px;
	background-image: url(/img/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding:0px 0 0px 8px;
	_display:inline;
	_list-style-image: url(/img/Bullet.gif);
}
#divEstruturaEsquerdaVideo #divMais ul li a {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	font-size: 11px;
	text-decoration:none;
}
#divEstruturaEsquerdaVideo #divMais ul li a:hover {
	text-decoration:underline;
}
#divEstruturaEsquerdaVideo #divMais a.Mais {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	font-size: 11px;
	text-decoration:none;
}
#divEstruturaEsquerdaVideo #divMais a.Mais:hover {
	text-decoration:underline;
}
#divEstruturaEsquerdaVideo #divMais h1.TituloMais {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color:#4e799f;
	background-image: url(/img/BulletMais.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding:6px 0 15px 15px;
}
#divEstruturaEsquerdaVideo #divMaisRodape {
	width:258px;
	height:20px;
	background-color:#e1e3e4;
	float: right;
}
/*********************************** LATERAL ESQUERDA ***********************************/
#divEstruturaEsquerda {
	width:180px;
	position:relative;
	float:right;
}
#divEstruturaEsquerda #divMais {
	width:165px;
	_width:170px;
	background-color:#f4f5f6;
	font-family: "Trebuchet MS";
	color:#585a5b;
	font-size:11px;
	padding: 0 5px 10px 10px;
	margin-top:3px;
 *margin-top:1px;
	display:inline;
	text-align:left;
	position: relative;
	float:right;
}
#divEstruturaEsquerda #divMais p {
	font-size:11px;
}
#divEstruturaEsquerda #divMais ul {
	margin:20px 0 40px 0;
}
#divEstruturaEsquerda #divMais ul li {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	font-size:11px;
	background-image: url(/img/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding:0px 0 5px 8px;
	_display:inline;
	_list-style-image: url(/img/Bullet.gif);
	float:left;
}
#divEstruturaEsquerda #divMais ul li a {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	font-size:11px;
	text-decoration:none;
}
#divEstruturaEsquerda #divMais a:hover, #divEstruturaEsquerda #divMais ul li a:hover {
	text-decoration:underline;
}
#divEstruturaEsquerda #divMais a {
	font-family: "Trebuchet MS";
	color:#585a5b;
	font-size:11px;
	text-decoration:none;
}
#divEstruturaEsquerda #divMais a.Mais {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	font-size:11px;
	text-decoration:none;
}
#divEstruturaEsquerda #divMais a.Mais:hover {
	text-decoration:underline;
}
#divEstruturaEsquerda #divMais h1.TituloMais {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#4e799f;
	background-image: url(/img/BulletMais.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding:6px 0 5px 15px;
}
#divEstruturaEsquerda #divMais h1.TituloMaisHome {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color:#4e799f;
	padding:17px 0 10px 0px;
}
#divEstruturaEsquerda #divMaisRodape {
	width:180px;
	_width:185px;
	height:20px;
	background-color:#e1e3e4;
	margin-bottom:20px;
	float: right;
}
#divEstruturaEsquerda #divMapa {
	width:180px;
	background-color:#f4f5f6;
	text-align:center;
	float: right;
}
#divEstruturaEsquerda #divMapa h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align:left;
	color:#4e799f;
	padding:7px 0 10px 7px;
}
#divEstruturaEsquerda #divInstituto {
	width:180px;
	height:122px;
	background-color:#eaecee;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	float: right;
}
#divEstruturaEsquerda #divInstituto h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#4e799f;
	padding:15px 0 3px 7px;
	margin:0 0 0 0;
}
#divEstruturaEsquerda #divInstituto div {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#585a5b;
	padding:0 3px 0 7px;
}
#divEstruturaEsquerda #divInstituto div a {
	color:#4e799f;
	text-decoration:none;
}
#divEstruturaEsquerda #divInstituto div a:hover {
	text-decoration:underline;
}
#divEstruturaEsquerda #divFerramentas {
	width:167px;
	background-color:#f4f5f6;
	padding-left:13px;
	display:inline;
	float: right;
}
#divEstruturaEsquerda #divFerramentas h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align:left;
	color:#4e799f;
	padding:15px 0 10px 0;
}
#divEstruturaEsquerda #divFerramentas ul {
	width:154px;
	text-align:left;
	margin-bottom:20px;
}
#divEstruturaEsquerda #divFerramentas ul li {
	font-family: "Trebuchet MS";
	font-size: 11px;
	height:19px;
	background-image:url(/img/Bullet.gif);
	border-bottom:1px solid #d1d5d6;
	background-repeat: no-repeat;
	background-position: 3px 11px;
	padding:5px 0 0 10px;
}
#divEstruturaEsquerda #divFerramentas ul .Zebrada {
	font-family: "Trebuchet MS";
	font-size: 11px;
	height:19px;
	background-image:url(/img/Bullet.gif);
	background-color:#ffffff;
	border-bottom:1px solid #d1d5d6;
	background-repeat: no-repeat;
	background-position: 3px 11px;
	padding:5px 0 0 10px;
}
#divEstruturaEsquerda #divFerramentas ul .Ultima {
	font-family: "Trebuchet MS";
	font-size: 11px;
	height:19px;
	background-image:url(/img/Bullet.gif);
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: 3px 11px;
	border:none;
	padding:5px 0 0 10px;
}
#divEstruturaEsquerda #divFerramentas a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#4e799f;
	text-decoration:none;
}
#divEstruturaEsquerda #divFerramentas a:hover {
	text-decoration:underline;
}
/*************************** Paginas ****************************/

#divEstruturaConteudo {
	width:576px;
	height:auto;
	text-align:justify;
	float:left;
}
#divEstruturaConteudo object {
	margin-bottom:5px;
}
.divConteudo {
	position: relative;
	float:left;
}
.Coluna {
	width:388px;
	_width:380px;
}
.Video {
	width:312px;
}
.SemColuna {
	width:570px;
}
.Projetos {
	width:570px;
	/*height:780px;*/
	/*background-image: url(/img/FdoProjetos.jpg);*/
	background-repeat: no-repeat;
	background-position:right bottom;
	float:left;
	padding-bottom:50px;
}
.divConteudo div.Pontape {
	width:auto;
	height:auto;
	font-family: "Trebuchet MS";
	color:#585a5b;
	float:left;
	padding-right:5px;
}
.divConteudo div.Pontape img {
	margin-right:10px;
	padding-bottom:10px;
}
.divConteudo div.Pontape span {
	color:#4e79a0;
}
.divConteudo div.Pontape .imgDir {
	margin-left:5px;
}
/*.FundoProjetos {
	background-image: url(/img/ImgProjetos.gif);
	background-repeat: no-repeat;
	height: 299px;
	width: 282px;
}*/

.divConteudo #divDestaqueHome {
	width:388px;
	height:150px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color:#004685;
	background-image:url(/img/ImgDestHome.jpg);
}
.divConteudo #divNoticiasHome {
	width:388px;
	height:auto;
	font-family: "Trebuchet MS";
	font-size: 1em;
	color:#585a5b;
	border-bottom:1px solid #e6e9eb;
	padding-bottom:5px;
	/*padding-top:19px;*/
	float:left;
}
#divNoticiasHome a.Home {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color:#585a5b;
	text-decoration:none;
}
#divNoticiasHome a.Home:hover {
	text-decoration:underline;
}
#divNoticiasHome span {
	font-weight:bold;
}
#divNoticiasHome h2.Titulo {
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.divConteudo .divBtMaisNoticias {
	width:388px;
	height:46px;
	text-align:right;
	float:left;
}
/*.divDestaque .divFoto {
	width:173px;
	background-color:#f4f5f6;
	margin-left:8px;
	position:relative;
	right:0;
}*/

.Legenda {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color:#585a5b;
	text-align:center;
	background-color:#f4f5f6;
	margin:0 5px 5px 5px;
}
.Right {
	margin-left:8px;
}
.divConteudo .divDestaque {
	margin:0px 0 0 0;
	text-align:left;
	position:relative;
	float:left;
}
.Home {
	width:388px;
}
.divConteudo .divDestaque p {
	text-align:justify;
}
.divConteudo .divDestaque a.Home {
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	color:#585a5b;
	text-decoration:none;
}
.divConteudo .divDestaque a.Home:hover {
	text-decoration:underline;
}
.divConteudo .divDestaque img {
	border:none;
	margin-bottom:2px;
 *margin:10px 0 0px 0;
}
.divConteudo .divDestaque span {
	font-weight:bold;
}
.divConteudo .divDestaque .divColuna1 {
	width:190px;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color:#585a5b;
	float:left;
}
.divDestaque div.Traco {
	width:190px;
	height:3px;
	border-top:3px solid #e1e3e4;
	/*margin-bottom:8px;*/
	float:left;
}
.divConteudo .divDestaque .divColuna1 h2, .divConteudo .divDestaque .divColuna2 h2 {
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight:bold;
	color:#4c7fae;
}
.divConteudo .divDestaque h1 {
	font-family: "Trebuchet MS";
	font-weight:normal;
	font-size: 1.5em;
	color:#4c7fae;
	margin-bottom:8px;
	border-bottom:4px solid #d8e2eb;
}
.divConteudo .divDestaque hr.Divisoria {
	width:388px;
	height:1px;
	margin:14px 0 14px 0;
 *margin:14px 0 3px 0;
	background-color:#e6e9eb;
	border:none;
 *border-bottom:1px solid #e6e9eb;
	float:left;
}
.divConteudo .divDestaque .divColuna2 {
	width:190px;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color:#585a5b;
	float:right;
}
.divConteudo ul.Marcador {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color:#585a5b;
}
.divConteudo ul.Marcador li {
	width:99%;
	background-image: url(/img/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding:5px 0 5px 8px;
	float:left;
}
.divConteudo em {
	font-style: italic;
}
.MargemVideo {
	margin-left:8px;
}
/*********************************** FERRAMENTAS ************************************/
#divEstruturaFerramentas {
	width:570px;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
}
#divEstruturaFerramentas .divColuna1 {
	width:283px;
	border-right:1px solid #e7e8ea;
	float:left;
}
#divEstruturaFerramentas .divColuna2 {
	width:285px;
	float:left;
}
#divEstruturaFerramentas img {
	margin:0 0 0 20px;
	border-right:8px solid #fff;
}
#divEstruturaFerramentas .divColuna1 div, #divEstruturaFerramentas .divColuna2 div {
	width:283px;
	height:48px;
}
#divEstruturaFerramentas ul li.imagem {
	background-image: none;
	padding-left: 0px;
	width:60px;
}
#divEstruturaFerramentas ul li {
	width:180px;
	font-family: "Trebuchet MS";
	font-size: 1em;
	background-image: url(/img/BulletFerramentas.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 15px;
	line-height:13px;
	float: left;
}
#divEstruturaFerramentas ul li.Titulo {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color:#585a5b;
	background-image: none;
	padding-left: 8px;
}
#divEstruturaFerramentas br {
	line-height:10px;
}
/*********************************** APRESENTACAO ***********************************/
.divConteudo h1.Titulo {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color:#585a5b;
	margin:0 0 10px 0;
}
.divConteudo p {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color:#585a5b;
	margin: 10px 0 10px 0;
}
.divConteudo span {
	font-weight:bold;
}
.divConteudo a.Link {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	text-decoration:none;
	cursor:pointer;
}
.divConteudo a.Link:hover {
	text-decoration:underline;
}
/*********************************** NOTICIAS ***********************************/

h2.Noticia {
	font-family: "Trebuchet MS";
	font-weight:bold;
	color:#585a5b;
	font-size: 1.5em;
}
.Data {
	font-family: "Trebuchet MS";
	color:#4e79a0;
	font-size: 0.9em;
}
h3.Subtitulo {
	font-family: "Trebuchet MS";
	font-weight:bold;
	color:#717375;
	font-size: 1em;
}
.Italico {
	font-style: italic;
}
div.Ancoras {
	width:550px;
	_width:530px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#585a5b;
	margin-bottom:50px;
}
div.Ancoras ul {
	margin:0px;
}
div.Ancoras ul li {
	margin:0px;
	background-image:url(/img/Bullet.gif);
	background-position:1% 45%;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:20px;
	border-bottom:1px solid #c6cbc6;
	clear: both;
}
div.Ancoras ul li.cinza {
	margin:0px;
	background:#f6f7f7 url(/img/Bullet.gif) no-repeat 1% 45%;
	padding-left:15px;
	line-height:20px;
	border-bottom:1px solid #d3d6d8;
}
/*********************************** QUERO PARTICIPAR ***********************************/

h4.TituloAncora {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color:#4c7fae;
	margin-top:20px;
}
/*********************************** BOTOES ***********************************/
.inputMaisNoticias {
	width:85px;
	height:21px;
	background-image:url(/img/FundoBotao.gif);
	background-color:#fff;
	margin-top:5px;
	border:none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
.divBotao {
	float:right;
}
.final {
	position:relative;
	bottom:0px;
	right:10px;
}
.divBotao input.btnVoltar {
	width:51px;
	height:22px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#585a5b;
	background-image: url(/img/BotaoVoltar.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;
	border:none;
	cursor: hand;
	position:absolute;
	right:8px;
	bottom:40px;
	clear:both;
	float:left;
}
.divBotao input.btnVoltar:visited {
	text-decoration:none;
}
.divBotao input.btnVoltar:hover {
	text-decoration:underline;
}
#bannerPrincipal {
	padding: 17px 6px 10px 0px;
	float: right;
}
/* XXXXXXXXXXXXXXX   TOPINHO  redes sociais XXXXXXXXXXXXXXXX */

#divTopo {
	width:778px;
	background-image:url(/img/FundoTopo.gif);
	background-repeat:repeat-x;
	float:left;
	/*border:solid 1px #33CC00*/
}

.topoBmfbovespaRedesSociais {
	width:610px;
	height:32px;
	float:left;
	position:absolute;
	left:0px;
	
}
#divLogoTopo {
	width:300px;
	height:85px;
	float:left;
	position:absolute;
	left:0px;
	top:35px;
	
}
#divLogoTopo img {
	margin:35px 0 0 15px;
	border:none;
	float:left;
	
}
#containerFlashNovoValor {width:792px; height:134px;margin:0 auto; background:url(/img/fio-topo.gif) repeat-x left 120px;}
#FlashNovoValor {width:273px; float:right; position:absolute; right:-13px}

img.imgLogoTopoRedesSociais {
	float:left;
	margin-top:10px;
	margin-left:13px;
}
.linksTopoRedesSociais span a {
	background-position:0px 5px;
	padding: 0px 25px 0px 10px;
	color: #d9e4ef;
	font-size:10px;
	text-decoration:none;
	height: 20px;
	vertical-align:middle;
	font-family:"Trebuchet MS";
	font-weight:normal
}
.RedesSociais {
	margin-top:5px;
	float:right;
	margin-right:12px;
	height:20px;
	width:auto;
}
.SigaABolsa {
	float:right;
	width:auto;
	height:20px;
	font-family:"Trebuchet MS";
	font-size:10px;
	margin-top:8px;
	margin-right:5px;
	color:#d9e4ef;
	cursor: default;
}
.linksTopoRedesSociais span a:hover {
	color:#d9e4ef;
	text-decoration:underline;
}
.linksTopoRedesSociais {
	margin-top:8px;
	height:20px;
	padding:0px;
	float:right;
	width:auto;
	color: #d9e4ef;
	font-size:10px;
	font-family:"Trebuchet MS";
	font-weight:normal;
}
#linkBMFBOVESPARedesSociais {
	display: block;
	float: left;
	vertical-align:middle;
}
#linkSiteEmpresasRedesSociais {
	display:none;
	float: left;
	vertical-align:middle;
}

