/* CSS Document */


/***************************** LISTADO OFERTAS ****************/
#listado_torneos{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:0.9em;
}
	#listado_torneos h1.cabecera_torneo {
		width: 100%;
		height: auto;
		float: left;
		margin: 10px 0;
		padding: 10px 0;
		text-indent: 45px;
		background: #fff;
		color: #b0cae8;
		text-align: center;
		font-weight:bold;
	}
		#listado_torneos h1.cabecera_torneo a{
			color:#95b7df;
		}
	#listado_torneos div.capa_oculta{
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:0;
		display:none;
	}

#listado_torneos li {
	display: block;
	margin: 0;
	float: left;
	width: 100%;
}
#listado_torneos li.resumen {
	padding: 20px 2%;
	width: 96%;
	text-align: center;
	background: #fff;
}
#listado_torneos li.resumen p {
	margin: 10px 15px;
	padding: 0;
	width: auto;
	font-size: 0.95em;
	color: #000;
}
.botonesOpciones {
	position: relative;
	float: left;
	width: 100%;
	margin: 25px 0;
}
.botonesOpciones > a {
	height: 55px;
	float: left;
	position: relative;
	width: 255px;
	border: 1px solid #b0cae8;
	margin-left: 20px;
	display: block;
	padding: 120px 0 0;
	color:#007bbf;
	transition:0.5s ease all;
}
.botonesOpciones > a:hover {filter:grayscale(1);}
.botonesOpciones a:nth-of-type(1) {
	margin-left: -1px;
}
	a.cuadros {
		background: url(../img/factsheet.jpg) calc(50% - 0px) 35px no-repeat;
	}
	a.inscripcion {
		background: url(../img/inscripcion.jpg) calc(50% - 0px) 35px no-repeat;
	}
	a.factsheet {
		background: url(../img/cuadros.jpg) calc(50% - 0px) 35px no-repeat;
	}
	a.orden_juego {
		background: url(../img/orden_juego.jpg) calc(50% - 0px) 35px no-repeat;
	}
#listado_torneos li.resumen p strong {
	color: #007bbf;
	font-weight: normal;
}


#listado_torneos li.titulo_torneo{
	width:100%;
	height:auto;
	float:left;
	padding:0;
	margin:10px 0 0px 0;
	background:#3b62ee;
	border-radius:8px 0 0 0;
	text-align:right;
	font-weight:normal;
}
	#listado_torneos li.titulo_torneo h1{
		width:100%;
		height:auto;
		float:left;
		padding:0;
		margin:0;
		font-size:1.2em;
		color:inherit;
		text-align:right;
		font-weight:normal;
	}
	#listado_torneos li.titulo_torneo a {
		width: 100%;
		height: auto;
		float: left;
		padding: 20px 0 20px 0;
		margin: 0;
		font-size: 1.4em;
		color: #000;
		text-align: center;
		background: #c5d7ee;
	}
		#listado_torneos li.titulo_torneo a:hover{
/* 			color:#fff;
			background:url('../img/info.png') right no-repeat #182F7A;
			text-decoration:none; */
		}
#listado_torneos p.aviso{
	width:95%;
	height:auto;
	float:left;
	margin:25px 0 0 0;
	padding:0;
	text-align:center;
	color:#3b62ee;
}
#listado_torneos ul{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0 10px 0;
	padding:0;
	list-style-type:none;
	background:#eee;
}
.descripcionTorneo {
	float: left;
	width: 100%;
	position: relative;
	margin:15px 0;
}
.descripcionTorneo span,.descripcionTorneo a,.descripcionTorneo strong{
	float: none !important;
	margin:auto !important;
	
}
#listado_torneos ul li {
	width: 98%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0 1%;
	list-style-type: none;
	background: #fff;
}
	#licenciaCaducada {
		float: left;
		width: calc(50% - 40px);
		margin: 0 25% 30px;
		min-height: 70px;
		padding: 20px;
		background: #eee;
		text-transform: uppercase;
		border: 4px double;
		color: #a80606;
	}
		#licenciaCaducada a {
			/* float: left; */
			width: auto;
			margin: 20px;
			background: #5274f0;
			margin: 20px auto;
			padding: 15px;
			color: #fff;
		}
