@charset "utf-8";
/* CSS Document */

/* Fonts */
@font-face {font-family: 'Palatino-Light';
            src: url('../fonts/Palatino-Light.eot');
            src: url('../fonts/Palatino-Light.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/Palatino-Light.woff') format('woff'),
                 url('../fonts/Palatino-Light.ttf') format('truetype'),
                 url('../fonts/Palatino-Light.svg') format('svg')}

*   {margin: 0; padding: 0; border: 0; outline: none; text-decoration: none; color: inherit;}
img {display: block;}

body {
	background: #d1bfab;
	font-family: 'Palatino-Light';
	color: #59524a;
}

#global {
	width: 770px;
	height: 436px;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -218px; margin-left: -385px;
}

/* HEADER */
header {
	width: 100%;
	height: 45px;
	position: relative;
}

#lang {
	width: 43px;
	height: 13px;
	float: left;
	
}

#lang a {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 2px;
	display: block;
}

#lang a:nth-child(1) {background: url(../img/flag-br.png) no-repeat;}
#lang a:nth-child(2) {background: url(../img/flag-uk.png) no-repeat;}
#lang a:nth-child(3) {background: url(../img/flag-ar.png) no-repeat; margin: 0;}

.current {opacity: 0.25;}

a.goGaleria {
	height: 13px;
	float: left;
	margin-top: 24px;
	display: block;
	cursor: pointer;
	font-size: 10px;
	line-height: 14px;
}

#logo {
	position: absolute;
	cursor: pointer;
}

img.goSugerencias {
	float: right;
	margin: 9px 4px 0 0;
	cursor: pointer;
}
/* HEADER */


/* MAIN */
#main {
	width: 768px;
	height: 360px;
	overflow: hidden;
	border: 1px solid #FFF;
	background: #FFF;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.35);
}

#main > div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: none;
}

.panel {
	width: 339px;
	height: 338px;
	position: absolute;
	top: 0; right: -50%;
	padding: 22px 20px 0 25px;
	background: rgba(255,255,255,0.85);
}

.panel p.title {margin-bottom: 15px;}

.panel p,
.panel li {
	font-size: 11px;
	color: #000;
	line-height: 15px;
	text-align: justify;
}

.panel ul {
	padding-left: 8px;
	list-style: none;
}

.panel li:before {
	content: '•';
	margin-left: -8px;
	padding-right: 3px;
}

.panel p,
.panel ul {opacity: 0;}

/* Home */
#main #home {
	background: url(../img/bg-home.png) no-repeat;
	display: block;
}

#textAnimation {
	position: absolute;
	bottom: 10px; left: 18px;
	display: block;
	font-size: 19px;
	color: #FFF;
	line-height: 20px;
}

#textAnimation p             {opacity: 0;}
#textAnimation p:first-child {margin-left: -15px;}

#contactInfo {
	position: absolute;
	bottom: 11px; right: 34px;
	display: block;
	font-size: 12px;
	color: #FFF;
	word-spacing: 2px;
	text-align: right;
	opacity: 0;
}

.sugerencias p {
	font-size: 22px;
	font-weight: bold;
	color: #969798;
	font-variant: small-caps;
	text-align: center;
}

form {
	width: 100%;
	height: 278px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	display: block;
	opacity: 0;
}

form input[type=number] {
	width: 53px;
	height: 19px;
	border-radius: 2px;
	margin: 0 0 4px 91px;
	border: 1px solid #CCC;
	display: block;
	font: 9px 'Palatino-Light';
	color: #000;
	text-align: center;
}

form input[type=text] {
	width: 213px;
	height: 19px;
	border-radius: 4px;
	margin-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
	display: block;
	font: 9px 'Palatino-Light';
	color: #000;
}

form input[type=submit],
form input[type=reset] {
	width: 75px;
	height: 21px;
	border-radius: 4px;
	background: #bcccd0;
	display: block;
	cursor: pointer;
	font: 10px 'Palatino-Light';
	color: #000;
	line-height: 22px;
}

form input[type=submit] {margin-bottom: 5px;}

form .wrapper {
	position: absolute;
	bottom: 0; right: 29px;
}

label {
	min-width: 80px;
	float: left;
	padding-right: 10px;
	display: block;
	font-size: 10px;
	line-height: 22px;
	text-align: right;
}

textarea {
	width: 208px;
	height: 48px;
	border-radius: 4px;
	overflow-y: auto;
	resize: none;
	padding: 5px;
	border: 1px solid #CCC;
	display: block;
	font: 9px 'Palatino-Light';
	color: #000;
}

form input[type=submit].disabled {
	opacity: 0.5;
	cursor: default;
}

/* Historia */
#historia  {background: url(../img/bg-historia.png) no-repeat;}

/* Servicios */
#servicios {background: url(../img/bg-servicios.png) no-repeat;}

#bar,
#sala,
#habitaciones {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: none;
}

#habitaciones {background: #FFF;}

#galeria button,
#habitaciones button {
	width: 15px;
	height: 30px;
	z-index: 99;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	display: block;
	opacity: 0.6;
	cursor: pointer;
}

