<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.fecha, div.fecha_ok {
	float:left;
	width:120px;
	height:197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b6b6b6;
	margin-right:6px;
	list-style-type: none;
}

div.fecha span, div.fecha_ok span {
	width:54px;
	float:left;
	padding-left:4px;
	padding-right:2px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #eeeeee;
}

div.fecha span img, div.fecha_ok span img {
	float:left;
	margin:3px 3px;
}

div.fecha input, div.fecha_ok input {
	width:12px;
	height:12px;
	float:left;
	border: 1px solid #ccc;
	padding:2px;
	text-align: center;
	margin-top:5px;
	font-size: 11px;
}

div.equipolibre {
	float:right;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:100%;
	margin-top:6px;
}

div.equipolibre img {
	float:right;
	margin-left:4px;
	margin-right:11px;
	margin-top:-5px;

}

div.jornada {
	float:left;
	display: block;
	width:112px;
	background-image: url(../images/fondo_simulador.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:4px 4px 0px 4px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px dotted #797979;
}

div.jornada &gt; div {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin-top:2px;
}

.work {
	display: none;
}

#tabladeposiciones {
	float:left;
}

#tabladeposiciones table {
	border: 1px solid #b6b6b6;
}

#tabladeposiciones td {
	background-color: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	padding:6px;
}

#tabladeposiciones tr &gt; td {
	text-align: center;
}

#tabladeposiciones tr &gt; td:last-child {
	font-weight: bold;
}

#tabladeposiciones tr &gt; td img {
	float:left;
	margin-top:-4px;
	margin-right:5px;
}

#tabladeposiciones tr &gt; td:first-child {
	text-align: left;
}

#tabladeposiciones tr:first-child {
	background-image: url(../images/fondo_tab_tabla.jpg);
}

#tabladeposiciones th {
	background-color: #5d5d5d;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px;
	background-image: url(../images/fondo_tab_tabla.jpg);
}

.contenedor_de_enviarpronostico {
	width:635px;
	float:left;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	height: 0px;
}
#enviarpronostico {
	width:286px;
	float:right;
	background-color: #FFFFFF;
	padding:7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 8px;
	background-image: url(../images/fondo_boton_calculadora.jpg);
	border: 1px solid #999999;
}

#enviarpronostico:hover {
	background-color: #FFFFFF;
	cursor: pointer;
	opacity:0.8;
	filter: alpha(opacity=80); /* Para IE */
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#clasificados {
	float:left;
	display: none;
}

#clasificados ul {
	list-style-type: none;
	margin-left:10px;
	width:300px;
	border: 1px solid #b6b6b6;
	margin-bottom: 6px;
}

#clasificadodirecto h4, #repechaje h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #b6b6b6;
	font-size: 13px;
	padding:6px;
}

#clasificadodirecto li {
	background-color: #e7f4e6;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:1px;
}

#repechaje li {
	background-color: #f8f5e6;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:1px;	
}


#caja_fbk {
	margin-top:10px;
	float:left;
}</pre></body></html>