.info_cuadros {
	width: 100%;
	float: left;
	text-decoration: underline;
}
.alertaOrden {
	width: 60%;
	background: #660a0a;
	margin: 20px 20%;
	display: block;
	float: left;
	padding: 2%;
	color: #fff;
	text-transform: uppercase;
}

	#listado_torneos ul li.cabeceraCategoria{
		background:none;
		font-weight:normal;
		font-size:1.2em;
		text-align:center;
		color:#596382;
		padding:0;
		margin:10px 1% 3px 1%;
		width:98%;
		border-top:1px solid #596382;
		border-bottom:1px solid #596382;
	}
	#listado_torneos a.titulo_torneo0{
		width:100%;
		height:auto;
		float:left;
		margin:0 0 5px 0;
		padding:0;
		font-size:1.1em;
		color: #000;
		border-bottom:1px solid #ddd;
		/*background:url(../img/masculino.png) top right no-repeat;*/
	}
	#listado_torneos a.titulo_torneo1{
		width:100%;
		height:auto;
		float:left;
		margin:0 0 5px 0;
		padding:0;
		font-size:1.1em;
		color: #000;
		border-bottom:1px solid #ddd;
		background:url(../img/masculino.png) top right no-repeat;
	}
	#listado_torneos a.titulo_torneo2{
		width:100%;
		height:auto;
		float:left;
		margin:0 0 5px 0;
		padding:0;
		font-size:1.1em;
		color: #000;
		border-bottom:1px solid #ddd;
		background:url(../img/femenino.png) top right no-repeat;
	}	
		#listado_torneos a.titulo_torneo1:hover,#listado_torneos a.titulo_torneo2:hover{
			color: #3b62ee;
			text-decoration:none;
		}
	#listado_torneos a.cuadro{
		width:auto;
		height:auto;
		float:right;
		margin:2px 5px 0 0;
		padding:0;
		font-size:13px;
		color: #3b62ee;
		cursor:pointer;
	}	
	#listado_torneos span{
		width:auto;
		height:auto;
		float:left;
		margin:2px 15px 2px 0;
		color: #333;
		font-size:1em;
	}
		#listado_torneos span.rojo {
			color: red !important;
			float: none !important;
		}	
		#listado_torneos span a{
			color:#999999;
			text-decoration:none;
		}
			#listado_torneos span a:hover{
				color:#333333;
				text-decoration:underline;
			}
	#listado_torneos span.unidades{display:none;}
	.plazo_acabado {
		display: none;
	}
a[id^="admitidos"] {
	width: 10px;
	position: absolute;
	top: 5px;
	right: 30px;
	color: #666;
}
	a[id^="admitidos"].plegado::before {
		content: "\f078";
		font-size: 1.3em !important;
		color: inherit;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		position: absolute;
		top: 3px;
		left: 0;
	}
	a[id^="admitidos"].desplegado::before {
		content: "\f077";
		font-size: 1.3em !important;
		color: inherit;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		position: absolute;
		top: 3px;
		left: 0;
	}	

	
