@charset "utf-8";
/* CSS Document */


.tabla{
	border:#999 solid 1px;
	
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}

th{
	background: url(../img/back-th-chico.jpg) repeat-x;
	color:#FFFFFF;
	height:30px;
	text-align:center;
}

th a{
	background: url(../img/back-th-chico.jpg) repeat-x;
	color:#FFFFFF !important;
	text-decoration:none;
	height:30px;
	text-align:center;
}

th a:hover{
	background: url(../img/back-th-chico2.jpg) repeat-x;
	color:#FFFFFF !important;
	text-decoration:none;
	height:30px;
	text-align:center;
}

tr.impar{
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
}

tr.par{
	background:url(../img/back-th-chico-0-1.jpg) repeat-x;
	color:#000000;
	text-align:center;
	border-bottom:#999999 1px solid;
}

td.celdanombre{
	text-align:left;
}

