/* CSS Document */
@import url("color.css");

/*------------------------------------------------------------------------------
Para posicionar el footer hasta abajo y dar cuerpo
------------------------------------------------------------------------------*/

html{
	margin:0;
	min-width:1015px;
	padding:0;
	height: 100%;
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width:100%;
}


body{
	height:100%;
	min-width:1015px;
	padding:0;
	margin:0;
	font-size:14px;
	width:100%;
	background:url(../images/fondo.jpg) center top repeat-x;
}

#container-page{
	width: 100%;
	min-width:1015px;
	min-height:600px;
	height: 100%;
	padding: 0;
	position: relative;
	overflow:hidden;
	background-position:center bottom;
	background-repeat:repeat-x;
}

#container-content{
	padding-bottom:80px;
	min-width:1015px;
	min-height:450px;
	height:100%;
	width:100%;
}

#container-foot{
	width:100%;
	bottom:0 !important;
	bottom:-1px;
	height:80px;
	position:absolute;
	z-index:500;
	min-width:1015px;
}


@media (max-height: 674px) { 
	#container-page{
		background-position:center bottom -100px;
	}
}

@media (min-height: 675px) and (max-height: 724px) { 
	#container-page{
		background-position:center bottom -75px;
	}
}

@media (min-height: 725px) and (max-height: 774px) { 
	#container-page{
		background-position:center bottom -50px;
	}
}

@media (min-height: 775px) and (max-height: 824px) { 
	#container-page{
		background-position:center bottom -25px;
	}
}

@media (min-height: 825px) { 
	#container-page{
		background-position:center bottom;
	}
}
	


/*------------------------------------------------------------------------------
MENU
------------------------------------------------------------------------------*/

#mainMenuHolder{
	width:100%;
	height:51px;
	background:url(../images/menufondo.png) center top repeat-x;
	position:relative;
}

#mainMenuHolder #mainMenu{
	width:990px;
	margin:0 auto;
	list-style:none;
	padding:0;
	position:relative;
	height:43px;
}

#mainMenu li{
	display:block;
	list-style:none;
	padding:0;
	float:left;
	height:43px;
}

#mainMenu #menubuton01{ width:138px; margin:0;}
#mainMenu #menubuton02{ width:125px; margin:0 0 0 -13px; }
#mainMenu #menubuton03{ width:131px; margin:0 252px 0 -12px; }
#mainMenu #menubuton04{ width:138px; margin:0; }
#mainMenu #menubuton05{ width:125px; margin:0 0 0 -13px; }
#mainMenu #menubuton06{ width:131px; margin:0 0 0 -12px; }

#mainMenu li a{
	display:block;
	width:100%;
	height:100%;
	background-position:left top;
	cursor:pointer;
}

#mainMenu li:hover a{
	background-position:left center;
}

#mainMenu li.active a{
	background-position:left bottom;
}

#mainMenu #menubuton01 a{ background-image:url(../images/menubutton01.png); }
#mainMenu #menubuton02 a{ background-image:url(../images/menubutton02.png); }
#mainMenu #menubuton03 a{ background-image:url(../images/menubutton03.png); }
#mainMenu #menubuton04 a{ background-image:url(../images/menubutton04.png); }
#mainMenu #menubuton05 a{ background-image:url(../images/menubutton05.png); }
#mainMenu #menubuton06 a{ background-image:url(../images/menubutton06.png); }

#mainMenu li a span{
	display:none;
}

#mainMenu #menulogo{
	position:absolute;
	top:0;
	left:360px;
	width:267px;
	height:74px;
	z-index:900;
}

#mainMenu #menulogo a{
	display:block;
	width:100%;
	height:100%;	
	background-position:left top;
	cursor:pointer;
}

#mainMenu #menulogo a:hover{
	background-position:right top;
}

#mainMenuHolder .topStripes{
	width:100%;
	height:45px;
	background:url("../images/fondowood.png") repeat-x center bottom;
	position:absolute;
	z-index:-1;
	top:43px;
	left:0;
}