#listado_torneos ul.admitidos{
	height:0px;
	overflow:hidden;
	padding:0 !important;
	margin:0 !important;
	transition:0.5s ease all;
	
}
#listado_torneos ul.admitidos li {
	margin: 1px 0;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	width: 100%;
}
.ultimo_minuto {
	padding: 30px 0 50px;
	background: #fff;
	width: 100%;
	position: relative;
	float: left;
}
.ultimo_minuto img {
	position: relative;
	float: left;
	width: auto;
	margin: 0 10px;
}
#ultimas_torneos_inicio .ultimo_minuto img {
	opacity: 0;
}
.ultimo_minuto .fecha {
	color: #373737;
	width: auto;
	float: left;
	margin: 0 10px;
	padding: 10px 0 0;
	text-indent: 20px;
	position:relative;
}
.ultimo_minuto .fecha::before {
	content: "\f783";
	color: #848484;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: -22px;
	top: 7px;
	font-size: 1.2em !important;
}
.ultimo_minuto .minuto {
	color: #000;
	width: 40%;
	padding: 40px 2%;
	font-size: 1em;
	text-indent: 30px;
	position: relative;
	background: #f2f2f2;
	margin: 0 auto;
	text-align: center;
}
.ultimo_minuto .minuto::before {
	content: "\f05a";
	color: #007bbf;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	top: -13px;
	left: calc(50% - 40px);
	font-size: 1.7em !important;
}

	
/****************** BUSCADOR TORNEOS ****************************/
#listado_torneos ul.buscador_torneos {
	width:100%;
	height:auto;
	float:left;
	margin:0 0 0 0;
	padding:12px 0 5px 0;
	list-style-type:none;
}	
	#listado_torneos ul.buscador_torneos li{
		width:auto;
		height:auto;
		float:left;
		margin:0 5px;
		padding:0;
		background:none;
	}	
		#listado_torneos ul.buscador_torneos li label{
			width:100%;
			height:auto;
			float:left;
			margin:0 0 5px 0;
			padding:0;
			border-bottom:1px solid #ccc;
			text-align:center;
			font-size:15px;
		}	

		#listado_torneos ul.buscador_torneos li input.boton{
			width:75px;
			height:auto;
			float:right;
			margin:8px 0 0 0;
			padding:1%;
			background-color:#3b62ee;
			position:relative;
			color:#FFFFFF;
			font-weight:normal;
			font-size:12px;
			border-radius:8px;
			cursor:pointer;
		}
			#listado_torneos ul.buscador_torneos li input.boton:hover{
				background:#333;
			}
			
/****************** BUSCADOR TORNEOS ****************************/
#listado_torneos #datos_compra {
	width:99%;
	height:auto;
	float:left;
	margin:5px 0 0 0;
	padding:0.5% 0.5%;
	background:#d8dffa;
	font-size:0.9em;
	font-size:1.1em;
}	
	#listado_torneos #datos_compra p{
		width:100%;
		height:auto;
		float:left;
		margin:0;
		padding:0;
	}
		#listado_torneos #datos_compra p strong, #listado_torneos #datos_compra p span{
			width:auto;
			height:auto;
			float:left;
			margin:0 5px;
			padding:0;
			color:#333;
		}
		
		#listado_torneos #datos_compra p span.oferta{
			width:auto;
			height:auto;
			float:left;
			margin:0 5px;
			padding:0 8px;
			background:yellow;
		}	
		
#listado_torneos #datos_compra p span.unidades input {
	width: 20px;
	height: 15px;
	float: right;
	margin: 3px 5px;
	padding: 0;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 1.1em;
	color: #000;
}	
		#listado_torneos #datos_compra p a{
			width:auto;
			height:auto;
			float:left;
			margin:0 5px;
			padding:0 8px;
			text-indent:18px;
			color:#fff;
			border-radius:10px;
			background:url('../img/raqueta.png') left no-repeat #445aa9;
		}
			#listado_torneos #datos_compra p a:hover{
				text-decoration:none;
				background:url('../img/raqueta.png') left no-repeat #fff;
				color:#445aa9;
			}
		
#datos_compra .comprar {
	position: absolute;
	top: -22px;
	right: 120px;
	border: 1px solid;
	padding: 3px 20px;
	font-size: 0.9em;
}
#datos_compra .comprar:hover {
	border:1px solid #fff;
	background:#fff;
}
.plazo_acabado {
	display: none;
}	

