
/* CSS Document */
/* Estilos Especial LIGA 09/10 | elmundo.es */

/* CALENDARIO*/

body.calendario #columna_destacados{
margin: -86px 15px 0 0;
}

body.calendario #cuerpo caption span{
	color: #333;
	font-size: 12px;
	padding-left: 10px;
}

body.calendario #cuerpo table{
	width: 630px;
	margin-bottom: 15px;
}
body.calendario #cuerpo table th.peq{
	font-size: 11px;
}
body.calendario #cuerpo table td{
	width: 40px;
}
body.calendario #cuerpo table td.hora{
	font-size: 11px;
	width: 70px;
}
body.calendario #cuerpo table td.resultado{
	font-size: 14px;
	font-weight: bold;
	width: 70px;
}
body.calendario #cuerpo table td.equipo{
	width: 160px;
}

body.calendario td.previa a, 
body.calendario td.envivo a,
body.calendario td.cronica a,
body.calendario td.video a{
	float: left;
	text-indent: -9999px;
	width: 40px;
	height: 13px;
}
body.calendario td.previa a{
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/08/liga/img/ico_previa.gif) top center no-repeat;
}
body.calendario td.envivo a{
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/08/liga/img/ico_envivo.gif) top center no-repeat;
}
body.calendario td.cronica a{
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/08/liga/img/ico_cronica.gif) top center no-repeat;
}
body.calendario td.video a{
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2009/08/liga/img/ico_video.gif) top center no-repeat;
}