@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	background: #fff;
	border-collapse: collapse;
	text-align:center;
}
/*COLUMNA*/thead th {
	text-align:left;
	background:#dcdcdc;
	color:#333;
	font-weight:normal;
	width:96px;
	text-align: center;
	border: 1px solid #b4b4b4;
}
thead th.null {
	background:url(../images/matriz-main.png) no-repeat;
	width:95px;
	height:53px;
}
/*FILA*/tbody th {
	text-align:left;
	background:#848484;
	color:#FFF;
	font-weight:normal;
	height:35px;
	text-align: center;
	border: 1px solid #b4b4b4;
}
tbody td {
	border: 1px solid #b4b4b4;
}
tbody td.on {
	background:url(../images/matrizc-hover.png);
}
thead th.on {
	background:url(../images/matrizr-hover.png);
}
tbody th.on {
	background:url(../images/matrizi-hover.png);
}
tbody td.low {
	background-color:#f6cc46;
}
