@import url("reset.css");
@import url("lytebox.css");
/* CSS Document */
body {
	background: #2a2a2a;
	color: #2a2a2a;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a {color: #75664e; text-decoration: none;}

a:hover {color:#2e2e2e; text-decoration: underline;}

h1 {font-size:30px}

h2 {
	font-size:17px; font-weight: 100;	
}

h3 {font-size:16px; font-weight:bold; color:#6d5e46; margin:1em 0; border-bottom:1px solid #cccccc}
.subh3 {font-size:15px; color:#a89981}


p {line-height:20px; margin-top:10px;}

strong {font-weight:bold}

.pusher {clear:both}

#container {
	margin: 20px auto 0 auto;
	width:960px;
	background-color: #fff;
	position:relative;
}
ul.language {position:absolute; top:0; right:0; background-color:#2a2a2a; width:100%; text-align:right; height:30px;}

.language li {
	float:left;
	display:inline;
	padding:0.1em 0.8em;
	border-right: 1px solid #fff;
}
.language li.marcado {color:#f79b08;}
.language li a{color:#FFFFFF}
.language li a:hover {color:#f79b08}

.header {
	background:url(../images/bgheader.jpg) no-repeat left bottom; width:960px; height:193px;
}

.logo a {
	width:410px;
	height:180px;
	margin-left: 0px;
	text-indent: -10000px;
	display:block;
	margin-top: 30px;
}

ul.menu {
	width:960px;
	background-image: url(../images/bgmenu.jpg);
	background-repeat: repeat-x;
	height: 37px;
	line-height:37px;
	text-align:center;
}
.menu li {
	float:left;
	display:inline;
	padding:0 1em;
	color:#fff;
	cursor:pointer;
}
.menu li:hover {color:#a79880}

#framereservation {
	height:45px;
	width:960px;
	background-image:url(../images/bgreservation.jpg);
	background-repeat: repeat-x;
	text-align:center;
	background-color:#2a2a2a;
	padding-top:20px;
}
#descripcion, #loc, #rooms, #services, #photos, #faqs, #booking, #contact {
	width:960px;
	background-color: #FFFFFF;
	background-image: url(../images/bgcontent.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:200px;
	padding-top:10px;
	display:block;
}
#descripcion, #loc, #rooms, #services, #photos, #faqs, #booking, #contact {display:block;}


.columna1 {float:left; display:inline; width:600px; padding:10px; min-height:200px;}
.columna2 {float:left; display:inline; width:320px; padding:10px; min-height:200px;}
.columna3 {float:left; display:inline; width:900px; padding:10px; min-height:200px;}

.footer {
	background-image:url(../images/bgfooter.jpg);
	width:960px;
	height:81px;
	text-align:center;
	padding-top:10px;
	color:#fff;
	line-height:16px;
	background-color: #7c7d7c;
	background-repeat: repeat-x;
	background-position: left top;
}
.footer a {color:#f79b08}

.type{ display:none}
.email {clear:both;}

ul.normal {
	margin:15px 0px 15px 5px;
	list-style-type: circle;
}

ul.normal li {
	margin:5px 10px;
	line-height:18px;
}

dl.normal {
	margin:10px 20px 10px 50px;
	color:#565656;
}

dl.normal dt {
	background:url(../images/dot_list.gif) no-repeat left top;
	padding-left:25px;
	line-height:18px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	margin-left:-25px;
	color:#272117;
	line-height:20px;
}
dl.normal dd  {margin-bottom:8px;	line-height:20px;}


#hsRating .defaultBox {height: 280px !important;}

#gmap {padding:5px; border:1px solid #cccccc;}

.columna2 a img {margin-right:2px; margin-top:30px;}
.columna3 a img {margin-right:10px; margin-top:10px;}

a:link img, a:visited img, a:link img, a:visited img {border:2px solid #75664e; padding:1px;}
a:hover img, a:active img, a:hover img, a:active img {border:2px solid #2e2e2e; padding:1px;}

form p {font-weight:bold}

.offers_es a:link, .offers_es a:visited {
  background:url('../images/bg_offers_es.png') no-repeat;
	width:150px;
	height:100px;
	display:block;
	text-indent:-100000px;
	position:absolute;
	top:30px;
	right:0px;
}
.offers_es a:hover, .offers_es a:active {
  background:url('../images/bg_offers_es_hover.png') no-repeat;
}

.offers_en a:link, .offers_en a:visited {
  background:url('../images/bg_offers_en.png') no-repeat;
	width:150px;
	height:100px;
	display:block;
	text-indent:-100000px;
	position:absolute;
	top:30px;
	right:0px;
}
.offers_en a:hover, .offers_en a:active {
  background:url('../images/bg_offers_en_hover.png') no-repeat;
}

.offers_fr a:link, .offers_fr a:visited {
  background:url('../images/bg_offers_fr.png') no-repeat;
	width:150px;
	height:100px;
	display:block;
	text-indent:-100000px;
	position:absolute;
	top:30px;
	right:0px;
}
.offers_fr a:hover, .offers_fr a:active {
  background:url('../images/bg_offers_fr_hover.png') no-repeat;
