﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
	overflow: hidden;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 1.5em;
	background: url(../images/bg_site.jpg) repeat-x scroll 0 0;
}


/* HEADER */

#header {
	float: left;
	width: 100%;
}

#logo {
	float: left;
	width: 180px;
	height: 54px;
	padding: 23px 0 15px 14px;
}
#logo h1 a {
	display: block;
	width: 180px;
	height: 54px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat scroll 0 0;
}


#bloco2 {
	float: right;
	width: 100px;
	padding: 23px 14px 15px 0;
}

#versao {
	float: right;
	width: 96px;
	height: 26px;
	padding: 5px 0 0 0;
}
#versao h1 a {
	display: block;
	text-indent: -9999px;
	width: 96px;
	height: 26px;
	overflow: hidden;
}

#pt #versao h1 a {background:url(../images/btn_versao_pt.gif) no-repeat scroll 0 0;}
#en #versao h1 a {background:url(../images/btn_versao_en.gif) no-repeat scroll 0 0;}

#idioma {
	float: right;
	width: 96px;
	height: 26px;
	padding: 5px 0 5px 0;
}
#idioma h1 a {
	display: block;
	text-indent: -9999px;
	width: 96px;
	height: 26px;
	overflow: hidden;
}

#pt #idioma h1 a {background:url(../images/btn_idioma_en.gif) no-repeat scroll 0 0;}
#en #idioma h1 a {background:url(../images/btn_idioma_pt.gif) no-repeat scroll 0 0;}


/* MENU */

#menu {
	padding: 10px 12px;
}

#menu #combo {
	float:left;
	width: 100%;
	height: 22px;
	color: #333;
	background-color: #eee;
	font-size: 13px;
	border: #999 solid 1px;
}

#conteudo {
	float:left;
	width:100%;
}


/* BOX */

#cotacoes table,
#noticias table {
	float: left;
	width: 100%;
}

#cotacoes table { 	padding-bottom: 15px; }
#noticias table { 	padding-bottom: 5px; }

#cotacoes td,
#noticias td {
	line-height: 5px;
}

td.box_sesq {
	width: 10px;	
	height: 10px;
	background: url(../images/bg_box_sesq.gif) no-repeat left top; 
}
td.box_smid {
	background-color: #fff;
	border-top: #ccc solid 1px;
}
td.box_sdir {
	width: 10px;
	background: url(../images/bg_box_sdir.gif) no-repeat right top; 
}

td.box_mesq {
	background-color: #fff;
	border-left: #ccc solid 1px;
}
td.box_mmid {
	background-color: #fff
}
td.box_mdir {
	background-color: #fff;
	border-right: #ccc solid 1px;
}

td.box_iesq {
	height: 10px;
	background: url(../images/bg_box_iesq.gif) no-repeat left bottom; 
}
td.box_imid {
	background-color: #fff;
	border-bottom: #ccc solid 1px;
}
td.box_idir {
	background: url(../images/bg_box_idir.gif) no-repeat left bottom; 
}



/* COTAÇÕES */

#cotacoes {
	padding: 15px 12px;
}

#cotacoes h1 {
	float: left;
	clear: both;
	width: 130px;
	height: 25px;
	text-indent: -9999px;
}

#pt #cotacoes h1 {	background: url(../images/tit_cotacoes_pt.gif) no-repeat left top; }
#en #cotacoes h1 {	background: url(../images/tit_cotacoes_en.gif) no-repeat left top; }

#cotacoes td table {

	padding: 5px;
	color: #333;
	text-align: right;
}

#cotacoes td table tr {
	font-size: 12px;
	line-height: 1.5em;
	height: 27px;
}


#cotacoes table td.acao {
	font-weight: bold;
	text-align: left;
	color: #666;
	padding-right: 5px;
}

.destac { color: #3fa2cc!important; }

#cotacoes table td {
	line-height: 9px;
}

#cotacoes table td.valor {
	width: 25%;
}

#cotacoes table td.percent {
	width: 20%;
}

#cotacoes table td.ico {
	width: 10px;
	padding-left: 3px;
}

#cotacoes table td.valor {
	width: 25%;
}

td.apligraf {
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 3px;
	line-height: 12px;
	text-align: center;
	color: #828282;
}


/* NOTÍCIAS */

#noticias {
	padding: 10px 12px 15px 12px;
}

#noticias h1 {
	float: left;
	clear: both;
	width: 130px;
	height: 25px;
	text-indent: -9999px;
}

#pt #noticias h1 {	background: url(../images/tit_noticias_pt.gif) no-repeat left top; }
#en #noticias h1 {	background: url(../images/tit_noticias_en.gif) no-repeat left top; }

#noticias_conteudo {
	list-style-type: none;
	margin: 5px 0 10px 0;
}

#noticias_conteudo li{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.35em;
	color: #666;
	padding: 5px 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0 5px;
}

