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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);



header{
	position:absolute;
	display:block;
	width:100%;
	height:92px;
	background:#ffffff;
	overflow:hidden;
	opacity:0.8;
	z-index:99999;
}
section{
	width:100%;
	position:absolute;
	background:rgba(255, 255, 255,0.5);/* give opacity to bg color only */
	padding:40px 100px 40px 100px;
	overflow:hidden;
	margin-top:92px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */
}

section p{
	opacity:0.7;
}
img, embed, object, video { 
max-width:100%;
height: auto;
border:none;

}
p{
	line-height:22px;
	font-size:14px;
}
#logo{
	padding:8px 0px 0px 100px;
	float:left;
}

#menu{
	float:left;
	padding-left:30px;
	padding-top:32px;
}

@media only screen and (max-width: 1050px) {
	#logo{
		padding:8px 20px 0px 20px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */
}
	section{
		padding:20px 20px 20px 20px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */
	}	
}
@media only screen and (max-width: 900px) {
	header{
		height:auto;
	}
	#logo{
		float:none;
		width:150px;
		margin:0 auto;
	}
	#menu{
		float:none;
		padding-left:0px;
		padding-top:10px;
	}
	section{
		margin-top:72px;
	}	
}

.navigation {
  max-width: none;
  padding: 0;
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;

}

.navigation li {
  float: left;
  list-style-type:none;
}

.navigation li a {
  display: block;
  color:#333;
  padding: 10px;
  text-decoration:none;
}

.navigation li a:hover {
  Text-decoration:underline;
}

.navheader { 
  font-size: 18px;
  text-transform:uppercase;
}

.slide-trigger {
  display: none; /* need this */
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  padding:5px 0px 5px 0px;
  font-family: 'Source Sans Pro', sans-serif;
}

.slide-trigger span {
  background-image: url("images/flechas.png");
  background-position: 0 -14px;
  display: block;
  float: right;
  margin-top: 3px;
  height: 14px;
  width: 32px;
}
@media only screen and (max-width: 900px) {
  .slide-trigger { display: block; }
    .no-js .slide-trigger { display: none; }
  .navigation { display: none; }
    .no-js .navigation { display: block; }
  .navigation { margin: 0 15px; }
  .navigation li { float: none; }
  .navigation li a { border-bottom: 1px solid #fff; }
}

#reserleft, #reserright{
	float:left;
	width:50%;
}

#menuleft{
	float:left;
	width:30%;
}
#menuright{
	float:left;
	width:70%;
	max-width:350px;
}

#reserright{
	opacity:0.9;
}
#formleft, #formright{
	float:left;
		padding-right:100px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */
}

#enviar{
	float:none;
	clear:both;
}

.map2{
	display:none;
}
.mitad{
	float:left;
	width:40%;
}
.reservaciones{
	text-transform:uppercase;
	padding-bottom:120px;
}
.reservaciones p{
	padding:5px 0px 5px 0px !important;
	width:auto !important;
}
input{
	width:100%;
}
submit{
	width:200px;
}
.wpcf7-submit{
	width:auto;
	background:#fff;
	border:1px #333333 solid;
	padding:8px 18px 8px 18px;
	cursor:pointer;
}
textarea{
	width:100%;

}
.wpcf7-response-output{
	border:1px #333333 solid !important;
}
::-webkit-input-placeholder { text-transform:uppercase; }
::-moz-placeholder { text-transform:uppercase; } /* firefox 19+ */
:-ms-input-placeholder { text-transform:uppercase; } /* ie */
input:-moz-placeholder { text-transform:uppercase; }

.menu1, .menu2, .menu3, .menu4, .menu5, .menu6, .menu7, .menu8, .menu9, .menu10{
	display:none;
}
@media only screen and (max-width: 900px) {
	#reserleft{
		float:none;
		width:100%;
	}
	#reserright{
	float:none !important;
	width:280px !important;
	margin:0 auto;
	padding-top:20px;
}

	.map1{
		display:none;
	}
	.map2{
		display:block;
	}
	#formleft, #formright{
		padding-right:0px;
		float:none;
		width:100%;
	}
}
@media only screen and (max-width: 700px) {
		#menuleft,  #menuright{
		float:none;
		width:100%;
	}
		#menuright{
		padding-top:20px;
	}
}
.link1, .link2, .link3, .link4, .link5, .link6, .link7, .link8, .link9, .link10{
	padding:5px 0px 5px 0px;
}
.linkmenu{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

.linkmenu:hover{
	text-decoration:underline;
}