/* CSS Document */

table {
	text-align: center;
	border-collapse: collapse;
}

/*
h4 {
	font: bold 1.4em monospace Verdana, Arial, Helvetica, sans-serif;
	color: blue;
	margin-bottom: 4px;
	padding-bottom: 15px;
}*/

th.coltab {
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #CC0000;
	border-left: solid 0.1em #CC0000;
	/*border-right: 0.2em #DBDBDB solid;
	border-bottom: 0.2em #DBDBDB solid;*/
}

th.grsep {
	border-bottom: solid 0.2em #FF6600;
}

td, td.grsep {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: white;
	border-bottom: solid 0.1em #DBDBDB;
	border-right: solid 0.1em #DBDBDB;
	border-left: solid 0.1em #DBDBDB;
}

td.grsep {border-bottom: solid 0.1em #DBDBDB;}

td.epoca {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-style: italic;
	background-color: #DBDBDB;
	font-weight: bold;
}

.caixaglobal {
	width:520;
	margin: 0 auto;
}

.tipostail {
	float:left;
	width:110;
	height:130;
}

.texto_a_esquerda {
	float:right;
	width:400;
	height:130;
	margin-left:120;
}
