/****************************
Listas de cotações
****************************/
.semvar {
	color: #666666;
}

.varpos {
	color: #339933;
}

.varneg {
	color: #FF0000;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/*** estilos da tabela de cotações genérico ***/
.titulo_cotacoes {
	font-style: normal;
	font-weight: 600;
	padding: 0;
	margin: 5px;
	margin-left: 10px;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	color: #000050;
	letter-spacing: -0.04em;
	border-bottom: 0;
}

.div_cotacoes {
	width: 540px;
	border-bottom: solid 2px #E1E1E3;
	color: #000050;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.div_cotacoes_home {
	width: 190px;
	clear: right;
	font: 11px Arial;
	margin: 10px 0px 5px 0px;
}

.div_cotacoes_home + .div_cotacoes_home{
	margin-top: 20px;
}

/* #container2 div.div_cotacoes_home:last-child{
	margin-bottom: 5px;
} */

.cot_titulo {
	width: 205px;
	float: left;
}

.cot_data {
	width: 100px;
	text-align: right;
	padding-right: 5px;
	float: right;
}

.tab_cotacoes {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-collapse: collapse;
	background-color: #FFFFFF;
	clear: both;
	border-top: 2px solid #E1E1E3;
}

.tab_cotacoes th {
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: -0.04em;
	color: #000050;
}

.tab_cotacoes tr {
	height: 22px;
}

.div_cotacoes_home .tab_cotacoes {
	font-size: 9px;
}

.tab_cotacoes .impar {
	background-color: #e8e8e8;
}

.tab_cotacoes td {
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: -0.04em;
	color: #43434D;
}

.div_cotacoes_home .tab_cotacoes td {
	height: 16px;
	white-space: nowrap;
}

.tab_cotacoes_moeda .right {
	width: 40px;
}

.tab_cotacoes_moeda .right span {
	padding-right: 2px;
}

.tab_cotacoes_bolsa_home .right {
	font-size: 9px;
}

.tab_cotacoes_bolsa_home .right span {
	padding-right: 2px;
}

.tab_cotacoes_bolsa .right {
	width: 40px;
}

.tab_cotacoes_indicadores .right {
	width: 40px;
}

.tab_cotacoes_indicadores .right span {
	padding-right: 2px;
}

.div_cotacoes_inflacao {
	margin-left: 80px;
}

.fonteConversor {
	float: right;
	padding-right: 20px;
	font-size: 10px;
	color: #000;
}

.var_detalhe {
	padding-right: 10px;
}

.var_home {
	padding-right: 5px;
}

.cotacoes {
	border-collapse: collapse;
	border: none;
	border-bottom: solid 1px #c89e55;
	font: normal 11px Arial;
	float: right;
	width: 185px;
	clear: right;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #106ECC;
}

.cotacoes tr {
	border: none;
	padding: 0px;
	margin: 0px;
}

.cotacoes tr td {
	border: none;
	padding: 0px;
	margin: 0px;
}

.cotacoes .cabec1 strong {
	text-align: center;
	width: 100%;
	display: block;
}

.cotacoes .cabec1 td:first-child strong {
	text-align: left;
}

.linhaimpar,
.linhaimpar td {
	background-color: #F2F2F2;
}

.linhapar,
.linhapar td {
	background-color: #FFFFFF;
}

table .cabec1 {
	background-color: #c89e55;
	color: #FFFFFF;
}

.cotacoes thead tr {
	background-color: #DDDDDD;
	color: #a87e35;
}

.fonteGrafico {
	margin: 5px 10px 5px 10px;
	text-align: right;
	color: #000;
	font-size: 10px;
}

.fonteGraficoHome {
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	letter-spacing: -0.04em;
	text-align: left;
	color: #000050;
	clear: right;
	padding-bottom: 15px;
	white-space: nowrap;
	margin-left: 10px;
    margin-top: 5px;
}