/*------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------*/
#footerHolder{
	width:100%;
	position:relative;
}

#footerHolder #footer{
	height:50px;
	transition:all 500ms ease-out 0s;
	margin:0;
	padding:15px 0 0;
	position:absolute;
	top:-3px;
	left:0;
	z-index:900;
	width:100%;
	background:url(../images/fondowood.png) repeat-x center top;
	overflow:hidden;
}

#footerHolder:hover #footer{
	height:90px;
	top:-43px;
}


#footerHolder #footer .footHold{
	width:990px;
	margin:0 auto;
	overflow:hidden;
}

#footerHolder #footer .footerPhones{
	display:block;
	float:left;
	margin:8px 90px 0 0;
	width:125px;
}

#footerHolder #footer .footerPhones p{
	margin:0 0 8px 0;
	background:url(../images/phoneholder.png) no-repeat;
	width:103px;
	height:34px;
	line-height:34px;
	font-size:20px;
	font-weight:bold;
	padding:0 10px;
	text-align:center;
}

#footerHolder #footer .footerSocialMedia{
	float:left;
	margin:12px 50px 0 0;
	width:145px;
}

#footerHolder #footer .footerSocialMedia .socialLine01{
	width:100%;
	padding:0;
	margin:0 0 9px 0;
	height:29px;
	list-style:none;
}

#footerHolder #footer .footerSocialMedia .socialLine01 li{
	list-style:none;
	padding:0;
	margin:0 9px;
	display:block;
	width:29px;
	height:29px;
	float:left;
}

#footerHolder #footer .footerSocialMedia .socialLine01 li:first-child{
	margin-left:0;
}

#footerHolder #footer .footerSocialMedia .socialLine01 li:last-child{
	margin-right:0;
}


#footerHolder #footer .footerSocialMedia .socialLine01 li a{
	display:block;
}

#footerHolder #footer .footerSocialMedia .socialLine02{
	width:100%;
}

#footerHolder #footer .footerSocialMedia .socialLine02 .fb-like{
	width:90px;
	float:left;
	margin:0 10px 0 0;
}

#footerHolder #footer .footerSocialMedia .socialLine02 .tw-like{
	width:24px;
	float:left;
}

#footerHolder #footer .horarios{
	display:block;
	float:left;
	margin:4px 70px 0 0;
	text-align:center;
	width:240px;
	transition:all 500ms ease-out 0s;
}

#footerHolder:hover #footer .horarios{
	padding:10px 0 0;
}

#footerHolder #footer .horarios p{
	margin:4px 0 6px 0;
	font-size:16px;
	font-weight:bold;
}

#footerHolder #footer .horarios p.today{
	display:block;
}

#footerHolder:hover #footer .horarios p.today{
	display:none;
}

#footerHolder #footer .publicaciones{
	display:block;
	float:left;
	margin:3px 0 0 0;
	height:40px;
	width:248px;
	transition:all 500ms ease-out 0s;
}

#footerHolder #footer .publicaciones a{
	text-decoration:none;
}

#footerHolder:hover #footer .publicaciones{
	height:80px;
}

#footerHolder #footer .publicaciones .publithumb{
	width:100px;
	height:100%;
	border:1px solid;
	border-top-color:#3f170a;
	border-left-color:#3f170a;
	border-bottom-color:#683929;
	border-right-color:#683929;
	float:left;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	
}

#footerHolder #footer .publicaciones .boxPubliHolder{
	height:20px;
	padding:5px 10px;
	display:block;
	float:left;
	width:124px;
	margin:5px 0;
	background:url(../images/fondopubli.png);
	border:2px solid #1c0c06;
	border-left:0;
	text-align:center;
	transition:all 500ms ease-out 0s;
}

#footerHolder:hover #footer .publicaciones .boxPubliHolder{
	height:50px;
	padding:10px;
}

