@media screen and (max-width: 70.875rem)
{
	
}
@media screen and (orientation: landscape) {
  .app{
    display: none;
  }
  .mensaje {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    
    /* Con esto ajustamos la posición del texto
    display: flex;
    align-items: center;
    justify-content: center;*/
    
    /* Un color de fondo */
    
    background-color: white;
    /* Debemos superponerlo */
    z-index: 1000;
  }
  .mensajecentrado
  {
  	width: 100vw;
  	max-width: 70.875rem;
  	margin: 0 auto;
  	display: block;
  	overflow: scroll;
  	background-color: white;
  }
  
  /* El texto que vamos a mostrar */
  /* Zona de inicio */
  .cabecera
  {
  	width: 70rem;
  	height: 8rem;
  	margin: 0 auto;
  	padding: 0;
  	background-color: orange;
  }
  .cabecera h1
  {
  	font-family: Comfortaa;
  	font-size: 3rem;
  	font-weight: 700;
  	text-align: center;
  	padding-top: 2rem;
  }
  .competicion
  {
  	width: 70rem;  	
  	height: auto;
  	margin: 0 auto;
  	padding: 0;
  }
  .competicion h1
  {
  font-family: Comfortaa, sans-serif;
	font-weight: 700;
	font-size: 3rem;
	margin: 1rem;
	padding: 1rem 0;
	text-decoration: underline;
	color: #e94721;
  }
  .competicion img 
  {
  	width: 30rem;
  	height: auto;
  	float: left;
  	margin: 2rem;
  	-webkit-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	-moz-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	border: thin solid #e94721;
  }
  .datoscompeticion
  {
  	width: 45%;
  	float: right;
  	height: auto;
  	margin: 2rem;
  	padding: 0;
  }
  .datoscompeticion h2
  {
  	font-family: Ubuntu, sans-serif;
  	font-size: 2rem;
  	font-weight: 400;
  	color: black;
  	text-decoration: underline;
  }
  .datoscompeticion p 
  {
  	font-family: Ubuntu, sans-serif;
  	font-size: 1.1rem;
  	font-weight: 400;
  	color:  grey;
  	margin-top: 1rem;
  	line-height: 2rem;
  	text-align: justify;
  }
  .datoscompeticion center
  {
  	font-family: Ubuntu, sans-serif;
  	font-size: 1.1rem;
  	font-weight: 400;
  	color: grey;
  	margin-top: 1rem;
  	line-height: 2rem;
  }
  .datoscompeticion span 
  {
  	color: black;
  	text-decoration: underline;
  }
  .datoscompeticion button
  {
  	margin: 0 auto;
  }
  .cookies
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 1rem;
	background-color: rgba(0,0,0,0.8);
	z-index: 101;
}
.cookies p
{
	font-family: Ubuntu, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: white;
	padding: 1rem;
	margin: 0;
	line-height: 1.8rem;
}
#cookies
{
	position: relative;
	left: 50%;
	color: #B8B89F;
	text-decoration: none;
	padding: 0.5rem 1rem;
	margin: 0;
	background-color: #e94721;
	border-radius: 1rem;
}
#cookies:hover
{
	color: white;
}

}
/* Tooltips */
@media screen and (orientation: portrait){
	.mensaje{
	display: none;
}
}