#listado_torneos #buscadores {float: left;width: 100%;margin: 20px 0 0px 0;}
#listado_torneos #buscadores .buscador_torneos {float: left;width: calc(100% / 2 - 8%);margin: 0 1%;padding: 25px 3%;text-align:center;}
#listado_torneos #buscadores .buscador_torneos {
	float: left;
	width: 43%;
	margin: 0 0 0 2%;
	padding: 25px 3%;
	text-align: center;
}
#listado_torneos #buscadores .buscador_torneos:nth-of-type(1) {
	margin: 0;
}
#listado_torneos #buscadores .buscador_torneos.izquierda{background:#74a2d4;}
#listado_torneos #buscadores .buscador_torneos.derecha{background:#88aedb;}
#listado_torneos #buscadores .buscador_torneos span.titulo {color: #fff;font-size: 1.3em;float: none;display: inline-block;}
#listado_torneos #buscadores .buscador_torneos select {
	width: 200px;
	margin: 3px 0 0 0px;
	text-align: center;
	font-size: 1.1em;
	display: inline-block;
	text-align-last: center;
	border-radius: 0;
	border: 1px solid aliceblue;
}
/*NUEVAS GESTIONES 26-7-21*/
li.ficha_torneo ul {
	background: none !important;
	text-align: center;
}
li.ficha_torneo ul li ul{
	padding:20px 0 !important;
	
}
li.ficha_torneo li.icono {
	position: relative;
	float: left !important;
	width: 100% !important;
	height: auto;
	padding: 70px 0 0 0 !important;
	color: #007bbf;
	font-size: 1.1em;
	margin: 0 0 20px 0 !important;
}
li.inscripcion{	background: url(../img/inscripcion.jpg) top center no-repeat !important;
}
li.cuadro{	background: url(../img/factsheet.jpg) top center no-repeat !important;
}
li.orden_juego{	background: url(../img/orden_juego.jpg) top center no-repeat !important;
}
li.verCuadro {
	width: 90% !important;
	padding: 10px 0 15px 0 !important;
	background: #c5d7ee !important;
	margin: 5px 0 0 5% !important;
	color: #000;
}
.verCuadro a {
	position: relative;
	float: left;
	margin: 25px 44.5% 0;
	padding: 15px 10px;
	background: #fff;
	transition:0.5s ease all;
	cursor:pointer;
}
.verCuadro a:hover {
	color:#fff;
	background:#3b62ee;
}
#volver_torneos {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#volver_torneos a {
	border: 1px solid #5274f0;
	padding: 10px 20px;
}
#volver_torneos a:hover {
	filter: grayscale(1);
}
	/*LISTA ADMITIDOS NUEVA*/
	.cabeceraAdmitidos {
		width: 80% !important;
		margin: 0 11% !important;
		padding: 15px 0 !important;
		background: #3b62ee !important;
		color: #fff;
		font-size: 1.2em;
	}
	.admitidosCuadro {
		width: 80% !important;
		margin: 0 10% !important;
	}
.admitidosCuadro div {
	background: #d8dffa;
	color: #000;
	padding: 10px 0;
	position: relative;
	margin-bottom: 2px;
}
div.advertencia{
	margin-top: 20px;
position: relative;
float: left;
text-align: center;
width: 100%;
}
	/*ORDEN DE JUEGO NUEVA*/
	
