﻿@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:#565656;
}

body { background:#000 url(../images/bg.png) repeat-x left bottom; }

ul { list-style:none;}

a img, :link img, :visited img { border:none; }

a:link { color:#a18f47; text-decoration:none;}
a:visited { color:#666666; text-decoration:none;}
a:hover, a:active { color:#333333; 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;
}

#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:#a18f47;
}

#language a:link, #language a:visited {
	color:#fff;
	text-decoration:none;
}

#language a:hover, #language a:active {
	color:#fff;
	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:28px;
	z-index:700;
	text-indent:-4000px;
}

#header p.img {
	display:block;
	width:493px;
	margin:0 auto 10px auto;
}

#header address {
	background: url(../images/bgaddress.jpg) no-repeat top center;
	height: 131px;
	width: 156px;
	position:absolute;
	top:-20px;
	right:28px;
	padding: 20px 5px 0 10px;
}


#header address p { 
	margin:0 10px;
	font-size:0.9em;
	color:#fff;
}

#header address p a { 
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#header address p a:hover, #header address p a:active { color: #ccc;}

#header p.hotelsearch a {
	background: url(../images/logo-hs.jpg) no-repeat center top;
	height: 23px;
	width: 200px;
	display:block;
	text-indent:-5000px;
	position:relative;
	bottom:10px;
	left:25px;
}

/* Menú */
/*---------------------------------------------------------------------------------*/

#menu {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-size: 95%;
	font-weight: bold;
	display:block;
	height:36px;
	background: #48160d  url('../images/bgmenu-der.jpg') no-repeat right top;
}

#menu li {
	float:left;
	padding:0 10px;
	line-height:36px;
}

#menu li.first {
	background:url('../images/bgmenu-izq.jpg') no-repeat left top;
	padding-left:26px;
}

#menu li a {
	color:#fff;
	text-decoration:none;
}

#menu li a:hover, #menu li a:active { text-decoration:underline; }


/* 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 */
/*---------------------------------------------------------------------------------*/

#contents h2 { 
	font-size: 120%;
	color:#a18f47;
	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;
}

#column01 h2, #column02 h2 {
	font-size: 120%;
	color:#a18f47;
	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;
}
/* FAQS */
/*---------------------------------------------------------------------------------*/
.faq { color:#a18f47;}

/* Listas */
/*---------------------------------------------------------------------------------*/

#column01 ol  { margin: 15px 22px; }

#column01 ol li { margin: 5px 0;}

#contents ul {
	margin: 15px 22px;
}

#contents 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');
}

/* Enlaces */
/*---------------------------------------------------------------------------------*/

p.top { text-align:right;}
.top a{
	padding-right:18px;
	background: url(../images/ico_top.gif) no-repeat right center;
	color:#a18f47;
}


/* GoogleMap */
/*---------------------------------------------------------------------------------*/

#googlemap { margin-left:10px; }



/* Reviews */
/*---------------------------------------------------------------------------------*/

#opiniones {
	font-size: 0.9em;
	margin-left:-30px;
}

#hsRating .small {
	width: 24em;
	text-align: center;
	font-style: italic;
	clear: left;
	font-size: 9px;
}


/*---------------------------------------------------------------------------------*/
/*----------------------------- VARIOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