/*--------- */
/* ICONO FACEBOOK y DESCARGAS */
.facebook
{
	float: right;
}
.facebook img
{
	width: 2rem;
}
.facebook img.rollout
{
	position: absolute;

	opacity: 0;
}
.facebook a:hover img.rollout
{
	opacity: 1;
}
.facebook a:hover img.rollover
{
	opacity: 0;
}
.centro img
{
	width: 6rem;
}
.centro img.rollout, .resultados img.rollout
{
	position: absolute;
	opacity: 0;
}
.centro a:hover img.rollout, .resultados a:hover img.rollout
{
	opacity: 1;
}
.centro a:hover img.rollover, .resultados a:hover img.rollover
{
	opacity: 0;
}
.resultados
{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 2rem;
	margin-bottom: 2rem;
	background-color: white;
	border-radius: 50%;
	padding: 2rem;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.75);
}
.resultados img  
{
	width: 6rem;
}
.centro form
{
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	padding: 2rem;
}
.centro fieldset
{
	margin: 0;
	padding: 1rem;
}
.centro label, .centro input
{
	display: block;
	margin: 1rem;
}
.centro h1
{
	font-family: Comfortaa, sans-serif;
	font-weight: 700;
	font-size: 3rem;
	margin: 1rem;
	padding: 1rem 0;
	text-decoration: underline;
	color: #e94721;
}
.asterisco
{
	color: red;
	text-decoration: none;
}
.botonesdepago
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 1rem 0 0 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.botonesdepago .banco, .botonesdepago .bizum, .botonesdepago .tpv, .botonesdepago .bizumtri, .botonesdepago .bancotri
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	font-size: 2rem;
}
.botonesdepago .bizum, .botonesdepago .tpv, .botonesdepago .banco
{
	width: 33%;
}
.botonesdepago .bizumtri, .botonesdepago .bancotri
{
	width: 50%;
}
.botonesdepago .bizumtri
{
	border-right: thin solid #e94721;
	border-left: thin solid #e94721;
}
/*---------*/
/* PORTADA */
.primera
{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../IMG/FONDOS/inicio.jpg);
	background-size: cover;
	background-position: center;
}
.primera h1
{
	font-family: Ubuntu, sans-serif;
	font-weight: 700;
	padding: 8rem 0 5rem 0;
	color: #e94721;
	text-shadow: -0.25rem 0.188rem 0 #F2900B, -0.75rem 0.438rem 0 #0a0e27;
	letter-spacing: 0.5rem;
}
.logoimg
{
	width: 30rem;
}
/*-------*/
/* ULTIMAS NOTICIAS */
.noticias
{
	width: 90%;
	max-width: 75rem;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
}
.pruebaprox
{
	display: inline-block;
	width: 90%;
	max-width: 55.875rem;
	height: 92vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-content: space-around;
}
.noticias h1
{
	font-family: Comfortaa, sans-serif;
	font-size: 4.5em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #e94721;
	text-decoration: underline;
}
.resultado h1
{
	font-family: Comfortaa, sans-serif;
	font-size: 4.5em;
	font-weight: 400;
	margin: 1rem 0;
	padding: 1rem;
	color: #e94721;
	text-decoration: underline;
}
.eventos
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90%;
	overflow: hidden;
}
.evento
{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.evento img
{
	width: 30rem;
	height: auto;
	margin: 1rem 0;
	background-color: white;
	-webkit-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	-moz-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	border: thin solid #e94721;
}
.evento img:hover
{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
}
.evento p
{
	max-width: 70%;
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: black;
	text-align: justify;
	margin: 1rem 2rem 2rem 2rem;
}
.eventoenlace
{
	display: inline-block;
}
.eventoenlace a
{
	color: #505457;
	padding: 1rem;
	margin: 0.5rem;
	background-color: orange;
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
}
.eventoenlace a:hover
{
	color: #F2900B;
	background-color: white;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(233,70,33,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(233,70,33,1);
	box-shadow: 3px 3px 5px 0px rgba(233,70,33,1);
}
.evento_enlaces
{
	float: right;
	width: 40%;
	height: auto;
	margin-left: 3rem;
}
.eventotexto
{
	width: 50%;
	height: auto;
	float: left;
}
.eventotexto p 
{
	font-family: Ubuntu;, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	margin: 1rem;
	color: black;
}
.botonesdepago
{
	border-top: thin solid #e94721;
	-webkit-border-top: thin solid #e94721;
	-moz-border-top: thin solid #e94721;
	width: auto;
}
.botonesdepago a
{
	display: inline-block;
	-webkit-display: inline-block;
	-moz-display: inline-block;
	margin: 0 3rem 0 3rem;
}
.fb-page
{
	margin-top: 1.5rem;
	-webkit-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	-moz-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	border: thin solid #e94721;	
	overflow: hidden;
}
.fb-page:hover
{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
}
/*-------*/
/* COMPETICIONES */
.competiciones
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	/*background-image: url(../IMG/FONDOS/competiciones.jpg);
	background-size: cover;
	background-position: center;*/
}
.popular, .triatlon, .silvestre, .travesia, .linana, .cancer
{
	width: 80vw;
	max-width: 62.5rem;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: white;
	-webkit-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	-moz-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	border: thin solid #e94721;
}
.popular h2, .triatlon h2, .silvestre h2, .travesia h2, .linana h2, .cancer h2
{
	font-family: Comfortaa;
	font-size: 2em;
	font-weight: 400;
	color: #e94721;
	margin: 1.5rem 0 1rem 0;
	text-decoration: underline;
}
.popular img, .triatlon img, .silvestre img, .travesia img, .linana img, .cancer img
{
	width: 37.5rem;
	height: auto;
	margin: 0;
	padding: 0;
}
.popular p, .triatlon p, .silvestre p, .travesia p, .linana p, .cancer p
{
	width: 80%;
	height: auto;
	margin: 1rem auto;
	padding: 1rem 0 0 0;
	font-family: Ubuntu, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #505457;
	border-top: thin solid #F2900B;
	text-align: center;
}
/*-------*/
/* EL CLUB */
.agradecimiento
{
	width: 100%;
	max-width: 75rem;
	height: auto;
	margin: 5rem auto 0 auto;
	padding: 0 0 1rem 0;
	border-bottom: thin solid #F2900B;
	color: black;
	font-family: Comfortaa, cursive;
	line-height: 2rem;
	font-weight: 400;
}
.agradecimiento strong
{
	font-family: Comfortaa, cursive;
	color: #e94721;
	font-weight: 700;
}
.agradecimiento span
{
	font-family: Ubuntu, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-shadow: -0.25rem 0.188rem 0 #F2900B;
	line-height: 6rem;
}
.partesclub
{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
}
.bienvenido
{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
.centro
{
	width: 90%;
	margin: 0 auto;
	max-width: 70rem;
	height: auto;
	background-color: #e3e1dc;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.centro h2
{
	font-family: Comfortaa, cursive;
	font-size: 3rem;
	font-weight: 700;
	color: orange;
	margin: 6rem 0 0 0;
	padding: 1rem 0 0 0;
}
.centro p
{
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: black;
	margin: 1rem;
}
.abonos p 
{
	line-height: 2rem;
}
.abonos a  
{
	color: #e94721;
}
.abonos a:hover
{
	color: darkorange;
}
.centro section
{
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color:  black;
	margin: 1rem;
	padding: 1rem 0;
	line-height: 2.5rem;
}
.centro li
{
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 1rem 0 0 0;
	color: #e94721;
}
.header_escuela
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.header_escuela h1
{
	margin: 1rem 0;
	padding: 1rem 0 0 0;
}
.temporada
{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.logorunning, .logoclub
{
	width: 45%;
}
.anotemporada
{
	width: 10%;
}
.anotemporada p
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 0;
}
.temporada img 
{
	width: 7rem;
}
.escuela_atletismo p
{
	font-family: Comfortaa, cursive;
	font-size: 1rem;
	font-weight: 400;
	color: black;
	line-height: 1.5rem;
	text-align: left;
}
.escuela_atletismo span
{
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: underline;
	color: #e94721;
}
.escuela_atletismo strong
{
	font-family: Ubuntu, sans-serif;
}
.footer_escuela
{
	float: left;
	margin: 0 0 0 1rem;
}
.footer_escuela img
{
	width: 10rem;
	height: auto;
}
.inscripcion_descarga a
{
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #e94721;
	margin: 0;
	padding: 0;
}
/* ------- */
/* MARATONIANOS */
.maraton h1
{
	font-family: Comfortaa, cursive;
	font-size: 2rem;
	font-weight: 400;
	color: orange;
	text-decoration: underline;
	margin: 0 0 2rem 0;
}
.maraton img
{
	width: 37.5rem;
	height: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background-color: white;
	-webkit-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	-moz-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	border: thin solid #e94721;
}
.maraton img:hover
{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
}
/*---------*/
/* Formulario de pagos */
.formulariopago
{
	display: block;
	width: 100%;
	max-width: 70.875rem;
	height: auto;
	margin: 0 auto;
	background-color: whitesmoke;
}
.formulariopagotri
{
	background-image: url(../IMG/CARTELES/LINANA/26/cartel_min.jpg);
}
.formulariopagoli
{
	background-image: url(../IMG/CARTELES/LINANA/26/fondo.png);
}
.formulariopago h1
{
	font-family: Comfortaa, cursive;
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	padding: 2rem 1rem 1rem 1rem;
}
.formulariopago h2
{
	font-family: Comfortaa, cursive;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 auto;
	padding: 2rem 1rem 1rem 1rem;
	width: 95%;
	border-top: thin solid #e94721;
}
.formulariopago form
{
	width: 95%;
	margin: 0 auto;
	border-top: thin solid #e94721;
}
.formulariopago fieldset
{
	border: none;
	margin-top: 2rem;
}
.formulariopago legend
{
	font-family: Ubuntu, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
}
.formulariopago label
{
	display: block;
	clear: both;
	font-family: Comfortaa, cursive;
	font-size: 1rem;
	font-weight: 700;
	margin: 1rem 1rem 0 1rem;
}
.formulariopago input
{
	display: block;
	clear: both;
	width: 95%;
	height: 2rem;
	margin: 0 1rem;
}
.formulariopago strong
{
	font-weight: 400;
	color: #e94721;
}
.formulariopago a
{
	text-decoration: none;
}
.formulariopago ul li
{
	font-family: Ubuntu, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
}
#limpia
{
	width: 10rem;
}
#c_pago_trans, #campo110
{
	width: 10rem;
	margin-bottom: 2rem;
}
.botones
{
	width: 100%;
	height: auto;
	padding-bottom: 1rem;
}
.nomap
{
	display: block;
	clear: both;
	margin-left: 2rem;
	margin-bottom: 1rem;
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
}
.nomap section
{
	margin-bottom: 1rem;
}
.nomap span 
{
	font-weight: 700;
	margin-left: 1rem;
}
.pago
{
	width: 100%;
	height: auto;
	margin-top: 1rem;
}
.campo109 a
{
	width: 20rem;
	height: auto;
	background-color: white;
}
#check
{
	float: left;
	width: 1rem;
	height: 1rem;
	margin-top: 1rem;
}
.pago p
{
	float: left;
}
.terminos
{
	display: block;
	clear: both;
	margin: 1rem auto;
	width: 95%;
	height: 15rem;
	overflow: auto;
	background-color: white;
	border: thin solid grey;
}
.terminos h2
{
	border-top: none;
}
.terminos h3, .formulariopago h3
{
	font-family: Comfortaa, cursive;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.terminos h4, .terminos p
{
	font-family: Ubuntu, sans-serif;
}
.terminos h4
{
	margin-bottom: 1rem;
}
.acepto
{
	float: left;
	width: 100%;
	height: auto;
	font-family: Ubuntu, sans-serif;
}
.acepto a 
{
	color: #e94721;
	text-decoration: underline;
}
button
{
	display: block;
	clear: both;
	margin-bottom: 1rem;
	padding: 0.7rem;
	color: white;
	background-color: #e94721;
	border-radius: 0.5rem;
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
}
button:hover
{
	color: #e94721;
	background-color: white;
}
/*------*/
/* FOOTER */
footer
{
	width: 100vw;
	height: 6rem;
	margin: 0;
	padding: 0;
	background-color: orange;
}
footer h1
{
	font-family: Comfortaa, cursive;
	font-size: 2rem;
	font-weight: 400;
	color: black;
}
footer a
{
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: black;
}
footer a:hover
{
	color: white;
}
/*-------*/
/* AVISO LEGAL */
.cuerpo
{
	font-family: Comfortaa, cursive;
}
.texto  
{
	font-family: Ubuntu, sans-serif;
}
.cuerpo h1, .texto h2
{
	color: #e94721;
}
/*------*/
/* LISTADO INSCRITOS */
table
{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
thead, tbody, tr, td 
{
	border: thin solid #e94721;
	padding: 1rem;
}
thead tr td 
{
	font-family: Comfortaa, cursive;
	background-color: orange;
	font-weight: 700;
	color: white;
	text-decoration: underline;
}
td 
{
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	background-color: white;
}
/* ------- */
/* HISTÓRICO DE RESULTADOS */
.calendario
{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 90%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.fila1, .fila2
{
	display: inline-block;
	width: 100%;
	height: 50%;
}
.fila1 img, .fila2 img 
{
	width: 18rem;
	margin: 1rem;
		-webkit-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	-moz-box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	box-shadow: 2px 4px 15px 8px rgba(242,146,11,1);
	border: thin solid #e94721;
}

.fila1 img:hover, .fila2 img:hover
{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,1);
}
/* ------- */