@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width:100%;
}

body {
	margin: 0px;
	padding:0px;
	overflow: auto;
	height:100%;
	width:100%;
	
	background-color: #333;
	
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:justify;
}

.fondo-conoce-la-reseva {
	background-image: url(imagenes/fondo-panoramica-escritorio.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	overflow-y:scroll;
}
@media (max-width: 750px) {
.fondo-conoce-la-reseva {
	background-image: url(imagenes/fondo-nubes-movil.jpg);
	background-size:100% auto;
	background-position:top center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#7bb8d5;
}
}

.fondo-fotos-y-videos {
	background-image: url(imagenes/fondo-panoramica-escritorio.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	overflow-y:scroll;
	background-color:#7bb8d5;
}
@media (max-width: 750px) {
.fondo-fotos-y-videos {
	background-image: url(imagenes/fondo-nubes-movil.jpg);
	background-size:100% auto;
	background-position:top center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#7bb8d5;
}
}

.fondo-como-llegar {
	background-image: url(imagenes/fondo-ubicacion-escritorio.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	overflow-y:scroll;
	background-color:#000;
}
@media (max-width: 750px) {
.fondo-como-llegar {
	background-image: url(imagenes/fondo-ubicacion-tablet.jpg);
	background-size:100% auto;
	background-position:top center;
	background-attachment:scroll;
	overflow-y:scroll;
	background-repeat:no-repeat;
	background-color:#000;
}
}
@media (max-width: 450px) {
.fondo-como-llegar {
	background-image: url(imagenes/fondo-ubicacion-movil.jpg);
	background-size:100% auto;
	background-position:top center;
	background-attachment:scroll;
	overflow-y:scroll;
	background-repeat:no-repeat;
	background-color:#000;
}
}

.fondo-contacto {
	background-image: url(imagenes/fondo-contacto-escritorio.jpg);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	overflow-y:scroll;
	background-color:#333;
}
@media (max-width: 750px) {
.fondo-contacto {
	background-image: url(imagenes/fondo-contacto-movil.jpg);
	background-size:100% auto;
	background-position:top center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color:#000;
}
}

p {
	margin:0px;
	padding:5px 0px;
}

span {
	display:inline-block;
}

ul {
	padding:0px;
	margin-bottom:0px;
}

li {
	padding:2px;
	font-size:12px;
	list-style-position: outside;
}

img {
	border:0px;
}

a, a:link, a:visited {
	color:#7db95c;
	text-decoration:none;
}
a:hover, a:active {
	color:#52a227;
	text-decoration:underline;
}

h2 {
	background:#52a227;
	padding:10px;
	margin:0 auto;
	text-align:center;
	font-weight:normal;
	letter-spacing:2px;
	text-shadow: 0px 0px 5px #333;
	font-size:12px;
}




.wrapper {
	position:relative;
	display: table;
	height: 100%;
	width: 100%;
}

.main {
	display: table;
	width: 100%; 
}

.box {
	display: table-cell;
	vertical-align:middle;
	margin:0px auto;
	padding:20px 20px 60px 20px;
	width:100%;
}
@media (max-width: 900px) {
.box {
	padding:20px 0px 0px 0px;
}
}

.footer {
	display: table-row;
	height:1px;
	text-align:center;
	color:#fff;
}

.footer p {
	margin:0px;
	display:block;
	background-color:rgba(82, 162, 39, 0.75);
	text-shadow: 1px 1px 3px #000;
	letter-spacing:1px;
	padding:10px;
}

@media (max-width: 750px) {
.footer p {
	margin:0px;
	display:block;
	background-color:rgba(82, 162, 39, 1);
	text-shadow: 1px 1px 3px #000;
	letter-spacing:1px;
	padding:10px;
}
}




				/* CABECERA */
				
.header {
	text-align:center;
	width:100%;
	height:160px;
	display: table;
	vertical-align:top;
}

@media (max-width: 900px) {
.header {
	padding-top:10px;
	height:160px;
}
}

.header .fila { 
	display: table-cell;
	vertical-align:top;
}

@media (max-width: 900px) {
.header .fila { 
	vertical-align:top;
}
}


				/* LOGO */
				
.logo {
	position:absolute;
	left:20px;
	top:20px;
	z-index:222;
}

@media (max-width: 900px) {
.logo {
	left:10px;
	top:10px;
}
}


				/* MENÚ */
				
.menu {
	position: relative;
	overflow:hidden;
	z-index:111;

	height: auto;
	width:auto;
	margin:0px;
	margin-top:40px;
	padding:0px 10px 0px 160px;
	border:0px;
	
	text-align:right;
	background-color: RGBA(10, 10, 10, 0.5);
	
	vertical-align:middle;
	
	box-shadow: 0px 2px 5px RGBA(10, 10, 10, 0.25);
}

.menu span {
	display:inline-block;
}

@media (max-width: 900px) {
.menu {
	text-align:left;
	margin-left:150px;
	margin-top:0px;
	padding:0px;
	background-color:transparent;
}

.menu span {
	display:block;
}
}

				/* MENÚ UL LI */
				
.menu ul {
	margin:0px;
	padding:0px;
	list-style:outside;
	list-style-type:none;
}

.menu li {	
	display:inline-block;
	margin:0px;
	padding:5px 0px;
	list-style:outside;
	list-style-type:none;
	vertical-align: middle;
}

@media (max-width: 900px) {
.menu ul {

}

.menu li {	
	display:block;
	margin:1px auto 0 auto;
	padding:0px;
	list-style:outside;
	list-style-type:none;
	vertical-align: middle;
	
	background-color: RGBA(10, 10, 10, 0.5);
}

.menu li {	
	display:block;
	margin:1px auto 0 auto;
	padding:0px;
	list-style:outside;
	list-style-type:none;
	vertical-align: middle;
	
	background-color: RGBA(10, 10, 10, 0.5);
}
}

				/* MENÚ A */
				
.menu a {
	display:block;
	padding:0px 11px 0px 12px;	
	
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	
	border-left:1px solid #bcc1dc;
}

.menu a.first-item {
	border-left:0px;
}

.menu a:link {
	color:#ccc;
}

.menu a:visited {
	color:#ccc;
}

.menu a:hover {
	color:#fff;
}

.menu a:active {
	color:#fff;
}

.menu a.actual:link, .menu a.actual:visited{
	color:#999;
	cursor:default;
}

.menu a.actual:active, .menu a.actual:hover{
	color:#999;
	cursor:default;
}

@media (max-width: 900px) {
.menu a {
	display:block;
	padding:5px;
	padding-left:7px;
	text-decoration:none;
	border:0px;
}

.menu a.first-item {
	margin-top:-1px;	
}

.menu a:link {
	color:#fff;
}

.menu a:visited {
	color:#fff;
}

.menu a:hover {
	color:#fff;
	background-color:rgba(0, 0, 0, 0.4);
}

.menu a:active {
	color:#fff;
	background-color:rgba(0, 0, 0, 0.4);
}

.menu a.actual:link, .menu a.actual:visited{
	color:#fff;
	font-weight:normal;
	cursor:default;
	background-color:rgba(0, 0, 0, 0.6);
	border-left:5px solid #52a227;
}

.menu a.actual:active, .menu a.actual:hover{
	color:#fff;
	font-weight:normal;
	background-color:rgba(0, 0, 0, 0.4);
	cursor:default;
}
}




				/* SLIDESHOW */


.slideshow,
.slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

ul.slideshow  {
	margin: 0 !important;
	padding: 0 !important;
}

.slideshow li {
	list-style:none;
}
.slideshow:after {
    content: '';
    background: transparent;
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}

.slideshow li:nth-child(1) span { background-image: url(imagenes/slider-home-dia-1.jpg) }
.slideshow li:nth-child(2) span {
    background-image: url(imagenes/slider-home-noche-1.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url(imagenes/slider-home-dia-2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	5% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	    -webkit-animation-timing-function: ease-out;
	}
	38% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	}
	43% {
	    opacity: 0;
	    -webkit-transform: scale(1.0);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	5% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	    -webkit-animation-timing-function: ease-out;
	}
	38% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	}
	43% {
	    opacity: 0;
	    -webkit-transform: scale(1.0);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	5% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	    -webkit-animation-timing-function: ease-out;
	}
	38% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	}
	43% {
	    opacity: 0;
	    -webkit-transform: scale(1.0);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	5% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	    -webkit-animation-timing-function: ease-out;
	}
	38% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	}
	43% {
	    opacity: 0;
	    -webkit-transform: scale(1.0);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	5% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	    -webkit-animation-timing-function: ease-out;
	}
	38% {
	    opacity: 1;
	    -webkit-transform: scale(1.0);
	}
	43% {
	    opacity: 0;
	    -webkit-transform: scale(1.0);
	}
	100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span{
	opacity: 1;
}




				/* CCONTENIDO */
			
.contenido {
	display:block;
	margin:0px auto;
	width:100%;
	max-width:1200px;
}




				/* CONOCE LA RESERVA */
			
.contenido-conoce-la-reserva {
	display:block;
	padding:20px 20px 40px 20px;	background-color:rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 5px #333;
}

.contenido-conoce-la-reserva p.destacado {
	padding:20px;
	margin:10px auto 30px auto;
	border-left:5px solid #52a227;
	background-color:rgba(82, 162, 39, 0.6);
	font-style:italic;
	font-size:larger;
	letter-spacing:1px;
	line-height:150%;
}


.contenido-conoce-la-reserva .c50 {
	width:48%;
	margin:0 1%;
	float:left;
}
@media (max-width: 720px) {
.contenido-conoce-la-reserva .c50 {
	width:98%;
	margin:0 1%;
	float:left;
}
}

.contenido-conoce-la-reserva .c66 {
	width:64%;
	margin:0 1%;
	float:left;
}
@media (max-width: 720px) {
.contenido-conoce-la-reserva .c66 {
	width:98%;
	margin:0 1%;
	float:left;
}
}

.contenido-conoce-la-reserva .c34 {
	width:32%;
	margin:0 1%;
	float:left;
}
@media (max-width: 720px) {
.contenido-conoce-la-reserva .c34 {
	width:98%;
	margin:0 1%;
	float:left;
}
}

.contenido-conoce-la-reserva img {
	border-bottom:1px solid #666;
	padding-bottom:15px;
}


/* ACORDEÓN
-------------------------------------------------------------- */

.contenido-conoce-la-reserva .zip {
	position:relative;
	display:block;
	
	padding:10px 10px 10px 30px;
	margin-top:5px;
	
	color: #fff; 
    text-align: left;
	text-shadow: 1px 1px 3px #000;
	letter-spacing:1px;
	
	background-color:rgba(82, 162, 39, 0.4);
	transition: 0.4s;
	
	clear:both;
}
.contenido-conoce-la-reserva .zip:hover{
	cursor:pointer;
	background-color:rgba(82, 162, 39, 0.6);
}
.contenido-conoce-la-reserva .zip.first-item {
	
}
.contenido-conoce-la-reserva .zip:before{
	content:"";
	width:0;
	height:0;
	border-top:4px solid transparent;
	border-left:8px solid #ccc;
	border-bottom:4px solid transparent;
	position:absolute;
	top:14px;
	left:11px;
	display:inline-block;
}
.contenido-conoce-la-reserva .zip.open{
	position:relative;
	display:block;
	background-color:rgba(82, 162, 39, 0.7);
	opacity:1;
}
.contenido-conoce-la-reserva .zip.open:hover{
	background-color:rgba(82, 162, 39, 0.6);
}
.contenido-conoce-la-reserva .zip.open:before{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.contenido-conoce-la-reserva .overflow-auto{
	overflow:auto;
	display:block;
}

.contenido-conoce-la-reserva .zap{
	position:relative;
	display:none;
	padding:10px;
	margin-bottom:20px;
	background-color:rgba(0, 0, 0, 0.4);
	border-bottom:1px solid #52a227;
	clear:both;
}
.contenido-conoce-la-reserva .zap a.arriba:link, .contenido-conoce-la-reserva .zap a.arriba:visited {
	display:inline-block;
	padding-left:20px;
	padding-right:5px;
	min-height:16px;
	
	color:#52a227;
	font-weight:bold;
	text-decoration:none;
	text-align:right;

	clear:both;
	
	background-image:url(imagenes/arriba.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px 16px;
	
	opacity:0.75;
}

.contenido-conoce-la-reserva .zap a.arriba:hover, .contenido-conoce-la-reserva .zap a.arriba:active {
	opacity:1;
}




				/* VUELVA POR LA RESERVA */
			
.contenido-vuela-por-la-reserva {
	display:inline-block;
	width:94%;
	padding:3%;
	margin-bottom:0px;	background-color:rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 5px #333;
	text-align:center;
}
@media (max-width: 720px) {
.contenido-vuela-por-la-reserva {
	width:92%;
	padding:4%;
}
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




				/* LA RESERVA EN FOTOS */
			
.contenido-la-reserva-en-fotos {
	display:inline-block;
	padding:20px;	background-color:rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 5px #333;
}

.contenido-la-reserva-en-fotos a {
	background:#000;
	display:block;
	width:23%;
	margin:1%;
	float:left;
}
@media (max-width: 750px) {
.contenido-la-reserva-en-fotos a {
	width:48%;
}
}


.contenido-la-reserva-en-fotos img {
	opacity:0.95;
	box-shadow: 4px 4px 10px RGBA(0, 0, 0, 0.2);
	border:0px solid #52a227;
}

.contenido-la-reserva-en-fotos img.place-holder {
	opacity:0;
	box-shadow: 0px 0px 0px RGBA(0, 0, 0, 0);
	border:0px solid #52a227;
	cursor:default;
}

.contenido-la-reserva-en-fotos img:hover {
	opacity:1;
	box-shadow: 4px 4px 10px RGBA(0, 0, 0, 0.8);
	cursor:pointer;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }




				/* COMO LLEGAR */
			
.contenido-como-llegar {
	display:block;
	padding:20px 20px 40px 20px;	background-color:rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 5px #333;
}

.contenido-como-llegar p {
	margin-bottom:5px;
	line-height:175%;
}

.contenido-como-llegar p.destacado {
	padding:20px;
	margin:10px auto 30px auto;
	border-left:5px solid #52a227;
	background-color:rgba(82, 162, 39, 0.6);
	font-style:italic;
	font-size:larger;
	letter-spacing:1px;
	line-height:150%;
	text-align:center;
}

.contenido-como-llegar .c50 {
	width:48%;
	margin:0 1%;
	float:left;
}
@media (max-width: 720px) {
.contenido-como-llegar .c50 {
	width:98%;
	margin:0 1%;
	float:left;
}
}

.contenido-como-llegar img {
	border-bottom:1px solid #666;
	padding-bottom:15px;
	opacity:0.9;
}

.contenido-como-llegar img:hover {
	opacity:1;
}

/* ACORDEÓN
-------------------------------------------------------------- */

.contenido-como-llegar .zip {
	position:relative;
	display:block;
	
	padding:10px 10px 10px 30px;
	margin-top:5px;
	
	color: #fff; 
    text-align: left;
	text-shadow: 1px 1px 3px #000;
	letter-spacing:1px;
	
	background-color:rgba(82, 162, 39, 0.4);
	transition: 0.4s;
	
	clear:both;
}
.contenido-como-llegar .zip:hover{
	cursor:pointer;
	background-color:rgba(82, 162, 39, 0.6);
}
.contenido-como-llegar .zip.first-item {
	
}
.contenido-como-llegar .zip:before{
	content:"";
	width:0;
	height:0;
	border-top:4px solid transparent;
	border-left:8px solid #ccc;
	border-bottom:4px solid transparent;
	position:absolute;
	top:14px;
	left:11px;
	display:inline-block;
}
.contenido-como-llegar .zip.open{
	position:relative;
	display:block;
	background-color:rgba(82, 162, 39, 0.7);
	opacity:1;
}
.contenido-como-llegar .zip.open:hover{
	background-color:rgba(82, 162, 39, 0.6);
}
.contenido-como-llegar .zip.open:before{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.contenido-como-llegar .overflow-auto{
	overflow:auto;
	display:block;
}

.contenido-como-llegar .zap{
	position:relative;
	display:none;
	padding:20px;
	margin-bottom:20px;
	background-color:rgba(255, 255, 255, 0.1);
	border-bottom:1px solid #52a227;
	clear:both;
}
.contenido-como-llegar .zap a.arriba:link, .contenido-como-llegar .zap a.arriba:visited {
	display:inline-block;
	padding-left:20px;
	padding-right:5px;
	min-height:16px;
	
	color:#52a227;
	font-weight:bold;
	text-decoration:none;
	text-align:right;

	clear:both;
	
	background-image:url(imagenes/arriba.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px 16px;
	
	opacity:0.75;
}

.contenido-como-llegar .zap a.arriba:hover, .contenido-como-llegar .zap a.arriba:active {
	opacity:1;
}




				/* CONTACTO */
			
.contenido-contacto {
	display:block;
	padding:20px;
	margin-bottom:0px;
	background-color:rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 5px #333;
	text-align:center;
	letter-spacing:1px;
	font-size:14px;
	text-shadow: 0px 0px 5px #333;
}

.contenido-contacto h4 {
	color:#52a227;
	font-size:24px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:20px;
}

.contenido-contacto p {
	display:block;
	padding:20px;
	background-color:rgba(255, 255, 255, 0.2);
	margin:0 1% 40px 1%;
}

.contenido-contacto .contacto50 {
	display:inline-block;
	width:100%;
	text-shadow: 0px 0px 5px #333;
}

.contenido-contacto .contacto50 p {
	display:block;
	width:48%;
	float:left;
	padding:20px 0;
	margin:0 1% 40px 1%;
	background-color:rgba(255, 255, 255, 0.2);
}
@media (max-width: 750px) {
.contenido-contacto .contacto50 p {
	display:block;
	width:98%;
	float:left;
	padding:20px 0;
	margin:0 1% 20px 1%;
	background-color:rgba(255, 255, 255, 0.2);
}
}