@charset "utf-8";
/* CSS Document */

table{
	float:left;
	margin:5px 2.5%;
	width:95%;
	table-layout:fixed;
	border-spacing:3px;
	empty-cells:hide;
	border-collapse:separate;
}

td#head{
	text-align:left;
	border:0;
	height:15px;
	margin-bottom:15px;
	
}

td.legenda{
	font-weight:bold;
	padding:8px;
}

td.bm{
	background-color:#afd6b5
}

td.sh{
	background-color:#8eb4fb
}

td.sp{
	background-color:#a1d7fd
}

td.st{
	background-color:#f7e7a7
}



td#head h1{
	margin:0
}

td#devider{
	border:0;
	font-size:10px;
	text-align:right;
	padding-bottom:10px;
}

table tr th{
	font-weight:bold;
	color: #fff;
	padding-bottom:5px;
	padding-top:5px;
	font-size:110%;
	text-align:center;
	background-color:#333333;
}

td {
	text-align:center;
	border: 1px solid #464646;
	color:#000000;
	vertical-align:top;
	font-size:13px;
	position:relative;

	
}

td div{
padding:15px 1px;
position:relative;
}

td.data{
	background:url(img/i.png) no-repeat right bottom;
	
}

.bold{
	display:block;
	padding-bottom:5px;
}

sup{
	color:#000;
	
}
