@import url(http://fonts.googleapis.com/css?family=Roboto::400,700,300);

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1; font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clear{ clear:both; }
/* =Layout
-------------------------------------------------------------- */
body{ 
	background:white; 
	border-top:solid 10px #FEAC22; 
}
.container{ 
	width:980px; 
	margin:0px auto; 
	font-family:'Roboto', Arial, Helvetica, sans-serif;
}
header{ 
	border-top:solid 1px ##FFFFFF; 
	border-bottom:solid 1px ##FFFFFF; 
	margin-top:.5em; 
	height:110px; 
}
header .logo{ 
	float:left; 
	margin-left:2%; 
}
header .logo img{ 
	height:110px; 
}
header .menu{ 
	float:right; 
}
header .menu ul{ 
	margin:0px; 
	padding:0px; 
	margin-top:1.8em;
}
header .menu ul li{ 
	display:block; 
	float:left; 
	padding:.5em 0em; 
	cursor:pointer;  
}
header .menu ul li:hover, 
header .menu ul li.active{ 
	border-bottom:solid 5px #FEAC22;
}
header .menu ul li:hover a, 
header .menu ul li.active a{ 
	color:#000000; 
}
header .menu ul li a{
	 display:block; 
	 float:left; 
	 text-decoration:none; 
	 color:#666666; 
	 text-transform:uppercase;  
	 font-size:15px; 
	 padding:.6em 2em; 
	 border-left:1px solid #FFFFFF; 
	 border-right:solid 1px #e6e6e6; 
}
header .menu ul li:first-child a{ 
	border-left:none; 
}
header .menu ul li:last-child a{ 
	border-right:none; 
}
section.slider{ 
	clear:both; 
	background: #5A3C3C; 
	padding-top:12px; 
	height:483px; 
	border-bottom:solid 1px #FFFFFF; 
}

.main{ 
	clear:both; 
	padding-top:1em; 
	padding-bottom:2em; 
}
.main h2{ 
	color:#996600; 
	text-shadow:2px 1px 1px #2f1b09; 
	margin-bottom:.8em;
}

.main .left{ 
	float:left; 
	width:29%;  
}
.main .left h2{ 
	background:#FEAC22; 
	color:#FFFFFF; 
	padding:.5em .8em; 
	font-size:110%;
}
.main .left .list{ 
	margin:0px; 
	padding:0px; 
	color:#666666; 
	margin-bottom:5em; 
}
.main .left .list li{ 
	list-style:url(images/li.png); 
	padding:.7em 0em .7em .5em; 
	margin-left:1.5em; 
	border-bottom:solid 1px #FFFFFF; 
	border-top:solid 1px #E4E4E4;  
}
.main .left .list li:first-child{ 
	border-top:none;
}
.main .left .list li:last-child{ 
	border-bottom:none; 
}
.main .left .list li a{ 
	color:#666666; 
	text-decoration:none; 
}
.main .left .list li a:hover{ 
	text-decoration:underline; 
}
.main .right{ 
	float:right; 
	width:68%; 
}
.main .right{ 
	color:#666666; 
	font-size:85%; 
	line-height:130%;  
}
.main .right .msj-home{ 
	width:90%; 
	margin:0px auto;  
}
.main .right .msj-int{ 
	font-weight:bold; 
	font-style:italic; 
	text-align:center; 
	margin:1em 0em; 
}

.main .banners li label{ 
	display:block; 
	margin-bottom:2em;  
}

.main .container .w100{ display:block; width:95%; margin:0px auto; color:#666666; font-size:90%; padding-top:1em;  }
.main .container .w100 .list-habitaciones{ margin:0px; padding:0px; }
.main .container .w100 .list-habitaciones li{ display:block; float:left; width:30%; margin:.8em 1%; padding:1em 0em; text-align:center; cursor:pointer;  }
.main .container .w100 .list-habitaciones li:hover{ 
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(45deg, #ffffff 0%, #ebe5d9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ebe5d9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #ffffff 0%,#ebe5d9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #ffffff 0%,#ebe5d9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #ffffff 0%,#ebe5d9 100%); /* IE10+ */
background: linear-gradient(45deg, #ffffff 0%,#ebe5d9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebe5d9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main .container .w100 .list-habitaciones li img{ width:90%; height:auto; padding:2px; border:solid 1px #CCCCCC; }
.main .container .w100 .list-habitaciones li div{ display:block; margin:.3em 0em;}
.main .container .w100 .list-habitaciones li div.price label{ font-weight:bold; }
.main .container .w100 .list-habitaciones li div.c-iva{ font-size:80%; font-style:italic; }

.main .container .w100 .bx-contacto{ display:block; }
.main .container .w100 .bx-contacto .left{ float:left; width:48%; }
.main .container .w100 .bx-contacto .right{ float:right; width:50%; margin-top:1em; }

.main .container .w100 .bx-contacto .bx-address{ background:#FFFFFF; margin:0em 1em 2em 1em; padding:0.5em 1em; box-shadow:0px 1px 3px #999; }
.main .container .w100 .bx-contacto .bx-address .fono{ background:url(images/icon_phone.png) no-repeat left; padding:.1em 0em .1em 1.5em; margin-top:.8em; margin-bottom:.5em; }
.main .container .w100 .bx-contacto .bx-address .email{ background:url(images/icon_email.png) no-repeat left; padding:.1em 0em .1em 1.5em;}
.main .container .w100 .bx-contacto .bx-address .social{ width:100%; margin-top:.8em; border-top:dotted 1px #CCCCCC; padding-top:.5em; padding-left:2em;  }
.main .container .w100 .bx-contacto .bx-address .social li{ display:inline; padding:0px .2em; }


/* Estilos del formulario */
form.contacto {
    margin: 25px auto 0;
    width: 95%;
}
form.contacto fieldset {

}
form.contacto fieldset > div {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
form.contacto fieldset div label {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    text-align: right;
    width: 84px;
}
form.contacto input[type="text"], form.contacto textarea {
    background: #FFF;
    border: 1px solid #E8E8E8;
    color: #626262;
    display: block;
    float: left;
    padding: 8px;
    resize: none;
    width: 265px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}
form.contacto input[type="text"]:focus, form.contacto textarea:focus {
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    outline: none;
}
form.contacto .ultimo{
    margin-bottom: 0;
    position: relative
}
form.contacto input[type="button"] {
    background: #444444;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    height: 32px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
	margin-right:3.5em;
	cursor:pointer;
}
form.contacto button:hover{
    background: #6A6A6A;
}
 
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    top: 5px;
}
.msg{
/*    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    min-width: 121px;*/
}
.msg_ok{
    background: #589D05; padding:0.3em 1em; color:#FFFFFF; margin:1em auto; 
}
.msg_error{
    background: red;
}


footer{ 
	clear:both; 
	border-top:solid 1px #FFFFFF; 
	padding-top:1em; 
	background: white; 
	padding-bottom:1em; 
	font-size:72%; 
	color:#999999; 
	font-weight:normal; 
	line-height:150%; 
}
footer .left{ 
	width:50%; 
}
footer .right{ 
	float:right; 
}
footer .banners{ 
	width:100%; 
}
footer .banners li{ 
	display:block; 
	float:left; 
	width:13%;  
}
footer .banners li img{ 
	width:90%; 
}
footer div label{ 
	font-weight:bold;
}
footer .banners li a{ 
	font-size : 4em;
	color: #969696;
	transition : color 1s;
}
footer .banners li a:hover {
	transition : color 0.5s;
}
footer .banners li a.a:hover {
	color: #0077b4;
}
footer .banners li a.b:hover {
	color: #ff9a00;
}
footer .banners li a.c:hover {
	color: #5ea9dd;
}
footer .banners li a.d:hover {
	color: #3c5a98;
}