@charset "UTF-8";

@font-face{
   font-family:"Lexia";
   src:url(http://bluehousequito.com/css/LEXIA___.ttf) format("truetype");
}

body{
	font-size: 13px;
	font-family:"Lexia" !important;
	margin:0;
	padding:0;
	background:url(http://bluehousequito.com/img/fondoSite.jpg) repeat-x;
}

/*Titulos*/

.titulo1 {
	font-size: 18px;
	font-weight: bold;
}

.titulo2 {
	font-size: 16px;
	font-weight: bold;
}

.titulo3 {
	font-size: 13px;
	font-weight: bold;
}

/*Form Elements*/

select, input, textarea {
	font-size:10px;
}

table input {
	width:30px;
}

.availableRoomBtn {
	display:block;
	width:90px;
	padding: 4px 27px 4px 27px;
	height:13px;
	background-image: url(http://bluehousequito.com/img/boxes/home/booking/availability.png);
	font-size:10px;
	color:#7d3236;
	text-decoration: none;
}

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

#reservForm *{
	font-size:11px
}

/*Estructura*/

#wrapper {
	width:930px;
	height:auto;
	margin:0 auto 0 auto;
}

/* Encabezado */

#header {
	width:100%;
	height: 100px;
	margin-bottom: 10px;
	
}

#header .left {
	width:230px;
	height:100%;
	float:left;
}

#header .right {
	width: 690px;
	height: 100%;
	margin-left:250px;
}

/* Top */

#middle {
	width: 100%;
	height:305px;
	margin-bottom:10px;
}

#middle .left {
	width:230px;
	height:100%;
	float:left;
	background-color:#e3e3e1;
	border-radius: 10px;
    box-shadow: 3px 3px 5px #555;
}

.bookingT {
	width:100%;
	background: url("http://bluehousequito.com/img/fondoBookingT.png") repeat-x;
	border-radius: 5px;
    box-shadow: 2px 2px 5px #555;
    margin-bottom:20px;
}

#middle .right {
	width:690px;
	height: 100%;
	margin-left: 240px;
}

#middle .right #nav {
	width:690px;
	height:45px;
}

#middle .right #slidePic {
	width:100%;
	height:260px;
	border-radius:5px;
}

/* Cuerpo */

#main {
	width:100%;
	height:auto;
}

#main .left {
	width:230px;
	height:auto;
	float:left;
}

#main #cuerpo {
	width:690px;
	height:auto;
	margin-left:240px;
}

#aboutUs {
	width:670px;
	background:url(http://bluehousequito.com/img/fondoAbout.png) no-repeat;
	height:200px;
	padding:10px;
	margin-bottom:10px;
	box-shadow:2px 2px 5px #CCC;
}

.boxHome {
	width:300px;
	height:310px;
	padding:20px;
	float:left;
	background:url(http://bluehousequito.com/img/boxHome.png) no-repeat;
	margin-bottom:10px;
	box-shadow:2px 2px 5px #CCC;
}

.rightBox {
	margin-left:10px;
	box-shadow:2px 2px 5px #CCC;
}

.boxHome img {
	margin-bottom:10px;
}

.transBox {
	padding:15px;
}

.servicesUl {
	list-style-image: url(http://bluehousequito.com/img/listHome.png);
	margin:0 0 0 15px;
	padding: 0;
}

.pricingBg {
	background-color:#FFF;
	box-shadow: 3px 3px 5px #888;
	border-radius: 10px;
}

.pricingBox {
	width:203px;
	height:117px;
	padding:5px;
	border-radius: 10px;
	margin: 0 11px 10px 0;
	box-shadow: 3px 3px 5px #888;
}

.accomodation {
	width:670px !important;
	height:auto;
	padding:10px 10px 30px 10px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	margin: 0 11px 10px 0;
	box-shadow: 3px 3px 5px #888;
}

.pricingTit {
	font-size: 20px;
	font-weight:bold;
	color:#FFF;
	text-shadow: #000 3px 3px 5px;
}

.pricingPrice {
	font-size: 20px;
	font-weight:bold;
	color:#FFF;
	text-shadow: #000 3px 3px 5px;
	display:block;
	padding-top:0;
}

.pricingDesc {
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
}

.pAzul {
	background: url("http://bluehousequito.com/img/pricing/fondoAzul.png") repeat-x;
}

.pRojo {
	background: url("http://bluehousequito.com/img/pricing/fondoRojo.png") repeat-x;
}

/* Footer */

#wrapFoot {
	width:930px;
	margin:0 auto 0 auto;
}

#footer {
	width:100%;
	height:70px;
	color:#DDD;
	background:url(http://bluehousequito.com/img/fondoFooter.jpg) repeat-x;
	clear:both;
}

#footer .left{
	width:330px;
	height:20px;
	padding-left:20px;
	margin-top:25px;
	float:left;
}

#footer .right {
	width:350px;
	height:100%;
	margin-left:420px
}


/* Formularios */

#GmapsContacto {
	width:670px;
	height:280px;
	padding:5px 10px 10px 10px;
	box-shadow: 2px 2px 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(http://bluehousequito.com/img/fondoAbout.png);
}

#contactoFrm {
	width:670px;
	height:210px;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	background:url(http://bluehousequito.com/img/fondoAbout.png);
	box-shadow: 2px 2px 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#GmapsContacto h2, #contactoFrm h2 {
	padding:0;
	margin:0;
}

.formucontacto * {
	font-size:11px;
}

.formucontacto input {
	width:200px;
	box-shadow: 1px 1px 5px #888;
	border:none;
	padding:3px 0 3px 0;
	margin-bottom:10px;
}

.formucontacto textarea {
	width:200px;
	height:95px;
	box-shadow: 1px 1px 5px #888;
	border:none;
	padding:3px 0 3px 0;
}


/*Booking*/

#yourInfo {
	width:670px;
	height:215px;
	padding:10px;
	box-shadow: 2px 2px 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:url(http://bluehousequito.com/img/fondoAbout.png);
}

#takeYou {
	width:670px;
	height:220px;
	padding:10px;
	margin-top:20px;
	background:url(http://bluehousequito.com/img/fondoAbout.png);
	box-shadow: 2px 2px 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#yourInfo h2, #takeYou h2 {
	padding:0;
	margin:0;
}

.formubooking * {
		font-size:11px;
}

.formubooking input {
	width:200px;
	box-shadow: 1px 1px 5px #888;
	border:none;
	padding:3px 0 3px 0;
	margin-bottom:10px;
}

.formubooking textarea {
	width:200px;
	height:95px;
	box-shadow: 1px 1px 5px #888;
	border:none;
	padding:3px 0 3px 0;
}


.btn1 {
	display:block;
	width:89px;
	height:12px;
	padding:5px;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	box-shadow: 1px 1px 5px #888;
	border-radius:5px;
	color:#FFF;
	background: url("http://bluehousequito.com/img/btns/azul.jpg") repeat-x;
}

.btn2 {
	display:block;
	width:89px;
	height:12px;
	padding:5px;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	box-shadow: 1px 1px 5px #888;
	border-radius:5px;
	color:#FFF;
	background: url("http://bluehousequito.com/img/btns/rojo.jpg") repeat-x;
}