﻿
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.contenido {
	line-height: 1.6;
}

body.contenido {
	padding: 15px 15px 0;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

h2 {
	font-size: 115%;
	margin-top: 0px;
}

h3.destacado {
	font-size: 110%;
	margin-bottom: 10px;
	margin-top: 15px;
	text-shadow: 1px 1px 4px #FFFFFF;
}

h3.grande {
	font-size: 140%;
	line-height: 1.4;
	margin-left: 10px;
	text-shadow: 1px 1px 6px #FFFFFF;
}

table {
	clear: both;
}

a {
	color: #333;
}


figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

.izda {
	float: left;
	margin: 0 30px 5px 0;
}

.dcha {
	float: right;
	margin: 0 0 5px 20px;
}

.centro {
	display:block;
	float:none;
	margin:5px auto;
}

img.borde, .borde img {
	border:1px solid #666;
}

img.sombra, .sombra img {
	box-shadow: 2px 2px 6px 3px #cbcbcb;
}

img.rounded, .rounded img {
	border-radius:20px;
}

img.ellipse, .ellipse img {
	border-radius:50%;
}


/* editing overrides for image2*/
.cke_widget_wrapper.centro {
	display:block;
}

.cke_widget_wrapper .izda, .cke_widget_wrapper .dcha {
	margin: 0;
}


div.Mensaje, .Mensaje {
	padding: 10px;
	color: black;
	border: 1px solid #A2A2A2;
	margin-bottom: 5px;
	clear: both;
}

div.Aviso, .Aviso {
	padding: 10px;
	color: black;
	background-color: #D7DBE0;
	text-align: center;
	margin: 0 auto 1.5em;
	clear: both;
	width: 90%;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 4px #333333;
}

div.Error, .Error {
	padding: 10px;
	color: white;
	background-color: #A71D23;
	font-size: 110%;
	text-align: center;
	margin: 0 auto 5px;
	clear: both;
	width: 90%;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 4px #333333;
}

.Error a {
	color: white;
}


img.zonaDerecha {
	max-width: 50%;
	height: auto !important;
	float: right;
	margin-left: 1em;
	margin-right: -15px;
}

p.vermas {
	padding: 2px 1em;
	clear: both;
	text-align: center;
	margin-left: -1em;
	margin-bottom: 0px;
	margin-top: 1em;
}

.vermas::before {
	clear: both;
	margin: 1em;
	content: " ";
}

hr {
	border: 0;
	border-top: 1px solid #e5e5e5;
	width: 90%;
}

.texto {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DDD;
	font-size: 100%;
	padding: 4px;
	font-family: inherit;
}


textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DDD;
	font-family: inherit;
	font-size: 100%;
	padding: 2px;
}

.dContacto {
	line-height: 1.3;
	font-family: Calibri;
}

.dContacto h2 {
	margin-bottom: 0;
}

.dContacto table {
    width: 100%;
}

.dContacto form {
	line-height: 1.3;
}

#enviar {
	font-weight: bold;
	margin-bottom: 1em;
}

.requerido {
	font-size: 80%;
	color: #ccc;
}

label {
	/*
    font-weight: bold;
    font-family: Calibri;
*/
	color: #666;
}

#dEnviar {
	text-align: center;
}

.g-recaptcha {
	line-height: 0;
	margin-bottom: 1em;
}

.filaHorizontal .texto {
	width: 45%;
}

.filaHorizontal label {
	display: inline-block;
	width: 32%;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}

/*#dLogin > div {
	margin: 10px 0;
}*/

.registro label {
	width: 28%;
}



table.tarifa {
	border-collapse: collapse;
	min-width: 340px;
	margin: 10px 0;
	border-bottom: 1px solid #333;
}

.tarifa thead th {
	background-color: #D8D8D8;
	border-bottom: 2px solid black;
}

.tarifa th {
	text-align: center;
	padding: 5px;
}

.tarifa td {
	text-align: center;
	padding: 5px;
}

.tarifa tr:nth-child(2n) {
	background-color: #F3F1F2;
}


table.Tenis {
	border-collapse: collapse;
	margin: 10px 0;
	border: 0;
	border-spacing: 0;
}

