﻿@charset "utf-8";

body {
	background-color: #FFF;
}

select {
	background-color: #FFF;
}

#simple .contenido {
	padding: 10px;
}

#layout {
	max-width: 1000px;
	margin: 0 auto;
	border: 0;
}

header {
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	padding: 10px 0;
}

#logo {
	display: block;
	max-height: 60px;
	margin: 0 auto;
}

a#socio {
	background-color: #797979;
	border: 1px solid #333333;
	border-radius: 5px 5px 5px 5px;
	color: white;
	display: block;
	font-size: 130%;
	font-weight: bold;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 160px;
}

main {
	position: relative;
}

.contenido {
	box-sizing: border-box;
	padding: 10px 1em;
	vertical-align: top;
}

.head2 {
	display: none;
}

#pie {
	border-top: 1px solid #d2d2d2;
	clear: both;
	font-size: 90%;
	margin-bottom: 3em;
	margin-top: 0;
	padding-top: 4px;
	text-align: center;
}

.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;
}

.AvisoCookies {
	background-color: #e5e5e5;
	bottom: 0;
	box-shadow: 0 10px 4px 10px #e5e5e5;
	box-sizing: border-box;
	font-size: 90%;
	padding: 10px;
	position: fixed;
	z-index: 2;
	width: 100%;
}

#botonesCookies {
	text-align: center;
	margin: 1em auto;
}

body.ConAviso {
	margin-bottom: 130px;
}


#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;
}


.gdpr-cookiesopcionales {
	max-width: 800px;
	margin: 1em auto;
}

#mensaje-iframe.dialogo-gdpr dialog {
	width: 750px;
	padding: 0;
	max-height: 640px;
}

/* tablet */
@media all and (max-width: 768px) {
	#cabecera {
		height: 60px;
	}

	.noticia img {
		max-width: 100%;
		height: auto;
	}

	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) {

	#logo {
		max-width: 75vw;
		margin-right: 10px;
	}

	.menu-derecha #logo {
		margin-right: auto;
		margin-left: 10px;
	}

	.no-mobile {
		display: none;
	}

	.mobile-only {
		display: inherit;
	}
}

.menureservas > a {
	background: #007741;
	color: #fff;
}

/* actividades */
#FiltroActividades > div {
	background-color: #97bfe6;
	color: #fff;
}

#FiltroActividades option {
	background-color: #97bfe6;
}

/* 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;
}