li.ficha_torneo ul.jornadas {
	width: 94% !important;
	margin: 15px 3% !important;
	text-align: center;
	position: relative;
	float: left !important;
	padding: 0 !important;
}
	li.ficha_torneo ul.jornadas li {
	float: none !important;
	width: 100px !important;
	text-align: center;
	display: inline-block !important;
	border: 1px solid #b0cae8;
	margin: 10px 0 0 10px !important;
	padding:0 !important;
	filter:grayscale(1);
	transition:0.5s ease all;
}
	li.ficha_torneo ul.jornadas li:hover,li.ficha_torneo ul.jornadas li.actual {
		filter:grayscale(0);
	}
	li.ficha_torneo ul.jornadas li a.mes {
		background: #b0cae8;
		width: 100%;
		margin: 0;
		display: block;
		float: left;
		padding: 10px 0;
		color: #fff;
	}
	li.ficha_torneo ul.jornadas li a.dia {
		width: 100%;
		margin: 0;
		display: block;
		float: left;
		padding: 15px 0;
		color: #333;
		font-size:1.1em;
	}
li.ficha_torneo ul.partidos {
	width: 94% !important;
	margin: 15px 3% !important;
	text-align: center;
	position: relative;
	float: left !important;
	padding: 0 !important;
}
	li.ficha_torneo ul.partidos li {
		padding: 0 !important;
		border-bottom: 1px solid #b0cae8;
		border-left: 1px solid #b0cae8;
	}
	li.ficha_torneo ul.partidos li.cabecera {
		background: #b0cae8 !important;
		color: #fff;
		font-size: 1em;
		padding: 15px 0 !important;
		font-weight:bold;
	}
	li.ficha_torneo ul.partidos li p {
		margin: 0 !important;
		position: relative;
		float: left;
		border-right: 1px solid #b0cae8;
		text-indent: 10px;
		text-align: left;
		padding: 10px 0;
		color: #333;
		font-size: 0.9em;
		min-height: 17px;
	}
	li.ficha_torneo ul.partidos li p.resultado span {
		font-size: 0.85em !important;
	}	

		li.ficha_torneo ul.partidos li.leyenda p {
			background: #dae5f4;
			text-transform: uppercase;
			font-weight:bold;
			font-size:0.9em;
			
		}
		li.ficha_torneo ul.partidos li p.hora{
			width:calc(6% - 1px);
			text-align:center;
		}	
		li.ficha_torneo ul.partidos li p.ronda{
			width:calc(8% - 1px);
			text-align:center;
		}	
		li.ficha_torneo ul.partidos li p.dobla{
			width:calc(8% - 1px);
			text-align:center;
		}			
		li.ficha_torneo ul.partidos li p.jugadores{
			width:calc(45% - 1px);
		}
		li.ficha_torneo ul.partidos li p.jugadores strong{
			text-transform:uppercase;
		}	
		li.ficha_torneo ul.partidos li p.categoria{
			width:calc(18% - 1px);
		}
		li.ficha_torneo ul.partidos li p.resultado{
			width:calc(15% - 1px);
		}

