@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: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#403d33;
}

body {
	background:#495b84 url(../images/bg.jpg) repeat-x left bottom;
}

ul { list-style:none;}

a img, :link img, :visited img { border:none; }

a:link {
	color:#495a85;
	text-decoration:none;
}
a:visited { color:#701707; text-decoration:none;}
a:hover, a:active { color:#495a85; text-decoration:underline; }

*:focus { outline:none; }

address {
	font-style:normal;
	text-align: center;
	color: #495b84 !important;
}

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:#495a85;
}

#language a:link, #language a:visited {
	color:#FFF;
	text-decoration:none;
}

#language a:hover, #language a:active {
	color:#FFF;
	text-decoration:underline;
}

/* Cabecera */
/*---------------------------------------------------------------------------------*/

 h1 {
	background: url('../images/bgtitle.png') no-repeat top center;
	height: 141px;
	width: 165px;
	position:absolute;
	margin-top:-20px;
	left:25px;
	z-index:700;
	text-indent:-4000px;
}

 .img {
	display:block;
	width:478px;
	height:126px;
	margin:0 auto 10px 200px;
	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:-20px;
	right:18px;
	padding: 20px 5px 0 5px;
	margin:0 0px;
	font-size:0.9em;
	color:#0DA5C0;
}

 address a {
	color: #670540;
	text-decoration:none;
	font-weight:bold;
}

address p a:hover, address a:active {
	color: #A3E5E8;
}


/* Menú */
/*---------------------------------------------------------------------------------*/

.menuContainer {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-size: 95%;
	font-weight: bold;
	display:block;
	height:36px;
	background: #495b84;
}

.menuContainer li{
	float:left;
	padding:0 10px;
	line-height:36px;
	color:#DA6361;
}
.menuContainer li a{
	color:#FEF6B9;
	}

.menuContainer li h3 {font-size:100%; color:#bfd8f7;}
.menuContainer li h3 a {color:#fef6b9;}

.menuContainer li a :link, .menuContainer li a :visited {
	color:#DA6361;
	text-decoration:none;
}

.menuContainer li a:hover, .menuContainer li a:active {
	text-decoration:underline;
	color:#FFFFFF;
}

.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:400px;
}
#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:0;
	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:#495b84;
	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:#a65750;
	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;
	
}

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;
	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');
}

#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 */
/*---------------------------------------------------------------------------------*/

#googlemap { margin-left:10px; }
.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:#fef6b9; width:95%; margin-left:24px; height:30px; text-align:center; padding:10px 0 0 0}

/*---------------------------------------------------------------------------------*/
/*----------------------------- VARIOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