#noticias p.vertodas a,
#noticias_conteudo li a {
	font-weight: normal;
}

#noticias p.vertodas {
	font-size: 12px;
	text-align: right;
}



/* RODAPE */

#rodape {
	clear: both;
	font-size: 10px;
	width: 100%;
	height: 45px;
	text-align: center;
	background: url(../images/bg_rodape.gif) no-repeat bottom center;
	border-bottom: #999 solid 1px;
	padding: 5px 0 10px 0;
}

#rodape a,
#rodape span {
	color: #3fa2cc;
	font-weight: bold;
}


/* NAVBAR */

#navbar {
	width: 100%;
	height: 45px;
	border-bottom: #ccc solid 1px;
	margin-top: 10px;
}

#voltar {
	float: left;
	width: 35px;
	height: 35px;
	margin: 8px 12px 2px 12px;
	background: url(../images/bullet_tit.gif) no-repeat 0 0;
}

#voltar a {
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
}

#breadcrumb,
#breadcrumb a {
	color: #48416b;
}

#breadcrumb {
	float: right;
	width: 220px; /*150*/
	text-align: right;
	padding: 20px 12px 0 0;
}


/*Tabela de Cotações*/

#tabela_cotacoes {
float:left;
width:100%;
height:auto;
padding:5px 0 10px 0;
}

.tit_tabela {
font-size:22px;
color:#939598;
text-align:center;
padding:5px 0 0 10px;
}

.seta_tabela {
padding:5px 0 0 0;
}

.variacao {
font-size:15px;
color:#939598;
text-align:left;
}

.variacao {padding:5px 0 0 20px;} /* Hack Firefox */
.variacao {padding /*\**/: 0px 0 0 20px;} /* Hack IE 8 */
.variacao {_padding:0 0 0 20px;} /* Hack IE 7 */

.tabela_cotacoes_rodape {
font-size:13px;
color:#666666;
padding:0px 0px 10px 5px;
}

#interna_tit {
border-bottom: #333 solid 1px;
width: 100%;
position:relative;
}

#interna_tip {
background:url(../images/tit_interna_left.gif) no-repeat scroll 0 0;
position:absolute;
width:34px;
height:9px;
}

#interna_tit h1 {
background:url(../images/bullet_tit.gif) no-repeat scroll  0 5px;
color:#939598;
font-size:13px;
width:auto;
height:auto;
margin:5px 5px 10px 10px;
padding:10px 0 0 40px;
line-height:20px;
}


/* TEXTO */

#texto p {
	font-size:13px;
	color: #666;
	clear: left;
	text-align: left!important;
	line-height: 1.45em;
	padding: 0 15px 15px 12px;
}

#texto p a {
	color: #666;
}

#texto ul li {
	font-size: 12px;
}

#texto ul li a {
	color: #666;
}

#texto h2 {
	float: left;
	clear: left;
	text-align: left!important;
	font-size: 14px;	
	font-weight: bold;
	color: #3fa2cc;
	padding: 2px 15px 15px 12px;
}

#texto table {
	font-size: 12px;
	line-height: 2em;
	padding: 0 15px 0 12px;
}

/* CAIXA DE ANCORAGEM */





ul.linktop {
	float: right;
	list-style-type: none;
	margin: 5px 20px 20px 20px;
	padding: 0 0 10px 5px;
}

ul.linktop li {
	background:url(../images/bullet1.gif) no-repeat scroll 0 8px;
	line-height: 25px;
}

ul.linktop li a {
	color: #36a0ca!important;
	font-weight: bold;
	margin: 0 0 0 10px;
}



/* TABELAS */

.tabelatt {
	background-color: #007cb7;
	color: #fff;
	line-height: 1.3em!important;
}

.tabelatx {
	background-color: #fff;
	line-height: 1.3em!important;
}

.tabelatx2 {
	background-color: #eee;
	line-height: 1.3em!important;	
}

.tabelatx a,
.tabelatx2 a {
	color: #828282;
	text-decoration:underline;
}

.tabelatx a:hover,
.tabelatx2 a:hover {
	text-decoration:none;
}


.update {
	font-size:13px;
	padding: 0 0 10px 12px;
}

td.table_ano {
	color: #3fa2cc;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.table_arquivo {
	color: #666;
	font-size: 13px;
	font-weight: bold;
}

select.select_ano {
	margin: 0 5px 0 0;
	width: 134px;
}


.data {
	font-weight: bold;
	width: 80px;
}
.ico {
	padding-right: 15px;
	width: 25px;
}

.arquivo a:hover {
	text-decoration: underline;
}

.arquivos table {
	margin-top: 15px;
}


/* MENSAGEM DE ERRO DE CARREGAMENTO */

p.msg_erro {
	font-weight: bold;
	padding: 40px 0 80px 12px;
}