@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------*/
/*----------------------------- NORMALIZACION  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

* { margin:0; padding:0; z-index:0} 

body, p, div, ol, ul, li, form, select, input, table, tr, td, th { 
	font-family: 'Arial', Helvetica, sans-serif;
	color:#024784;
}

body {
	background:#959595 url('../images/bg.png') repeat-x left top;
	font-size:80%;
}

html {overflow:scroll;}

ul { list-style:none;}

a img, :link img, :visited img { border:none; }

a:link {
	color:#024784;
	text-decoration:none;
}
a:visited { color:#024784; text-decoration:none;}
a:hover, a:active {color:#024784; text-decoration:underline; }

*:focus { outline:none; }

address {
	font-style:normal;
	text-align: center;
}

p { line-height:20px;}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTRUCTURA  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Container */
/*---------------------------------------------------------------------------------*/

#container {
	width: 940px;
	margin:35px auto 0 auto;
	background:url('../images/border-sup.png') 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:-60px;
	right:5px;
	font-weight:bold;
	line-height:29px;
	color:#959595;
	background:none;
}

#language a:link, #language a:visited {
	color:#024784;
	text-decoration:none;
}

#language a:hover, #language a:active {
	color:#959595;
	text-decoration:underline;
}

/* Cabecera */
/*---------------------------------------------------------------------------------*/

 h1 {
  background: url('../images/bgtitle.jpg') no-repeat top center;
  height: 141px;
  width: 165px;
  position:absolute;
  margin-top:-20px;
  left:22px;
  z-index:700;
  text-indent:-4000px;
  top: 5px;
}

 .img {
	display:block;
	width:478px;
	height:126px;
	margin:0 auto 20px 203px;
	background:url('../images/fotocabecera.jpg') no-repeat left top;
	text-indent:-100000px;
}

address {
  background: url('../images/bgaddress.jpg') no-repeat top center;
  height: 141px;
  width: 220px;
  position:absolute;
  top:-15px;
  right:19px;
  padding: 20px 5px 0 5px;
  margin:0 0px;
  font-size:0.9em;
  color:#024784;
}

address a:link, address a:visited {
	color: #002448;
	text-decoration:none;
	font-weight:bold;
}

address a:hover, address a:active {
	color: #959595;
}


/* Menú */
/*---------------------------------------------------------------------------------*/

.menuContainer {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-size: 95%;
	font-weight: bold;
	display:block;
	height:36px;
	background: #d4d4d4 url('../images/bgmenu-der.jpg') no-repeat right top;
}

.menuContainer li {
	float:left;
	padding:0 10px;
	line-height:36px;
	color:#DA6361;
}

.menuContainer li h3 {font-size:100%; color:#002448;}
.menuContainer li h3 a {color:#002448;}

.menuContainer li.first {
	background:url('../images/bgmenu-izq.jpg') no-repeat left top;
	padding-left:26px;
}

.menuContainer li a:link, .menuContainer li a:visited {
	color:#002448;
	text-decoration:none;
}

.menuContainer li a:hover, .menuContainer li a:active {
	text-decoration:underline;
	color:#667e93;
}

.menuContainer .current a {text-decoration:underline; color:#FFFFFF; }

/* Contenidos */
/*---------------------------------------------------------------------------------*/

#content {
	padding:0px ;
	position:relative;
	min-height:400px;
}

* html #content { height:400px;}

#content p {
	margin:10px;
}

#inicio {
	padding:20px 270px 30px 290px;
	height:500px;
}
#location, #rooms, #services, #faq {
	position:relative;
	padding:20px 20px 30px 285px;
}
#photos {
	padding:20px 20px 30px 20px;
	clear:both;
}


/* 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:1px;
	background: url('../images/border-inf.png') no-repeat bottom;
	height:31px;
	z-index:20;
}

#footer p.hotelsearch {
    display:block;
    text-indent:-5000px;
    position:relative;
    bottom:12px;
	  left:20px;
}
#footer p.hotelsearch a {
    background: url('../images/logo-hs.jpg') no-repeat right top;
    height: 30px;
    width: 95%;
    display:block;
    text-indent:-5000px;
	  border-top:dotted 1px #3e3e3e;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTILOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Headings */
/*---------------------------------------------------------------------------------*/

#content h2 {
	font-size: 120%;
	color:#024784;
	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;
}

.column01 h2, .column02 h2 {
	font-size: 120%;
	color:#024784;
	background:url('../images/ico.gif') no-repeat left center;
	line-height:40px;
	height:40px;
	border-top:none;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}
#content h2.first, .column01 h2.first, .column02 h2.first {
	border-top: none;
}

#content h3 {
	font-size:105%;
	font-weight:bold;
}


/* FAQS */
/*---------------------------------------------------------------------------------*/
dl.normal dt {

	background:url('../images/ico_normal.gif') no-repeat left 3px;
	padding-left:15px;
	line-height:18px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
}

dl.normal dd  { margin:0 0 5px 20px;}


/* Listas */
/*---------------------------------------------------------------------------------*/

.column01 ol  { margin: 15px 22px; }

.column01 ol li { margin: 5px 0;}

#content ul {
	margin: 15px 22px;
}

#content ul li {
	margin:5px 12px;
	list-style-image:url('../images/ico_normal.gif');
	line-height:18px;
}

/*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;	
	position: relative;
	z-index: 15;
	display: block;
	font-size: 90%;
	margin:-205px 0 15px 0;
}

.photoGallery span.mask:hover { background: url('../images/mask_photos_over.png') no-repeat center; }

#photos .photoGallery a {float:left; display:inline;}

/* Enlaces */
/*---------------------------------------------------------------------------------*/

p.top {text-align:right;}

.top a {
	padding-right:18px;
	background: url('../images/ico_top.gif') no-repeat right center;
	color:#0da5c0;
}

/* GoogleMap */
/*---------------------------------------------------------------------------------*/
#gmap {
width:600px;
height:360px;
}
#map {top:50px!important; left:50px!important}
.zoom {background: url('../images/zoom.png') left center no-repeat; padding-left:26px;}

/* Offers */
/*---------------------------------------------------------------------------------*/
#offers_container {text-align:center;}

/* Reviews */
/*---------------------------------------------------------------------------------*/

#reviews {margin-bottom:30px;}
div#hsRating.hsRating {border:none!important;}

/* Framereservation */
/*---------------------------------------------------------------------------------*/
#framereservation {background:#667e93; width:95%; margin-left:23px; height:30px; text-align:center; padding:10px 0 0 0}

/*---------------------------------------------------------------------------------*/
/*----------------------------- VARIOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