#movil .ultimo_minuto .minuto{text-indent:0;width:80%;}
#movil .ultimo_minuto .minuto::before{left: calc(50% - 13px);}
#movil .botonesOpciones > a{width: calc(100% / 2 - 2% - 2px);margin: 6px 1% !important;}
#movil a[id^="admitidos"] {top: 5px;right: 5px;}
#movil a[id^="admitidos"]::before {top: 6px;left: 0;font-size: 0.8em !important;}
#movil li.ficha_torneo ul.jornadas li {width: calc(100% / 3 - 10px - 2px ) !important;margin: 10px 5px 0 5px !important;}
#movil li.ficha_torneo ul.partidos{width:100% !important;margin:0 !important;}
#movil li.ficha_torneo ul.partidos li{display: flex;flex-flow: wrap;width: 100%;}
#movil li.ficha_torneo ul.partidos li.cabecera,#movil li.ficha_torneo ul.partidos li.leyenda{display:inline-block;}
#movil li.ficha_torneo ul.partidos li.leyenda p.hora{width: calc(10% - 1px);font-size: 0.7em;}
#movil li.ficha_torneo ul.partidos li.leyenda p.ronda{width: calc(11% - 1px);font-size: 0.7em;}
#movil li.ficha_torneo ul.partidos li.leyenda p.dobla{width: calc(12% - 1px);font-size: 0.7em;}
#movil li.ficha_torneo ul.partidos li.leyenda p.jugadores{width: calc(29% - 1px);font-size: 0.7em;}
#movil li.ficha_torneo ul.partidos li.leyenda p.categoria{width: calc(19% - 1px);font-size: 0.7em;}
#movil li.ficha_torneo ul.partidos li.leyenda p.resultado{width: calc(19% - 1px);font-size: 0.7em;}
#movil li.ficha_torneo ul.partidos li p.hora{width: calc(10% - 1px);font-size: 0.8em;}
#movil li.ficha_torneo ul.partidos li p.ronda{width: calc(11% - 1px);font-size: 0.8em;}
#movil li.ficha_torneo ul.partidos li p.dobla{width: calc(12% - 1px);font-size: 0.8em;}
#movil li.ficha_torneo ul.partidos li p.jugadores{width: calc(29% - 1px);font-size: 0.8em;}
#movil li.ficha_torneo ul.partidos li p.categoria{width: calc(19% - 1px);font-size: 0.8em;}
#movil li.ficha_torneo ul.partidos li p.resultado{width: calc(19% - 1px);font-size: 0.8em;}
#movil #listado_torneos #buscadores .buscador_torneos {width: 90%;margin: 3px 5%;padding: 10px 0;}
#movil  .verCuadro a {margin: 25px 25% 0;width: calc(50% - 20px);}
#movil li.ficha_torneo ul.partidos li p{text-indent:0;text-align:center;}
#movil #listado_torneos #buscadores .buscador_torneos select{margin:3px calc(50% - 100px) 0;}
#movil #listado_torneos #buscadores .buscador_torneos span.titulo{margin: 0;}
/**/
div.galerias_ocultas{}
div.galerias_ocultas ul{width:98% !important;}
div.galerias_ocultas ul li {display: none !important;width: 100% !important;height: auto !important;margin: 0 !important;padding: 0 !important;}
div.galerias_ocultas ul li:first-child{display:block !important;}
div.galerias_ocultas ul li:first-child a::before {content: "Ver galer\00ed a de fotos";background: #007bbf;padding: 18px 10px;color: #fff;float: none;border: 1px solid #b0cae8;transition: 0.3s ease all;display: inline-block;}
div.galerias_ocultas ul li:first-child a:hover::before{background:#fff;color: #007bbf;}
div.galerias_ocultas ul li:first-child a *{display:none !important;}
div.galerias_ocultas ul li:first-child img{display:none !important;}
/*LISTADO DE REGLAMENTOS*/
#base_reglamentos{position:relative;float:left;width:100%;}
	#base_reglamentos ul{list-style-type:none;width:100%;margin:0;padding:0;}
		#base_reglamentos ul li{float:left;margin:10px 0;width:100%;}	
			#base_reglamentos li p.nombre {
				width: 100%;
				height: auto;
				float: left;
				padding: 20px 0 20px 0;
				margin: 0;
				font-size: 1.4em;
				color: #000;
				text-align: center;
				background: #c5d7ee;
			}
			#base_reglamentos li p.nombre:hover {
				background: #74a2d4;
			}
				#base_reglamentos li p.nombre a{	
					color: #000;
					position:relative;
				}
				#base_reglamentos li p.nombre a:hover{	
					color: #fff;
				}	
				#base_reglamentos li p.nombre a.archivo::before {
					content: "\f1c1";
					font-size: 1.1em;
					color: inherit;
					font-family: "Font Awesome 5 Free";
					font-weight: 600;
					position: absolute;
					top: -2px;
					right: -30px;
				}
@media(max-width:600px) {
	#base_reglamentos li p.nombre a {
	font-size: 0.8em;
	}	
	#datos_compra .comprar {
		top: -2px;
		right: 90px;

	}
	.admitidosCuadro div {
		min-height: 20px;
	}
}