﻿@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;
	min-height: 60px;
	padding: 10px 0;
}

header .bnaviso-grupo {
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header .bnaviso-grupo img,
#logo {
	display: block;
	max-height: 60px;
	margin: 0 auto;
	margin-left: 10px;
}

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 {
	background: #fafafa;
	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: 0 0 1em;
	padding: 4px 1em 0;
}

.webmaster {
	text-align: right;
	color: #999999;
	display: block;
}

@media only screen and (min-width : 500px) {
	.webmaster {
		float: right;
	}
}

.webmaster a {
	color: #666666;
	text-decoration: none;
}

.webmaster a:hover {
	text-decoration: underline;
}

div.botones {
	text-align: right;
}

.AvisoCookies {
	background-color: #000;
	color: #fff;
	padding: 5px;
}

.AvisoCookies p {
	font-size: 90%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 5px;
	position: relative;
}

#aceptarCookies {
	position: absolute;
	right: 5px;
	top: 1px;
}

#dAreaSocio {
	display: flex;
	justify-content: space-between;
	padding: 6px 10px 7px;
	font-size: 160%;
	border-bottom: 1px solid #d2d2d2;
}

#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;
}

/* 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) {

	header .bnaviso-grupo img,
	#logo {
		max-width: 75vw;
		margin-right: 10px;
	}

	.menu-derecha .bnaviso-grupo img,
	.menu-derecha #logo {
		margin-right: auto;
		margin-left: 10px;
	}

	.no-mobile {
		display: none;
	}

	.mobile-only {
		display: inherit;
	}
}

.menureservas > a {
	background: #4285F4;
	color: #fff;
}

/* actividades */
#FiltroActividades > div {
	background-color: #97bfe6;
	color: #fff;
}

#FiltroActividades option {
	background-color: #97bfe6;
}

.slide-miniatura {
	opacity: 0.6;
}

/* aviso abrir web */
#intersticial dialog {
	max-width: 100%;
	width: 600px;
	padding: 0;
}

#avisoPortada {
	padding: 1em;
	font-size: 130%;
}

#intersticial .mensaje-html img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#intersticial .mensaje-botones {
	margin: 1em 0 0;
}

.DivVerAviso {
	padding-top: 2em;
	text-align: center;
}
/* /aviso abrir web */


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);
}

/*Estilo Capcha*/

#g-recaptcha-response {
	display: block !important;
	margin: 0 !important;
	width: 100% !important;
	height: 78px !important;
	margin-top: -80px !important;
	z-index: -1;
	pointer-events: none;
	border: 0 !important;
	color: transparent !important;
	background: transparent !important;
	overflow: hidden;
}

.g-recaptcha {
	line-height: 0;
	margin-bottom: 1em;
}

.g-recaptcha > div {
	margin: 0 auto;
}

