.CTM_Clasificacion table, th, td {
	font-size: small !important;
}

.CTM_Cabecera td {
	background-color: #17237e;
	color: white;
	text-align: center; !important;
}

.CTM_Cabecera:hover td {
	background-color: #17237e;
	color: white;
	text-align: center; !important;
}

.CTM_Clasificacion tr:nth-child(even) {
	background-color: #f2f2f2
}

.CTM_Clasificacion th, td {
	padding: 1px !important;
}

.CTM_ClasfTirador {
	font-weight: bold !important;
	text-align: left !important;
}

.CTM_Clasificacion tr .CTM_ClasfTirada {
	text-align: right !important;
	padding: 1px 1px 1px 3px !important;
	width: 1.6em;
	background-image: -webkit-linear-gradient(left, #ffffff, #ffefff);
}
.CTM_Clasificacion tr:nth-child(even) .CTM_ClasfTirada {
	text-align: right !important;
	padding: 1px 1px 1px 3px !important;
	width: 1.6em;
	background-image: -webkit-linear-gradient(left, #f2f2f2, #f2e2f2);
}



.CTM_Clasificacion tr .CTM_ClasfMejores {
	text-align: right !important;
	padding: 1px 1px 1px 3px !important;
	width: 2em;
	background-image: -webkit-linear-gradient(left, #ffffff, #efffff);
}
.CTM_Clasificacion tr:nth-child(even) .CTM_ClasfMejores {
	text-align: right !important;
	padding: 1px 1px 1px 3px !important;
	width: 2em;
	background-image: -webkit-linear-gradient(left, #f2f2f2, #e2f2f2);
}



.CTM_Clasificacion tr .CTM_ClasfTotal {
	text-align: right !important;
	width: 3em;
	background-image: -webkit-linear-gradient(left, #ffffff, #ffff86);
}
.CTM_Clasificacion tr:nth-child(even) .CTM_ClasfTotal {
	text-align: right !important;
	width: 3em;
	background-image: -webkit-linear-gradient(left, #f2f2f2, #ffff86);
}

.CTM_ClasfMedia {
	text-align: right !important;
	width: 3em;
}