table {
	border-collapse: collapse;
	
	margin: 14px auto auto auto;
	font-size: 11px;
}

th {
	background: #C2DAC2;
	color: #000;
	font-weight: bold;
	font-size:14px;
	padding: 2px 11px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}
.negritado{
	font-size:12px;
	color:#669900;	
}
td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #EDF3ED;
}

tr.over td {
	background: #C2DAC2;
}


