/* BASIC RESET */
* {margin:0; padding:0;}

/* TIPOGRAFÍA OFFLINE */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300);

/* HTML ELEMENTS */
body { 
  background:#fff;
	font-family: 'Montserrat', sans-serif;
   }


h1 {margin-left:10px; font-size: 24px; color: #222; font-weight: normal;}
h2 {margin-left:30px; font-size: 30px; color: #666; font-weight: normal; text-align: center; line-height:26px;}
h3 {margin-left: 20px; font-size: 26px; font-weight: bold; color: #2B8EC9;}

p {
  font-family: 'Lato', sans-serif;
  color: #222;
  font-size:16px;
}

#build {
  width: 163px;
  height: 141px;
  position: fixed;
  padding: 0px;
  z-index:999;
  right: 0;
  top: 0;
}

#hotel {
  width:844px;
  height: 80px;
  margin: 0 auto;
  line-height: 25px;
  padding-top: 22px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  font-size: 30px;
}

#content {
  width: 100%;
  height:424px;
  background: #999;
}

#wrap {
  width:844px;
  height:424px;
  padding: 0px;
  margin: 0 auto;
  
}

#info {
  clear: both;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  height: 130px;
  margin: 7 auto;
}

#info .container {
  width:844px;
  margin: 0 auto;
}

#info .textbox {
  width: 30%;
  height: 100px;
  float: left;
  padding: 5px;
  font-family: 'Lato', sans-serif;
  -webkit-border-radius: 7px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 7px;
  -moz-border-radius-topright: 0;
  border-radius: 7px;
  border-top-right-radius: 0;
  background-color: #493326;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

#info .textbox2 {
  width: 66%;
  height: 100px;
  float: right;
  padding: 5px;
  -webkit-border-radius: 7px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 7px;
  -moz-border-radius-topleft: 0;
  border-radius: 7px;
  border-top-left-radius: 0;
  background: #EA5B0C;
}

#info .textbox2 p {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 22px;
  padding-left: 10px;
  padding-top: 5px;
}

@media screen and (min-width: 1390px) {
#footer {
  width: 100%;
  margin-bottom: 0px;
  height: 40px;
  background: #444;
  position:fixed;
  margin-bottom: 0px;
  bottom:0;
  padding-top: 7px;
}
#footer p {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size:12px; 
}
}

@media screen and (max-width: 1370px) {
    #footer {
  width: 100%;
  height: 40px;
  background: #444;
  padding-top: 7px;
}
#footer p {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size:12px;
  
}
}

/* jquery LIGHTBOX */
#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  border:0.05em solid black;
  overflow:auto;
}

#dialog4 {
  width:480px; 
  height:450px;
  padding:5px;
  overflow:auto;
  background-color:#fff;
}

#dialog4 p {padding:0 0 10px 0;}

.window p {
  font-size:11px;
  margin: 10px;
  text-align:justify;
  color:#333;
}
.window h3 {
  margin-left: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #EA5B0C;
}

/* JQUERY LIGHTBOX */

#btn { 
  width:136px;
  height:30px;
  padding-top:10px;
  border-radius: 5px;
  font-size:16px;
  text-align: center;
  margin-top: 5px;
  float: right;
  font-weight: bold;
  background: #EA5B0C;
  text-decoration: none;
  color: #FFF;
}

#btn a {
  text-decoration: none;
  color: #FFF;
  color: #493326;
}

#btn:hover {
  background-color: #fff;
  color: #493326;
  font-weight: bold;
  text-decoration: none;
}

#form_content{
  width:450px;
  height: 350px;
  float:left;
  margin-left: 20px;
  margin-right: 20px;
}

#form_content p {
  font-size: 16px;
  padding:0 0 10px 0;
  margin: 0px;
}

#form_content .caja {
  width: 300px;
  float: right;
  padding-left: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #ccc;
}

#form_content .texto {
  font-size: 16px;
  padding:0 0 10px 0;
}