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

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

* { margin:0; padding:0; z-index:0} 

body { font-size:80%; }

body, p, div, ol, ul, li, form, select, input, table, tr, td, th { 
	font-family: 'Arial', Helvetica, sans-serif;
	color:#5e5c98;
}

body { background:#8781be url(../images/bg.png) repeat-x left bottom; }

ul { list-style:none;}

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

a:link {
	color:#596745;
	text-decoration:none;
}
a:visited { color:#859aad; text-decoration:none;}
a:hover, a:active { color:#9ab378; text-decoration:underline; }

*:focus { outline:none; }

address {
	font-style:normal;
	text-align: center;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTRUCTURA  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Container */
/*---------------------------------------------------------------------------------*/


#container {
	width: 940px;
	margin:35px auto 0 auto;
	background:url(../images/border-sup.png) no-repeat left top;
	padding-bottom:30px;
}

* html #container {
	width: 940px;
	margin:35px auto 0 auto;
	background:url(../images/border-sup.jpg) no-repeat left top;
	padding-bottom:30px;
}

#subContainer { /* Para pintar los bordes laterales */
	width:940px;
	background:url(../images/border-lateral.png) repeat-y;
	position:relative;
	top:28px;
}

/* Idiomas */
/*---------------------------------------------------------------------------------*/

#language {
	position:absolute;
	top:0;
	right:5px;
	font-weight:bold;
	line-height:29px;
	color:#2e3192;
}

#language a:link, #language a:visited {
	color:#fff;
	text-decoration:none;
}

#language a:hover, #language a:active {
	color:#46562e;
	text-decoration:underline;
}

/* Cabecera */
/*---------------------------------------------------------------------------------*/

#header h1 {
	background: url(../images/bgtitle.jpg) no-repeat top center;
	height: 141px;
	width: 165px;
	position:absolute;
	margin-top:-63px;
	left:26px;
	z-index:700;
	text-indent:-4000px;
	font-size: 140%;

}

.foto {
	display:block;
	width:493px;
	margin:0 auto 20px 202px;
}

#header address {
	background: url(../images/bgaddress.jpg) no-repeat top center;
	height: 150px;
	width: 220px;
	position:absolute;
	top:-10px;
	right:0px;
	padding: 20px 10px 0 10px;
	margin:0 5px;
	font-size:1em;
	color:#fff;
}

#header address a { 
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#header address a:hover, #header address a:active { color: #9ab378;}

#header .hotelsearch {
	height: 23px;
	width: 235px;
	display:block;
	text-indent:-5000px;
	position:relative;
	bottom:10px;
	left:15px;
}
#header .hotelsearch a {
	background: url(../images/logo-hs.jpg) no-repeat center top;
	height: 23px;
	width: 235px;
	display:block;
	text-indent:-5000px;
}

/* Menú */
/*---------------------------------------------------------------------------------*/

#menu {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-size: 95%;
	font-weight: bold;
	display:block;
	height:36px;
	background: #5e5c98  url('../images/bgmenu-der.jpg') no-repeat right top;
}

h2 {
	float:left;
	padding:0 10px;
	line-height:36px;
	font-size: 120%;
}

h2.first {
	background:url('../images/bgmenu-izq.jpg') no-repeat left top;
	padding-left:26px;
}

h2 a:link {
	color:#fff;
	text-decoration:none;
}

h2 a:hover, h2 a:active { text-decoration:underline; color:#9ab378; }


/* Contenidos */
/*---------------------------------------------------------------------------------*/

#contents {
	padding:20px 270px 30px 290px ;
	position:relative;
	min-height:200px;
}

* html #contents { height:200px;}

#contents p {
	margin:10px;
	line-height:1.3;
}


/* Columnas */
/*---------------------------------------------------------------------------------*/

#column01 {
	position:absolute;
	width:245px;
	top:20px;
	left:35px;
}

#column02 {
	position:absolute;
	width:230px;
	top:20px;
	right:23px;
}


/* Pie de página */
/*---------------------------------------------------------------------------------*/

#footer {
	position:relative;
	bottom:-28px;
	left:0;
	background: url('../images/border-inf.png') no-repeat bottom;
	height:31px;
	z-index:40;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTILOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Headings */
/*---------------------------------------------------------------------------------*/

h3 { 
	font-size: 110%;
	color:#9ab378;
	background:url(../images/ico2.gif) no-repeat left center;
	line-height:40px;
	height:40px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}

h4 { 
	font-size: 110%;
	color:#5e5c98;
	background:url(../images/ico.gif) no-repeat left center;
	line-height:40px;
	height:40px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}


/* FAQS */
/*---------------------------------------------------------------------------------*/
.faq { color:#5e5c984;}

/* Listas */
/*---------------------------------------------------------------------------------*/

#column01 ol  { margin: 15px 22px; }

#column01 ol li { margin: 5px 0;}

#contents ul, #contents dl {
	margin: 15px 22px;
}

#contents ul li {
	margin:5px 12px;
	list-style-image:url(../images/ico_normal.gif);
	line-height:18px;
}
#contents dt {
	padding-left:20px;
	line-height:18px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	margin-left:-25px;
	background:url(../images/ico_normal.gif) no-repeat left;
}

/*Fotos*/
/*---------------------------------------------------------------------------*/

.photoGallery {
	text-align:center;
	margin-top:55px;
}

.photoGallery img { padding: 0 15px;}

.photoGallery span.mask  {
	background: transparent url(../images/mask_photos.png) no-repeat center center;
	height: 219px;
	width: 219px;
	margin-top: -205px;
	position: relative;
	z-index: 15;
	display: block;
	font-size: 90%;
	margin-bottom: 15px;
	}

* html .photoGallery span.mask {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mask_photos.png');
}

.photoGallery span.mask:hover { background: url(../images/mask_photos_over.png) no-repeat center; }

* html .photoGallery span.mask:hover {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mask_photos_over.png');
}

/* Enlaces */
/*---------------------------------------------------------------------------------*/

.top {float:right; display:block; text-align:right;}

.top a {
	padding-right:18px;
	background: url(../images/ico_top.gif) no-repeat right center;
	color:#596745;
}


/* GoogleMap */
/*---------------------------------------------------------------------------------*/

#googlemap { margin-left:10px; }

#offers_container {text-align:center;}

/* Reviews */
/*---------------------------------------------------------------------------------*/

#opiniones {
	font-size: 0.9em;
	margin-left:-30px;
}

#hsRating .defaultBox {height:308px !important}
/*---------------------------------------------------------------------------------*/
/*----------------------------- VARIOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/


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