.Tenis caption {
	text-align: left;
	font-weight: bold;
	padding: 5px;
	font-size: 105%;
}

.Tenis th {
	background-color: #F4F4F4;
}

.Tenis thead th {
	font-weight: normal;
	padding: 5px 5px 5px 15px;
	text-align: right;
}
/*
tr.filaencabezado th, tr.filaencabezado td {
    border-bottom: 1px solid #558ed5;
}
*/
tr.filaencabezado th {
	background-color: White;
	padding-top: 15px;
}

.Tenis td {
	border-width: 1px 0;
	border-color: #e5e5e5;
	border-style: solid;
	padding: 4px;
	text-align: right;
}

.Tenis th {
	border-style: solid;
	border-width: 1px 0;
	border-color: #CCCCCC;
	text-align: left;
	padding: 5px;
}


.botonCompra {
	color: #ffffff;
	font-size: 110%;
	background: #3498db;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
}

.botonCompra:hover {
	background: #3cb0fd;
	text-decoration: none;
}


div.EjemploCodigo, .EjemploCodigo {
	background-color: #eee;
	border: 1px solid #a2a2a2;
	clear: both;
	color: black;
	font-family: "Courier New",Consolas,Courier,monospace;
	font-size: 90%;
	line-height: 1;
	margin-bottom: 5px;
	padding: 10px;
	width: 700px;
}

.tClientes th {
	color: #b22222;
	font-family: "Calibri";
	height: 100px;
	line-height: 1;
	width: 1.2em !important;
}

.in {
	display: block;
	height: 2.2em;
	position: absolute;
	transform: translate(-40%, -50%) rotate(-90deg);
	vertical-align: bottom;
	width: 110px;
}

.in p {
	margin: 0;
}

.tClientes img {
	border: 1px solid #EEE;
}

span.sepia {
	display: inline-block;
	position: relative;
}


details {
	display: block;
}
details::after {
    content: " ";
    display: block;
    clear: both;
}

details > summary {
	display: block;
}

/*nuestros estilos*/
details {
	color: #000;
	margin: 0 0 .4em;
	padding: 1%;
}

summary {
	cursor: pointer;
	margin: -1%;
	padding: 6px 0 0px;
	outline: none;
	overflow: auto;
}

summary:hover {
	background: #EEE;
}

details[open] summary {
	background: #FFF;
	border-bottom: 1px solid #AAA;
}

summary::-webkit-details-marker {
	display: none;
}

summary:before {
	content: "►";
	color: #363636;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: -2px 5px 0 5px;
	padding: 0;
	text-align: center;
	width: 20px;
}

details[open] > summary:before {
	content: "▼";
}

.details-content {
	margin: 15px 0 0 3em;
	color: #666;
}

.details-summary>* {
    margin-top: 0;
}
.details-content::after {
	content: " ";
	display:block;
	clear:both;
}


.row {
	clear: both;
}

#editor, #editor1, #editor2 {
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
	padding: 20px;
}



/* slick carousel. better styling needed */
button.slick-prev:before, button.slick-next:before {
    color: #333;
}

.slickcarousel {
	max-width:800px;
	margin: 0 auto;
	padding: 0 25px;
}
.slickcarousel .slick-slider{
	margin: 0;
	padding: 0;
}
.slick-slide img {
    height: auto;
	margin: 0 auto;
    max-width: 100%;
}

.slick-video {
    text-align: center;

	line-height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.slick-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}




.Media-body h3, p.tituloAsociado {
	font-weight:normal;
    border-bottom: 1px solid #EEE;
    font-size: 130%;
	margin-top:0;
    margin-bottom: 5px;
}

a.masInfo {
	font-size:90%;
}

.Media {
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.16), 0px 1px 5px 0px rgba(0,0,0,0.12);
    margin: 1.3em 0em;
    overflow: auto;
    padding: 15px;
}

.Media .Media-figure {
    width: 130px;
    text-align: center;
    align-self: center;
}

.Media {
  display: flex;
  align-items: flex-start;
}

.Media-figure {
  margin-right: 0.6em;
}

.Media-body {
    flex: 1;
    text-align: left;
}
