@charset "iso-8859-1";
/* CSS Document */

/* FONTES */
@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
	text-rendering: optimizeLegibility;
}
.titulo-data{
	color:#1d3c96;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -5px;
}

table, th, td {
	border: 1px solid #327abe;
	border-collapse: collapse;
	font-family: "Roboto", sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #082a5b;
	color: #ffffff;
	font-size: 120% !important;
}

tbody th {
	
	background: #e6eff7;
	text-align: center;
	font-weight: normal;
	
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}