#galeria button:hover,
#habitaciones button:hover {opacity: 1;}

.prev {background: transparent url(../img/prev.png) no-repeat; left: 10px;}
.next {background: transparent url(../img/next.png) no-repeat; right: 10px;}

#habitaciones .inner {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-top: 37px;
}

#galeria .inner img,
#habitaciones .inner img {margin: 0 auto; display: none;}

#habitaciones p {
	width: 558px;
	padding: 0 105px;
	display: block;
	font-size: 12px;
	color: #000;
	line-height: 13px;
}

#bar {background: url(../img/bg-bar.png) no-repeat;}

#bar .caption {
	width: 753px;
	height: 37px;
	position: absolute;
	bottom: 20px; right: -100%;
	padding: 13px 0 0 15px;
	background: rgba(255,255,255,0.85);
}

#bar .caption p {
	font-size: 12px;
	color: #000;
	line-height: 13px;
	opacity: 0;
}

#sala {background: url(../img/bg-sala.png) no-repeat;}

#sala p.title + p {font-size: 11px;}

#sala img {
	width: 100%;
	margin-top: 19px;
}

/* Tarifas */
#tarifas {background: url(../img/bg-tarifas.png) no-repeat;}

table {
	width: 100%;
	margin-bottom: 20px;
	font: 11px 'Arial';
	color: #000;
	opacity: 0;
}

button.goContacto {
	width: 96px;
	height: 14px;
	position: absolute;
	bottom: 25px; right: 20px;
	padding-right: 16px;
	background: url(../img/reservas.png) center right no-repeat;
	opacity: 0;
	cursor: pointer;
	font: 10px 'Arial';
	color: #000;
	text-align: right;
}

/* Ubicación */
#ubicacion {}

#map_canvas {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
}

#turismo {
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(255,255,255,0.85);
	display: none;
	color: #000;
}

#turismo p {
	float: right;
	margin: 22px 20px 0 0;
	font-size: 15px;
}

#turismo .wrapper {
	width: 172px;
	position: absolute;
	top: 87px; left: 50%;
	margin-left: -86px;
	font-size: 12px;
	line-height: 31px;
}

/* Contacto */
#contacto  {background: url(../img/bg-contacto.png) no-repeat;}

/* Galería */
#galeria {background: #FFF;}

#galeria .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* MAIN */


/* MENU */
#menu {
	width: 100%;
	height: 29px;
	position: relative;
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#menu > a {
	width: 20%;
	height: 23px;
	position: relative;
	float: left;
	margin-top: 6px;
	display: none;
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}

#menu > a:before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	top: 0; left: 50%;
	background: #59524a;
	display: block;
	transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

#menu > a:hover:before,
#menu > a.active:before {width: 100%; left: 0;}

.goServicios + .submenu {
	height: 9px;
	position: absolute;
	bottom: -8px; left: 119px;
	display: none;
}

.goServicios + .submenu a {
	float: left;
	margin-right: 13px;
	display: block;
	cursor: pointer;
	font-size: 10px;
	line-height: 10px;
}

.goServicios + .submenu a:last-child {margin: 0;}

.goUbicacion + .submenu {
	width: 20%;
	position: absolute;
	bottom: 23px; left: 60%;
	padding-bottom: 6px;
	display: none;
	visibility: hidden;
	opacity: 0;
}

.goUbicacion + .submenu a {
	width: 100%;
	height: 17px;
	border-bottom: 1px solid #FFF;
	background: rgba(255,255,255,0.85);
	display: block;
	cursor: pointer;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
}

.goUbicacion + .submenu a:last-child {border: 0;}

.goUbicacion:hover + .submenu,
.goUbicacion + .submenu:hover {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 750ms;
	-o-transition: visibility 0s, opacity 750ms;
	-ms-transition: visibility 0s, opacity 750ms;
	-moz-transition: visibility 0s, opacity 750ms;
	-webkit-transition: visibility 0s, opacity 750ms;
}

.goUbicacion + .submenu:active {
	visibility: hidden;
	opacity: 0;
}
/* MENU */


/* Captcha */
.captcha {
	width: 168px;
	height: 30px;
	position: absolute;
	bottom: 0; left: 0;
	padding: 6px;
	border: 1px solid #CCC;
	background: #FFF;
}

.captcha img {
	width: 58px;
	height: 28px;
	float: left;
	margin-right: 4px;
	border: 1px solid #CCC;
	display: block;
}

.captcha input {
	width: 58px;
	height: 28px;
	float: left;
	padding: 0;
	border: 1px solid #CCC;
	outline: none;
	display: block;
	font: 11px 'Arial';
	color: #404040;
	text-align: center;
}

.refresh {
	width: 16px;
	height: 16px;
	float: right;
	margin: 7px 4px;
	background: #FFF url(../img/captcha/refresh.png) no-repeat;
	cursor: pointer; 
}

.check {
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 7px;
	background: url(../img/captcha/incorrect.png) no-repeat;
}
