div#cabecera {
	background: url(../images/h1_bgd_interior.jpg) no-repeat;
}
div#submenu_es {
	background: url(../images/bgd_submenu_copa.jpg) no-repeat top left;
	height: 121px;
}
div#submenu_en {
	background: url(../images/bgd_submenu_copa_en.jpg) no-repeat top left;
	height: 121px;
}
/************* cajas ajax **************/	
ul#listado-deportes a, div#listado-categorias a, div#listado-generos a{
	text-decoration: none;
	color: #fff;
	color: #1C456C;
	display: block;
	padding: 2px 3px 2px 30px;
	background: url(../images/ico_mas.gif) no-repeat top left;
}
ul#listado-deportes {
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	width: 196px;
	float: left;
	margin-left: 50px;
	padding-top: 18px;
	background: url(../images/menu_deporte.gif) no-repeat top center;
}
	ul#listado-deportes li {
		/*background: #1C456C;*/
		color: #fff;
		margin: 1px 0;
	}
div#listado-categorias ul {
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	width: 196px;
	float: left;
	padding-top: 18px;
	background: url(../images/menu_categoria.gif) no-repeat top center;	
}
	div#listado-categorias ul li {
		/*background: #29649d;*/
		color: #fff;
		margin: 1px 0;		
	}
div#listado-generos ul {
	margin: 0 2px;
	padding: 0;
	list-style-type: none;
	width: 196px;
	float: left;
	padding-top: 18px;
	background: url(../images/menu_genero.gif) no-repeat top center;	
}
	div#listado-generos ul li {
		/*background: #337fc6;*/
		color: #fff;
		margin: 1px 0;	
	}
div#calendario {
	clear: both;
	width: 90%;
	margin: 0 auto;
}
	div#calendario h4 {
		font-size: 140%;
		border-bottom: 1px solid #efefef;
		margin: 15px 0;
		font-variant: small-caps;
	}
	div#calendario table {
		border: 0;
		color: #fff;
		width: 100%;
	}
		div#calendario table th {
			color: #efefef;
			font-weight: bold;
			padding: 5px;
			background: #1C456C;		
			text-align: center;	
		}
		div#calendario table td {
			/*width: 20%;*/
			width: auto;
			background: #efefef;
			color: #000;
			margin: 5px 0;
			text-align: center;
			padding: 0 3px;
		}
		div#calendario table td.string {
			text-align: left;
		}
	div#calendario p.descargar {
		clear: both;
		border-bottom: 1px solid #efefef;
		margin-left: 20px;
		width: 100%;
	}
		div#calendario p.descargar a {
			text-decoration: none;
			color: #1c456c;
			display: block;
		}
		div#calendario p.descargar a:hover {
			color: #5d9227;
			background: #fff;
		}
		div#calendario p.descargar img {
			border: 0;
			vertical-align: middle;
		}	
		
.download{ 
	background:url(../images/download.jpg) no-repeat top left;
	padding-left:20px;
	margin-left:50px;
}

table.resultados{
	border:1px solid #e5ebde;
	width:86%;
	margin:0 40px 0 50px; 
}

table.resultados td{ background-color:#e5ebde; text-align:center; color:#333; padding:4px;}
