/* CSS Document */

.tableFixHead          { overflow-y: auto; height: 100px; border: 2px solid #7b7979; }
.tableFixHead thead th { position: sticky; top: 0; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#FFF; }


.Etiquetas{
	color:#000000;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
}


.Etiquetas_11{
	color:#000000;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
}

.Etiquetas_10{
	color:#000000;
	font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:10px;
}

.Entradas{
	color: #333333;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #666666;
	padding:3px;
}

.numero{
	color: #333333;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
}


.numeromediano{
	color: #333333;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
}


.numero_12{
	color: #333333;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
}



.numeroazul{
	color: #001966;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
}


.numeroazul_14{
	color: #001966;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
}

.numeroazul_16{
	color: #001966;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
}


.numerorojo{
	color: #900;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
}





.numerogrande{
	color: #333333;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size:22px;
	font-weight:600;
}



.opacar img {
filter:alpha(opacity=50);
-moz-opacity: 1.0;
opacity: 1.0;}

.opacar:hover img {
filter:alpha(opacity=100)3000;
-moz-opacity: 0.6;
opacity: 0.6;
}