@charset "utf-8";
/* CSS Document */


div#content {
	overflow:visible;
	}

div.change_listado {
	text-align:right;
	margin:10px 15px 10px 0;
	font-size:10px;
	color:#666;
	}
	div.change_listado a {
		color:#00ccff;
		text-decoration:none;
		transition: all ease-in-out 0.4s;
		-moz-transition: all ease-in-out 0.4s;
		-webkit-transition: all ease-in-out 0.4s;
		-o-transition: all ease-in-out 0.4s;
		}
		div.change_listado a:hover {
			color:#000;
			text-decoration:underline;
			}
			
	h2 {
		margin:0 0 0 0 !important;
		padding:10px 15px 10px 15px !important;
		}


div.anuncio_deslizador {
	display:none;
	font-size:11px;
	text-align:center;
	color:red;
	font-style:italic;
	margin:5px 0;
	}

div.div_partidas {
	
	}


		
div.pista {
	margin:10px 0 10px 0.64%;
	display:inline-block;
	padding:0 0 0px 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	/*overflow:hidden;*/
	vertical-align:top;
	}
	div.pista a {
		text-decoration:none;
		}
	div.pista_patrocinador {
		display:block;
		width:100%;
		height:120px;
		margin:0px 0 0px 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:center;
		}
	.pista_nombre {
		display:block; 
		text-align:center;
		color:white;
		padding:5px;
		text-decoration:none;
		background:#000;
		}
	div.div_partidas_noscroll .pista_nombre {
		}
		
		
		
h3.semanal {
	margin:0;
	padding:5px 15px;
	background:#f1f1f1;
	color:666;
	font-size:14px;
	}
	
				
				
				
				
				
/* TABLET */
@media only screen and (max-width: 1024px) {
	
	div.change_listado {
		text-align:center;
		margin:10px 0 5px 0;
		}
	div.anuncio_deslizador {
		display:block;
		}

	div.div_partidas {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding:0 10px;
		}
		
	div.div_partidas div.pista {
		margin:10px 0.3%;
		width:30% !important;
		display:inline-block;
		vertical-align:top;
		min-width:280px;
		}
		
	div.div_partidas_semanal div.pista {
		min-width:200px;
		}

	div.div_partidas_noscroll {
		/*overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		padding:0 10px;*/
		}
		div.div_partidas_noscroll div.pista {
			min-width:0;
			/*width:auto !important;*/
			}
		div.div_partidas_noscroll div.pista_patrocinador {
			height:60px;
			width:99%;
			border:1px solid #ccc;
			}
		div.div_partidas_noscroll .pista_nombre {
			font-size:8px;
			display:none;
			}
	
	}	
/* fin tablet */

	
				
/* MOVIL */
@media only screen and (max-width: 590px) {
			
	div.div_partidas div.pista {
		margin:10px 0.7%;
		width:70% !important;
		}			
	div.div_partidas_semanal div.pista {
		margin:10px 0.7%;
		width:40% !important;
		}
		
	div.pista_patrocinador {
		height:140px;
		margin-bottom:5px;
		}
	
	}
/* fin movil */