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


/*---------------------------------------------------------------------------------*/
/*----------------------------- NORMALIZACION  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

* { margin:0; padding:0;} 
body { font-size:90% ;}
body, p, div, ul, li, form, select, input, table, tr, td, th { 
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#77704D;
}

body { background-color:#FFF;}

ul { list-style:none;}

a img, :link img, :visited img { border:none; }

a:link { color:#00C; text-decoration:underline;}
a:visited { color:#609; text-decoration:underline;}
a:hover, a:active { color:#C00; text-decoration:underline; }

address { font-style:normal; }


/*---------------------------------------------------------------------------------*/
/*------------------------------------ LAYOUT  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

#container {
	width:900px;
	margin: 0 auto;
}

#lang {
	height:24px;
	line-height:24px;
	text-align:right;
	padding-right:15px;
}

#title, #credits {
	display:block;
	height:90px;
	width:900px;
	background-color:#C1BB9F;
}

#credits {
	margin-top:10px;
	text-align:center; }

#credits img { margin-top:5px; }

#navigation {
	display:block;
	width:260px;
	float:left;
	margin-top:16px;

}	

#contents {
	display:block;
	width:624px;
	float:left;
	margin-top:16px;
	margin-left:16px;

}

#address {
	text-align:center;
	font-size:90%;
	margin:15px 0; 
}






/*---------------------------------------------------------------------------------*/
/*-------------------------------- AESTHETICS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

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

ul#menu li {
	display:block;
	height:28px;
	line-height:28px;
	border-bottom:solid 1px #C1BB9F;
	color:#535100;
	padding-left:20px;
}

ul#menu li a {
	text-decoration:none;
	color:#535100;
}

ul#menu li a:hover, ul#menu li a.selected {
	padding-right: 80px;
	background:url(../images/menu_select.png) right no-repeat;
	font-weight:bold;
}

/*------------------------------------ HEADINGS  ------------------------------------*/

#title h1 {
	line-height:90px;
	color:#FFF;
	font-size:190%;
	background:url(../images/logo.png) no-repeat 5px 5px;
	padding-left:195px;
}

#title h1 a{
	text-decoration:none;
	color:#fff;
	z-index:20;
}

#contents h2 {
	margin-bottom:30px;
	padding-left: 85px;
	background:url(../images/heading_left.png) left no-repeat;
	color:#535100;
	text-transform:uppercase;
	font-size:140%;
	font-weight:normal;
}

#contents h2 span{
	padding-right: 85px;
	background:url(../images/heading_right.png) right no-repeat;
}

.box h2 {
	font-size:100%;
	height:28px;
	line-height:28px;
	margin-left:20px;
	color:#535100;
}

#contents h3 {
	margin-bottom:30px;
	padding-left: 85px;
	background:url(../images/heading_left.png) left no-repeat;
	color:#535100;
	text-transform:capitalize;
	font-size:140%;
	font-weight:normal;
}
/*------------------------------------ BOXES  ------------------------------------*/

.box {
	background-color:#E4DEC5;
	margin-bottom:16px;
}

.boxTop {
	height:16px;
	background:url(../images/box_top.png) no-repeat top;
}
.boxBottom {
	height:16px;
	background:url(../images/box_bottom.png) no-repeat bottom;
}

.boxBooking {
	width:242px;
	margin: 0 auto;
}

#contents .boxBooking {
	margin: 0 15px 0 30px;
	float:left;
}

.boxBookingTop {
	height:15px;
	background:url(../images/booking_top.png) no-repeat top;
	font-size:0;
}
.boxBookingBottom {
	height:15px;
	background:url(../images/booking_bottom.png) no-repeat bottom;
	margin-bottom:8px;
	font-size:0;
}
.boxBookingMiddle {
	background-color:#fff;
	border-left: solid 1px #D1CCB7;
	border-right: solid 1px #D1CCB7;
	padding:0 8px;
}
/*------------------------------------ MASKS  ------------------------------------*/

.maskTitle {
	height:90px;
	margin-top:-90px;
	width:900px;
	display:block;
	position:relative;
	z-index:5;
	background:url(../images/mask_top_bottom.png) no-repeat;
}

.maskPhotoBig {
	height:291px;
	margin-top:-291px;
	width:624px;
	display:block;
	position:relative;
	z-index:5;
	background:url(../images/mask_photo_big.png) no-repeat;
}

.maskPhotoMedium {
	height:152px;
	margin-top:-152px;
	width:152px;
	display:block;
	position:relative;
	z-index:5;
	background:url(../images/mask_photo_medium.png) no-repeat;
}

.maskPhotoSmall {
	height:102px;
	margin-top:-102px;
	width:102px;
	display:block;
	position:relative;
	z-index:5;
	background:url(../images/mask_photo_small.png) no-repeat;
}


/*------------------------------------ PHOTOS  ------------------------------------*/

.photoBig {
	margin:0 0 25px 0;
}

.photoMedium {
	float:right;
	margin-left:30px;
	cursor:pointer;
}