#footerHolder #footer .publicaciones .boxPubliHolder p{
	margin:5px 0 0;
	line-height:14px;
	font-size:12px;
	text-transform:uppercase;
	display:none;
	text-decoration:none;
}

#footerHolder:hover #footer .publicaciones .boxPubliHolder p{
	display:block;
}

#footerHolder .footerLegales{
	width:100%;
	height:18px;
	text-align:center;
	background:url(../images/fondowoodclaro.png) repeat-x center top;
	position:absolute;
	bottom:-80px;
	left:0;
	z-index:505;
}

#footerHolder .footerLegales p{
	margin:0;
	line-height:18px;
	font-size:11px;
}

#footerHolder .footerLegales a{
	font-weight:700;
	text-decoration:none;
	margin:0 0 0 25px;
	text-transform:uppercase;
}

.wallTexture{
	background-position:center top;
	background-repeat:repeat-x;
	width:100%;
	height:345px;
	position:absolute;
	bottom:0px;
	left:0;
	z-index:-1;
}



/*------------------------------------------------------------------------------
GENERALES
------------------------------------------------------------------------------*/

.imgBtn{
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	cursor:pointer;
}

.imgBtn:hover{
	background-position:right top;
}


#reserva{
	position:fixed;
	top:75px;
	right:-420px;
	width:400px;
	z-index:9999999;
}

#reserva .reservaImg{
	position:absolute;
	left:0;
	background:url(../images/ES/reserva.png);
	width:69px;
	height:316px;
	z-index:10px;
	top:45px;
	cursor:pointer;
}


#reserva .reservaForm{
	background:#fff;
	border-radius:20px 0 0 20px;
	box-shadow:-5px 5px 10px rgba(73,73,73,0.8);
	padding:20px;
	width:360px;
	min-height:376px;
}


#formReserva .formLabel{
	font-family: 'Sancreek', cursive;
	display:block;
	width:100%;
	color:#666;
	font-size:11px;
	line-height:23px;
	margin:0 10px 10px 0;	
	clear:both;
	width:120px;
	float:left;
}

#formReserva .formText{
	margin:0 0 10px;
	padding:6px 10px;
	color:#fff;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	font-family: 'Quattrocento Sans', sans-serif;
	border-radius:10px;
	border:0;
	background:rgba(147,110,74,0.6);
	width:190px;
	float:left;
}

#formReserva .formSelect{
	background:none repeat scroll 0 0 rgba(147, 110, 74, 0.6);
	border:0 none;
	border-radius:10px 0 0 10px;
	color:#fff;
	float:left;
	font-family:"Quattrocento Sans",sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:11px;
	margin:0 0 10px;
	padding:4px 10px;
	width:210px;
}

#formReserva .formTextArea{
	margin:0 0 15px;
	padding:10px 15px;
	color:#fff;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-family: 'Quattrocento Sans', sans-serif;
	border-radius:10px;
	border:0;
	background:rgba(147,110,74,0.6);
    width:180px;
	height:80px;
	float:left;
}


#formReserva .formSubmit{
	margin:0 0 0 130px;
	padding:4px 20px 4px 35px;
	color:#fff;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
	display:table;
	border-radius:20px;
	background-image:url(../images/icon-contact-mail.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-color:rgba(97,65,33,0.6);
	font-family: 'Sancreek', cursive;
	cursor:pointer;
	border:0;
	text-transform:uppercase;
	clear:both;
}


#formReserva .formText:hover,
#formReserva .formText:focus,
#formReserva .formTextArea:hover,
#formReserva .formTextArea:focus,
#formReserva .formSubmit:hover{
	background-color:rgba(70,42,14,0.8);
	color:#d5b290;
}

#landscapeAdvise{
	position:fixed;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.85);
	z-index:99999;
	display:none;
}

#landscapeAdvise.active{
	display:table;
}


#landscapeAdvise .holder{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}