﻿@charset "utf-8";

body {
	background-color: #FFFFFF;
}

#simple .contenido {
	padding: 10px;
}

#layout {
	max-width: 1000px;
	margin: 0 auto;
	border: 0;
}

header {
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}

#logo {
	display: block;
	max-height: 80px;
	margin: 0 auto;
}



main {
	position: relative;
}

#dSocio {
	position: absolute;
	bottom: 10px;
	left: 24px;
}

.contenido {
	box-sizing: border-box;
	display: inline-block;
	padding: 20px 1em;
	vertical-align: top;
	width: 100%;
}

.head2 {
	display: none;
}

.breadcumb {
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 75%;
}

.breadcumb a {
	text-decoration: none;
	color: #333;
}

#dAreaSocio {
	display: flex;
	justify-content: space-between;
	padding: 6px 10px 7px;
	font-size: 160%;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 5px;
}

#icoUsuario {
	color: #333;
}

#dAreaSocio a {
	color: #333;
}

.navInicio svg {
	width: .9em;
	fill: currentColor;
	vertical-align: middle;
	position: relative;
	bottom: 3px;
	margin-right: 5px;
}

#icoUsuario svg {
	width: 1.2em;
	fill: currentColor;
	vertical-align: middle;
}

#pie {
	border-top: 1px solid #d2d2d2;
	clear: both;
	font-size: 90%;
	margin-bottom: 3em;
	margin-top: 0;
}

.webmaster {
	float: right;
	width: 165px;
	text-align: right;
	color: #999999;
	margin: 10px 10px 0 0;
}

.webmaster a {
	color: #666666;
	text-decoration: none;
}

.webmaster a:hover {
	text-decoration: underline;
}

.creditos {
	color: #333333;
	margin: 10px 0 0 10px;
	float: left;
}

.creditos img {
	margin-right: 10px;
	vertical-align: top;
}

div.botones {
	text-align: right;
}

/* tablet */
@media all and (max-width: 768px) {
	#cabecera {
		height: auto;
	}

	.noticia img {
		max-width: 100%;
		height: auto;
	}

	#logo {
		max-width: 80vw;
	}

	a.MnuSecc2 {
		padding: 4px 0;
	}

	.contenido {
		padding: 10px;
	}

	div#bn1 {
		position: static;
	}

	.contenido img.dcha {
		float: none;
		margin: 0 auto;
		display: block;
	}
}

/* movil */
@media all and (max-width: 590px) {
	.no-mobile {
		display: none;
	}

	.mobile-only {
		display: inherit;
	}
}

/* mis reservas */

.Mensaje-MisReservas {
	font-size: 120%;
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
}

.Mensaje-MisReservas td,
.Mensaje-MisReservas th {
	padding: 5px 5px 6px;
}

.Mensaje-MisReservas th {
	text-align: left;
}

.Mensaje-MisReservas a {
	margin-left: 1em;
}

.menureservas > a {
	background: #040077;
	color: #fff;
}

.ReservaActividad .recuadroactividad {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: var(--color-cuadricula);
	margin-right: 10px;
}

#bn4 {
	max-width: 542px;
	margin: 0 auto 1em;
	max-height: 410px;
	overflow: clip;
}

input.sinflechas[type='number'] {
	-moz-appearance: textfield;
}

input.sinflechas::-webkit-outer-spin-button,
input.sinflechas::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

body.iframe {
	margin: 1em;
}

body.iframe footer {
	display: none;
}

select {
	background-color: #fff;
}

select:disabled {
	background-color: rgb(235, 235, 228);
}

/* idomas */

.dIdiomas {
	padding: 1px 5px;
	position: relative;
}

.dIdiomas span {
	width: 15px;
	height: 15px;
	position: absolute;
	display: inline-block;
	right: 4px;
	top: 2px;
	pointer-events: none;
}

.dIdiomas img {
	width: 11px;
	height: 11px;
}

.dIdiomas select {
	background-color: transparent;
	color: #464646;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dotted #707070;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 21px 0 0;
	height: 20px;
	cursor: pointer;
}

#simple {
	padding: 1em;
}

#simple footer {
	display: none;
}