a.phototb {
	width:102px;
	height:102px;
	margin:4px 4px;
	float:left;
	display:block;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
/*------------------------------------ LISTS  ------------------------------------*/

ol.decimal {
	margin:15px 30px 15px 50px;
}

ol.decimal li {
	list-style-type:decimal;
	list-style:decimal;
	margin-top:6px;
	margin-bottom:6px;
}

ul.list01 { 
	margin:15px 30px 15px 60px;
}

ul.list01 li { list-style-image:url(../images/ico01.png)}

ul.list02 { 
	margin:15px;
}

ul.list02 li { 
	list-style-image:url(../images/ico02.png);
	margin-left:30px;
}

ul.faq li {
	list-style-image:url(../images/ico01.png);
	margin-left:45px;
	margin-bottom:15px;
	color:#535100;
	font-weight:bold;
}

ul.faq li p {
	font-weight:normal;
}



/*------------------------------------ OFFERS  ------------------------------------*/

#offerslink_ .offerDetails { 
	padding-left: 55px;
	background:url(../images/offers.png) no-repeat left;
	height:70px;
	margin-left:5px;
}

#offerslink_ h2 {
	font-size:120%;
	background:none;
	padding:0;
	margin:0 0 15px 0;
}

#offerslink_ .boxBookingMiddle p {
	margin: 8px 0;
}



/*------------------------------------ QUICKCHECKGRAPH  ------------------------------------*/

.quickcheckgraph {
	background:url(../images/quickcheckgraph.png) no-repeat left;
	line-height: 46px;
	height:46px;
	padding-left:74px;
	margin-left:30px;
	margin-bottom:30px;
}

#closegraph {
	margin:0 30px;
	text-align:right;
	background:url(../images/close.gif) right no-repeat;
	padding-right:25px;
}
/*------------------------------------ MISC.  ------------------------------------*/

address{
	font-style:normal;
	border: double 3px #C1BB9F;
	margin:20px 0px;
	width:230px;
	padding:10px;
	float:left;
}

.text {
	margin:10px 30px;
	text-align:justify;
}
/*
#googlemap {
	border: solid 3px #C1BB9F;
	padding:3px;
	background-color:#fff;
}*/

.googleMap {
	text-align:right;
	padding-right:20px;
	background:url(../images/zoom.png) no-repeat right;
	margin-bottom:25px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ---------------------- ENCUESTAS ----------------------------- */

#reviews {
	float:left;
	width:250px;
	margin: 20px 30px;
	padding:7px 0 0 10px;
	border:double 3px #C1BB9F;;
}

#reviews_box p { margin:5px 0px;}

#reviews_box p.more {
background: url(http://www.hotelsearch.com/imagesv01/more_up.gif) no-repeat left;
padding-left:18px;
}

#reviews_box p.more:hover {
    background: url(http://www.hotelsearch.com/imagesv01/more_over.gif) no-repeat left;
    padding-left:18px;
}

#reviews_box p.small { 
	margin:8px 0 0 -10px;
	padding:5px;
	text-align:right;
	font-size:10px;
	border-top:dashed 1px #C1BB9F;
	font-style:italic;
}

/* ------------------------ LARGA ------------------------------------ */

#reviews_long { margin-left:15px;font-size:95% }

#reviews_long img {border:none;}


#reviews_long span.more, #reviews_long span.more:hover {
	float:right; 
	padding-right:15px; 
	cursor: pointer; 
	cursor: hand;
	padding-left:18px;
}

#reviews_long span.more {
	background: url(http://www.hotelsearch.com/imagesv01/more_up.gif) no-repeat left;

}

#reviews_long span.more:hover {
	background: url(http://www.hotelsearch.com/imagesv01/more_over.gif) no-repeat left;
}


#reviews_long .recommend {
	margin-top:10px;
	width:450px; 
	margin-bottom:15px;

	}

#reviews_long .recommend th {
	border-bottom: solid 1px #509514;
	padding: 2px 3px;
}

#reviews_long .recommend th.yes {
	color:#FFF; 
	background-color:#509514;
}
#reviews_long .recommend th.no {
	color:#FFF; 
	background-color:#CC0000;
}
#reviews_long .recommend th.dontknow {
	color:#000; 
	background-color:#fc3;
}

#reviews_long .recommend td.title {
	text-align:left;
	font-weight:bold;
}

#reviews_long .recommend td {
	background-color:#D7EB9A;
	border-bottom: solid 1px #509514;
	text-align:center;
	padding: 2px 3px;
}

#reviews_long .details {
	background-color:#D7EB9A;
	border-top: solid 1px #509514;
	border-bottom: solid 1px #509514;
	margin-top:4px;
}

#reviews_long .details th {
	text-align:left;
	padding: 2px 10px 2px 3px;
	font-weight:normal;

}

#reviews_long .details td { padding: 2px 3px; }

#titleDivOffers {display:none!important}

#offersHs h2 {background:none!important; padding:0px!important}