@charset "utf-8";

/*
**************************************
CONTEUDO > cotacoes
**************************************
*/

.cotacoes h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.cotacoes h3{
	font-size: 11px;
	font-weight: 700;
	color: #000;
}




.cotacoes table.tabelasConteudo {
	width: 405px;
	margin-bottom: 0;
	border-collapse: inherit;
	font-size: 10px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}


.cotacoes table.tabelasConteudo td {
	padding-left: 1px;
	padding-right: 2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}






.cotacoes table.tabelasConteudo thead {
	background: #CCCCCC;
}

.cotacoes table.tabelasConteudo thead td{
	font-size: 10px;
	font-weight: bold;
}



.cotacoes table.tabelasConteudo tbody {
	background: #FFF;
}
.cotacoes table.tabelasConteudo tbody td{
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}


.cotacoes table.tabelasConteudo tfoot td{
	background: #CCCCCC;
	padding-left: 1px;
	padding-right: 2px;
	font-size: 10px;
}


.cotacoes .linkTipoCotacao {
	color: #000;
	text-decoration: none;
	}
	



