/* TAG's Default v2.9 */

/*
    Style Index
	-----------------------------------
	0. Reset
	1. Generic
    2. Layout
    3. Logo, Header and Main Navigation
    4. Content
    5. Footer
*/

/* 0. Reset /////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
							{ padding: 0px; margin: 0px; border: 0;}
table						{ border-collapse: collapse; border-spacing: 0; }
a img,:link img,:visited img{ border: none; }
:focus						{ outline: none; }

/* 1. Generic /////////////////////////////////////////////////////////////////////////////////// */
body						{ font: normal 12px Georgia, "Times New Roman", Times, serif; color: #3F332A; margin: 0px; background: url(../i/df_bg1.gif) repeat left top; }
input, textarea, select		{ border: solid 1px #CCC; background-color: #FFF; padding: 2px; }
select						{ padding: 1px; }
a							{ color: #40342B; text-decoration: none; }
a:hover						{ color: #990000; text-decoration: underline; }
legend, .hidden, hr, button span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display:none; }
ol, ul						{ list-style: none; }
/* Varios */
.clear						{ clear: both; font-size: 1px; height: 1px; display:block; overflow: hidden; }
.radios						{ background: none;	border: 0; padding: 0; width: auto !important;}
.required					{ font: bold 12px Georgia, "Times New Roman", Times, serif; color: #990000; }
.no-required 				{ display:block; float:left; overflow: hidden; width: 10px; }
.input_error				{ border: solid 2px #C00; }
.bold						{ font-weight: bold !important; }

#body_off {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    height:100%;
    width:100%;
    display: none;
}
* html #body_off { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* Win Galeria */
#win_galeria {
	position: absolute;
	border: 2px solid #ccc;
	background-color: #FFF;
	width: 660px;
	height: 500px;
	margin-left: 50px;
	margin-top: 20px;
	padding: 5px;
	z-index: 150;
	display: none;
}

/* Botones y Links */
.df_b1 {
	font-size: 12px;
	color: #FFF;
	background: url(../i/df_b1.png) no-repeat center top;
	behavior: url(js/iepngfix.htc);
	display: block;
	float:left;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	/* settings */
	width: 128px;
	height: 32px;
	line-height: 28px;
}
.df_b1:hover {
	background-position: center bottom;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.df_b2 {
	background: url(../i/df_b2.png) no-repeat center top;
	behavior: url(js/iepngfix.htc);
	display: block;
	float:left;
	overflow: hidden;
	cursor: pointer;
	/*  settings */
	width: 20px;
	height: 20px;
}
.df_b2:hover {
	background-position: center bottom;
}
.df_b3 {
	font-size: 12px;
	color: #FFF;
	background: url(../i/df_b3.png) no-repeat center top;
	behavior: url(js/iepngfix.htc);
	display: block;
	float:left;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	/* settings */
	width: 178px;
	height: 32px;
	line-height: 28px;
}
.df_b3:hover {
	background-position: center bottom;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.df_link1{
	font-size: 14px;
	color: #E9E6DF;
	background: url(../i/df_arrow1.gif) no-repeat right 10px;
	padding: 2px 8px 2px 2px;
}
.df_link1:hover{
	color: #E9E6DF;
	text-decoration: none;
	padding: 2px 10px 2px 2px;
}
.df_link2{
	font-size: 14px;
	color: #40342B;
	background: url(../i/df_arrow3.gif) no-repeat right 10px;
	padding: 2px 8px 2px 2px;
}
.df_link2:hover{
	color: #40342B;
	text-decoration: none;
	padding: 2px 10px 2px 2px;
}
.df_close1 {
	background: url(../i/df_close1.gif) no-repeat center;
	width: 14px;
	height: 14px;
	display: block;
}
/* Window */
.win						{
	position: absolute;
	display: none;
	background: none;
	margin-top: 5px;
	width: 200px;
}
.win fieldset		{ background: none; background-color: #FFF; border: solid 1px #CCC; padding: 10px; }
.win .close			{
	padding: 0 !important;
	margin: 0 !important;
	float: right !important;
	display:block !important;
	background: url(../i/df_close1.gif) no-repeat center !important;
	
	width: 15px !important;
	height: 15px !important;
	overflow: hidden !important;
	margin-top: -2px !important;
}
.win .close:hover		{
	background-position: center !important;
}
.win .shw					{ display: block; background-color: #000; height: 2px; overflow: hidden; margin-left: 2px; clear: both; opacity: 0.25; filter: alpha(opacity=25); 	width: 98%; }		

/* Pager */
.pager						{ margin-top: 20px; overflow:hidden;	height:100%;	margin-bottom:10px !important;}
.pager-last					{ overflow:hidden; 	margin-bottom:0 !important;	height: 100%; background: url(../i/df_ln2.gif) no-repeat center top; padding-top: 10px; }

.pager-elements				{ float:left; margin-bottom:0 !important; }
.pager-ctrl					{ float:right; margin-bottom:0 !important; }
.pager-ctrl select			{ font-size:12px; color:#666; margin-left:2px; border:solid 1px #C5C5C5; }
.pager-ctrl select option 	{ font-size:12px; padding:0 5px; } 
.pager-ctrl a				{ margin:0 5px; color:#666; text-decoration:none; }
.pager-ctrl a.siguiente 	{ padding-right:8px; background:url(../i/df_arrow3.gif) no-repeat right 6px; }
.pager-ctrl a.anterior	 	{ padding-left:8px; background:url(../i/df_arrow4.gif) no-repeat left 6px; }
.pager-ctrl strong			{ margin:0 5px; }
.pager-ctrl span			{ padding-right:13px; margin-left:11px; }


/* 2. Layout /////////////////////////////////////////////////////////////////////////////////// */
#main {
	width: 990px;
	margin: 0 auto;
}
#content {
	background: url(../i/df_bg2_middle.gif) repeat-y center top;
	overflow: hidden;
	height: 100%;
	padding: 20px 35px 0 35px;
}
#footer {
	font-size: 12px;
	color: #E9E6DF;
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
#bg_bottom {
	background: url(../i/df_bg2_bottom.png) no-repeat center;
	behavior: url(js/iepngfix.htc);
	height: 65px;
	display: block;
}

/* 3. Logo, Header and Main Navigation /////////////////////////////////////////////////////////////////////////////////// */
#header {
	background: url(../i/df_bg2_top.png) no-repeat center top;
	behavior: url(js/iepngfix.htc);
	padding: 20px 35px 0 35px;
	height: 180px;
	margin: 10px 0 0 0;
}
#logo {
	float:left;
	margin: 5px 0 0 0;
}
#logo a {
	background: url(../i/logo_pg1.png) no-repeat center;
	behavior: url(js/iepngfix.htc);
	width: 105px;
	height: 120px;
	display: block;
	cursor: pointer;
}
#util_menu {
	padding: 2px;
	display: block;
	float: right;
	height: 20px;
}
#util_menu li {
	float: left;
	border-right: 1px solid #40342B;
	padding: 0 10px;
}
#util_menu li a{
	text-decoration:none;
	margin: 3px 5px 0 5px;
	display: inline-block;
	display: block;
}
#util_menu li.lng{
	float: left;
	border-right: 0;
	padding-right: 0;
	position: relative;
	#z-index: 3;
	}
#util_menu li.lng .win_lng {
	width: 130px;
	height: 125px;
	display: none;
	background: url(../i/win_lng_bg1.png) no-repeat left top;
	behavior: url(js/iepngfix.htc);
	padding: 30px 25px 25px 25px;
	position: absolute;
	z-index: 150;
	top: 50px;
	#left: 875px;
	#top: 20px;
	left: -110px;
}
#util_menu li.lng .win_lng .df_close1{
	display: block;
	float: right;
	margin-bottom: 20px;
	#margin-bottom: -8px;
}
#util_menu li.lng .win_lng p.lng {
	background: url(../i/df_bullet1.gif) left 7px no-repeat;
	padding-left: 10px;
	margin-top: 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	display: block;
	clear:both;
}
#util_menu li.lng .win_lng p.lng a {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}
#util_menu li a{
	font-size: 11px;
	color: #3F332A;
	text-decoration:none;
	display: inline-block;
	display: block;
}
#util_menu li a:hover {
	text-decoration:underline;
}

#menu{
	list-style-type: none;
	float: right;
	_width: 600px;
	min-width: 500px;
	margin-top: 70px;
	clear: right;
}
#menu li{
	float: left;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	border: 0;
	background: url(../i/df_m_ln1.gif) no-repeat right top;
}
#menu li.last{
	background: none;
	padding-right: 0;
}
#menu li a{
	font-size: 12px;
	color: #3F332A;
	padding: 2px 1px 10px 1px;
	display: inline-block;
	display: block;
	text-decoration: none;
}
#menu li a:hover{
	color: #3F332A;
	background: url(../i/df_m_bg1.gif) no-repeat center bottom;
	text-decoration: none;
}
#menu li a.active{
	color: #3F332A;
	background: url(../i/df_m_bg1.gif) no-repeat center bottom;
	text-decoration: none;
}

/* 4. Content /////////////////////////////////////////////////////////////////////////////////// */

/* Home */
#home #alpha .intro_txt {
	height: 295px;
	display: block;
	overflow: hidden;
}
#home #alpha .intro_txt p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
}
#home #alpha .rooms {
	margin-top: 30px;
}
#home #alpha .rooms h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	padding: 0 5px 5px 5px;
}
#home #alpha .rooms .gallery {
	background: url(../i/home_rooms_ln5.gif) no-repeat center bottom;
	position: relative;
	width: 568px;
	padding: 15px 31px 30px 31px;
}
#home #alpha .rooms .arrow_left, #home #alpha .rooms .arrow_right {
	height: 125px;
	position: absolute;
	z-index: 10;
	background-color: #E9E6DF;
}
#home #alpha .rooms .arrow_left { width: 26px; left: 0; top: 0; padding: 100px 10px 0 0; }
#home #alpha .rooms .arrow_right { width: 26px; left: 594px; top: 0; padding: 100px 0 0 10px; }
#home #alpha .rooms .arrow_left a, #home #alpha .rooms .arrow_right a {
	width: 16px;
	height: 31px;
	display: block;
}
#home #alpha .rooms .arrow_left a { background: url(../i/home_rooms_arrow1.gif) no-repeat right center; float: right; }
#home #alpha .rooms .arrow_right a { background: url(../i/home_rooms_arrow2.gif) no-repeat left center; }
#home #alpha .rooms .arrow_left a:hover, #home #alpha .rooms .arrow_left a:active { background-position: left center; }
#home #alpha .rooms .arrow_right a:hover, #home #alpha .rooms .arrow_right a:active { background-position: right center; }

#home #alpha .rooms ul {
	width: 568px;
	overflow: hidden;
	display: block;
}
#home #alpha .rooms ul li {
	float: left;
	background: url(../i/home_rooms_f_bg1.gif) no-repeat center;
	width: 272px;
	height: 182px;
	padding: 13px 0 0 2px;
	margin: 0 5px;
}
#home #alpha .rooms ul li a {
	text-decoration: none;
	cursor: pointer;
}
#home #alpha .rooms ul li .photo {
	margin: 0;
}
#home #alpha .rooms ul li span {
	font-size: 14px;
	line-height: 30px;
	color: #E9E6DF;
	background:url(../i/rooms_i_bg1.png) no-repeat center;
	behavior: url(js/iepngfix.htc);
	display: block;
	width: 260px;
	height: 30px;
	padding-left: 10px;
	position: absolute;
	z-index: 3;
	top: 163px;
}
#home #alpha .offer {
	margin-top: 30px;
	overflow: hidden;
}
#home #alpha .container {
	border: 1px solid #40342B;
}
#home #alpha .offer .box {
	border: 1px solid #E9E6DF;
	background-color: #54453B;
	height: 128px;
	overflow: hidden;
}
#home #alpha .offer .photo {
	float: left;
	overflow: hidden;
	background: url(../i/df_offer_ln1.gif) no-repeat right center;
	padding-right: 4px;
	margin: 4px 0 0 4px;
	_margin: 4px 0 0 2px;
}
#home #alpha .offer .data {
	float: left;
	width: 250px;
	height: 120px;
	margin: 4px 0 0 10px;
}
#home #alpha .offer .box h5 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
}
#home #alpha .offer .box h5 a {
	color: #D1CAC0;
}
#home #alpha .offer .box h5 a:hover {
	text-decoration: none;
}
#home #alpha .offer .box .date {
	font-size: 11px;
	color: #E9E6DF;
	margin-top: 10px;
}
#home #alpha .offer .box p.txt {
	font-size: 13px;
	color: #D1CABF;
	margin-top: 5px;
}
#home #alpha .offer .box .right {
	background: url(../i/df_offer_ln1.gif) no-repeat left center;
	float: right;
	width: 125px;
	height: 120px;
	margin: 4px 0;
	padding: 0;
}
#home #alpha .offer .box .price {
	font-size: 28px;
	color: #D1CABF;
	margin: 30px 0 0 30px;
}
#home #alpha .offer .box .price span {
	font-size: 14px;
	display: block;
	margin-left: 5px;
}
#home #alpha .offer .box .buttons {
	margin: 15px 0 0 45px;
}
#home #alpha .offer .more {
	float: right;
	margin-top: 10px;
}
#home #alpha .offer .more a {
	font-size: 14px;
	text-decoration: none;
}
#home #alpha .offer .more a:hover {
	text-decoration: none;
}
/* Habitaciones */
#rooms #alpha .submenu {
	background: url(../i/df_ln2.gif) no-repeat left center;
    list-style-type: none;
	overflow: hidden;
	width: 630px;
	display: block;
	margin: 20px 0 0 0;
}
#rooms #alpha .submenu li{
	background: #E9E6DF url(../i/df_ln3.gif) no-repeat right center;
	float: left;
	text-align: center;
	padding: 0 24px 0 10px;
	margin: 0;
	border: 0;
}
#rooms #alpha .submenu li.last {
	background-image: none;
	padding-right: 10px;
}
#rooms #alpha .submenu li a{
	font-size: 13px;
	color: #3F332A;
	display: inline-block;
	display: block;
	text-decoration: none;
}
#rooms #alpha .submenu li a:hover{
	color: #3F332A;
	text-decoration: underline;
}
#rooms #alpha .submenu li a.active{
	color: #3F332A;
	text-decoration: underline;
}
#rooms #alpha .list {
	margin-top: 10px;
}
#rooms #alpha .list li {
	float: left;
	width: 282px;
	padding: 10px;
	margin: 20px 0 0 20px;
	border: 1px solid #C6C0BC;
	position: relative;
}
#rooms #alpha .list li.first {
	float: left;
	clear: both;
	margin-left: 0;
}
#rooms #alpha .list li h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #E9E6DF;
	background:url(../i/rooms_i_bg1.png) no-repeat center;
	behavior: url(js/iepngfix.htc);
	display: block;
	width: 270px;
	height: 30px;
	padding-left: 10px;
	padding-top: 0;
	margin: 0;
	position: absolute;
	z-index: 3;
	top: 166px;
	left: 11px;
	_left: 16px;
}
#rooms #alpha .list li .photo {
	border: 1px solid #D8D1CC;
	background-color: #F4F3EF;
	padding: 5px;
	margin: 0;
}

#rooms #alpha .box {
	background-color: #D8D1CC;
	overflow: hidden;
	width: 262px;
	padding: 10px;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #F4F3EF;
}
#rooms #alpha .box p {
	font-size: 12px;
	line-height: 140%;
}
#rooms #alpha .box li {
	font-size: 14px;
	line-height: 150%;
	background: url(../i/df_bullet2.gif) no-repeat left 8px;
	padding: 0 0 0 12px;
	margin: 3px 0 0 0;
	border: none;
	color: #5A4E46;
}
#rooms #alpha .box .features {
	margin-top: 10px;
	min-height: 100px;
	_height: 100px;
}
#rooms #alpha .box .features li {
	font-size: 12px;
	line-height: 140%;
	background: url(../i/df_bullet3.gif) no-repeat left 5px;
	float: inherit;
	width: inherit;
	padding: 0 0 0 11px;
	margin: 0;
	margin: 0;
	border: none;
}

#rooms #alpha .room {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#rooms #alpha .room .photo {
	border: 1px solid #40342B;
	background-color: #F4F3EF; 
	padding: 4px;
	margin: 0;
}
#rooms #alpha .room .gallery {
	position: absolute;
	display: block;
	z-index: 5px;
	left: 540px;
	top: 210px;
}
#rooms #alpha .room .gallery a {
	font-size: 16px;
	color: #FFF;
}
#rooms #alpha .room .gallery a:hover {
	text-decoration: none;
}
#rooms #alpha .room h4 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
#rooms #alpha .room p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
	color: #5A4E46;
}
#rooms #alpha .room a {
	text-decoration: underline;
}
#rooms #alpha .room ul {
	margin-top: 10px;
}
#rooms #alpha .room ul li {
	font-size: 14px;
	line-height: 150%;
	background: url(../i/df_bullet2.gif) no-repeat left 8px;
	padding: 0 0 0 12px;
	margin: 3px 0 0 0;
	border: none;
	color: #5A4E46;
}

#rooms #alpha #carta_banyos  {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	margin: -230px 0 0 -250px;
	padding: 15px 20px;
	z-index: 120;
}
#rooms #alpha #carta_banyos p {
	margin-top: 20px;
}
#rooms #alpha #carta_banyos p.buttons_close {
	float: right;
	margin: 5px 5px 0 0 !important;
}
/* spa */
#spa #alpha .spa_spacio {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#spa #alpha .spa_spacio .photo {
	border: 1px solid #40342B;
	background-color: #F4F3EF; 
	padding: 4px;
	margin: 0;
}
#spa #alpha .spa_spacio .gallery {
	position: absolute;
	display: block;
	z-index: 5px;
	left: 540px;
	top: 210px;
}
#spa #alpha .spa_spacio .gallery a {
	font-size: 16px;
	color: #FFF;
}
#spa #alpha .spa_spacio .gallery a:hover {
	text-decoration: none;
}
#spa #alpha .spa_spacio h4 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
#spa #alpha .spa_spacio p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
	color: #5A4E46;
}
#spa #alpha .spa_spacio a {
	text-decoration: underline;
}
#spa #alpha .spa_spacio ul {
	margin-top: 10px;
}
#spa #alpha .spa_spacio ul li {
	font-size: 14px;
	line-height: 150%;
	background: url(../i/df_bullet2.gif) no-repeat left 8px;
	padding: 0 0 0 12px;
	margin: 3px 0 0 0;
	border: none;
	color: #5A4E46;
}
#spa #alpha #fisio  {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	margin: -230px 0 0 -250px;
	padding: 15px 20px;
	z-index: 120;
}
#spa #alpha #fisio p {
	margin-top: 20px;
}
#spa #alpha #fisio p.buttons_close {
	float: right;
	margin: 5px 5px 0 0 !important;
}

/* spa */
#spa #alpha .spa_spacio {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#spa #alpha .spa_spacio .photo {
	border: 1px solid #40342B;
	background-color: #F4F3EF; 
	padding: 4px;
	margin: 0;
}
#spa #alpha .spa_spacio .gallery {
	position: absolute;
	display: block;
	z-index: 5px;
	left: 540px;
	top: 210px;
}
#spa #alpha .spa_spacio .gallery a {
	font-size: 16px;
	color: #FFF;
}
#spa #alpha .spa_spacio .gallery a:hover {
	text-decoration: none;
}
#spa #alpha .spa_spacio h4 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
#spa #alpha .spa_spacio p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
	color: #5A4E46;
}
#spa #alpha .spa_spacio a {
	text-decoration: underline;
}
#spa #alpha .spa_spacio ul {
	margin-top: 10px;
}
#spa #alpha .spa_spacio ul li {
	font-size: 14px;
	line-height: 150%;
	background: url(../i/df_bullet2.gif) no-repeat left 8px;
	padding: 0 0 0 12px;
	margin: 3px 0 0 0;
	border: none;
	color: #5A4E46;
}
#spa #alpha #fisio  {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	margin: -230px 0 0 -250px;
	padding: 15px 20px;
	z-index: 120;
}
#spa #alpha #fisio p {
	margin-top: 20px;
}
#spa #alpha #fisio p.buttons_close {
	float: right;
	margin: 5px 5px 0 0 !important;
}

/* Restaurante */
#restaurant #alpha ol{
	list-style-type:decimal;
	padding-left: 5px;
	list-style-position: inside;
}
#restaurant #alpha ul{
	list-style-type:disc;
	padding-left: 5px;
	list-style-position: inside;
}
#restaurant #alpha ol,
#restaurant #alpha ul,
#restaurant #alpha p{
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
}
/*#restaurant #alpha li, #restaurant #alpha li, #restaurant #alpha li {
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #666;
}*/

#restaurant #alpha .photo_right {
	border: 1px solid #40342B;
	background-color: #FFF;
	padding: 4px;
	margin: 15px 0 0 10px;
	float: right;
	clear: both;
}
#restaurant #alpha .photo_left {
	border: 1px solid #40342B;
	background-color: #FFF;
	padding: 4px;
	margin: 15px 10px 0 0;
	float: left;
	clear: both;
}

/* Eventos */
#events #alpha .txt {
	font-size: 14px;
	margin-top: 10px;
}
#events #alpha .list {
}
#events #alpha .list li {
	border: 1px solid #C6C0BC;
	background-color: #F4F3EF;
	overflow: hidden;
	padding: 5px;
	margin-top: 30px;
}
#events #alpha .list li h5 {
	font-size: 24px;
	font-weight: normal;
	color: #D1CAC0;
	background-color: #54453B;
	border-bottom: 1px solid #9B897B;
	margin: 0;
	padding: 5px 0 5px 10px;
}
#events #alpha .list li h5 a {
	font-size: 24px;
	font-weight: normal;
	color: #D1CAC0;
}
#events #alpha .list li h5 a:hover {
	text-decoration: none;
}
#events #alpha .list li .box {
	background-color: #40342B;
	overflow: hidden;
	/*display: none;*/
	padding: 5px 15px 15px 15px;
}
#events #alpha .gallery {
	position: relative;
	width: 255px;
	padding: 0;
	float: left;
}
#events #alpha  .gallery  .arrow_left, #events #alpha .gallery .arrow_right {
	height: 125px;
	position: absolute;
	z-index: 10;
}
#events #alpha  .gallery  .arrow_left { width: 26px; left: 5px; top: 0; padding: 190px 10px 0 0; }
#events #alpha  .gallery  .arrow_right { width: 26px; left: 215px; top: 0; padding: 190px 0 0 10px; }
#events #alpha  .gallery  .arrow_left a, #events #alpha  .gallery .arrow_right a {
	width: 16px;
	height: 31px;
	display: block;
}
#events #alpha  .gallery  .arrow_left a { background: url(../i/home_rooms_arrow1.gif) no-repeat right center; float: right; }
#events #alpha  .gallery  .arrow_right a { background: url(../i/home_rooms_arrow2.gif) no-repeat left center; }
#events #alpha  .gallery  .arrow_left a:hover, #home #alpha .rooms .arrow_left a:active { background-position: left center; }
#events #alpha  .gallery  .arrow_right a:hover, #home #alpha .rooms .arrow_right a:active { background-position: right center; }

#events #alpha  .gallery  ul {
	width: 261px;
	overflow: hidden;
	display: block;
}
#events #alpha  .gallery  ul li {
	width: 261px;
	border: 1px solid #9B897B;
	float: left;
	padding: 2px;
	margin: 10px 0;
	background-color: #E9E6DF;
}
#events #alpha  .gallery  ul li a {
	text-decoration: none;
	cursor: pointer;
}
#events #alpha  .gallery  ul li .photo {
	margin: 0;
}
#events #alpha .list li .box .right {
	float: right;
	width: 310px;
	margin: 0 0 20px 0;
}
#events #alpha .list li .box .right p span{
	font-size: 18px;
}
#events #alpha .list li p {
	font-size: 12px;
	line-height: 140%;
	margin: 10px 0 0 0;
	color: #E9E6DF;
}
#events #alpha .list li p.links a {
	font-size: 12px;
	line-height: 140%;
	color: #E9E6DF;
	text-decoration: underline;
	padding-left: 13px;
	background: url(../i/df_bullet4.gif) no-repeat left center;
}
#events #alpha .list li p.links a:hover {
	text-decoration: none;
}
#events #alpha .list li .features {
	margin: 10px 0 0 0;
}
#events #alpha .list li .features li {
	background: url(../i/df_bullet4.gif) no-repeat left 5px;
	font-size: 12px;
	line-height: 140%;
	color: #E9E6DF;
	border: 0;
	overflow: inherit;
	padding: 0 0 0 11px;
	margin: 0;
}
#events #alpha .list li .buttons {
	background-color: #54453B;
	border-top: 1px solid #9B897B;
	margin: 0;
	padding: 5px 0 9px 10px;
}
#events #alpha .list li .box .capacity {
	clear: both;
	display: block;
	margin-top: 20px;
}
#events #alpha .list li .box .capacity table {
	width: 100%;
	color: #E9E6DF;
	font-size: 11px;
}
#events #alpha .list li .box .capacity table th {
	border-top: 1px solid #FFF;
	padding: 10px 5px;
	color: #E9E6DF;
	font-weight: normal;
}
#events #alpha .list li .box .capacity table td {
	border-bottom: 1px solid #FFF;
	padding: 5px;
	color: #E9E6DF;
	font-weight: bold;
	text-align: center;
}
#events #alpha .list li .box .capacity table td h6{
	color: #E9E6DF;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
}
#events #alpha #events_form {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	margin: -230px 0 0 -235px;
	padding: 15px 20px;
	z-index: 120;
}
#events #alpha #events_form2 {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	margin: -230px 0 0 -235px;
	padding: 15px 20px;
	z-index: 120;
}
#events #alpha p.buttons_close {
	float: right;
	margin: 5px 5px 0 0 !important;
}
#events #alpha h4 {
	font-size: 24px;
	font-weight: normal;
}
#events #alpha fieldset {
	overflow: hidden;
	margin-top: 20px;
}
#events #alpha fieldset p {
	margin-top: 10px;
}
#events #alpha fieldset label {
	font-size: 11px;
	width: 120px;
	padding-top: 4px;
	display: block;
	float: left;
}
#events #alpha fieldset select {
	width: 316px;
}
#events #alpha fieldset p select{
	width: 155px;
}
#events #alpha fieldset input {
	width: 310px;
}
#events #alpha fieldset textarea {
	width: 310px;
	height: 150px;
}
#events #alpha fieldset .buttons {
	margin: 25px 0 0 130px;
}
#events #alpha fieldset ul {
	margin: 10px 0 0 130px;
}
#events #alpha fieldset ul li {
	font-size: 11px;
}
#events #alpha fieldset ul li a {
	color: #990000;
}
#events #alpha fieldset ul li input {
	margin-right: 5px;
}
#events #alpha #events_reuniones_comedor, 
#events #alpha #events_reuniones_cafe, 
#events #alpha #events_reuniones_bar,
#events #alpha #events_reuniones_hall,
#events #alpha #events_reuniones_mediterraneo,
#events #alpha #events_reuniones_terraza,
#events #alpha #events_rest_comedor, 
#events #alpha #events_rest_cafe,
#events #alpha #events_rest_bar,
#events #alpha #events_rest_hall,
#events #alpha #events_rest_mediterraneo,
#events #alpha #events_rest_terraza
  {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	margin: -230px 0 0 -250px;
	padding: 15px 20px;
	z-index: 120;
}
#events #alpha #events_reuniones p, #events #alpha #events_rest p {
	margin-top: 20px;
}
/* Ofertas */
#offers #alpha .txt {
	font-size: 14px;
	margin-top: 10px;
}
#offers #alpha .list {
	background: url(../i/df_ln2.gif) no-repeat center top;
	padding: 25px 0;
}
#offers #alpha .list li {
	border: 1px solid #C6C0BC;
	margin-top: 30px;
	overflow: hidden;
	height: 130px;
}
#offers #alpha .list li.first {
	margin-top: 0;
}
#offers #alpha .list li .box {
	border: 1px solid #E9E6DF;
	background-color: #54453B;
	height: 128px;
	overflow: hidden;
}
#offers #alpha .list li .photo {
	float: left;
	background: url(../i/df_offer_ln1.gif) no-repeat right center;
	padding-right: 4px;
	margin: 4px 0 0 4px;
	_margin: 4px 0 0 2px;
}
#offers #alpha .list li .data {
	float: left;
	width: 250px;
	height: 120px;
	margin: 4px 0 0 10px;
}
#offers #alpha .list li .box h5 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
}
#offers #alpha .list li .box h5 a {
	color: #D1CAC0;
}
#offers #alpha .list li .box h5 a:hover {
	text-decoration: none;
}
#offers #alpha .list li .box .date {
	font-size: 11px;
	color: #E9E6DF;
	margin-top: 10px;
}
#offers #alpha .list li .box p.txt {
	font-size: 13px;
	color: #D1CABF;
	margin-top: 5px;
}
#offers #alpha .list li .box .right {
	background: url(../i/df_offer_ln1.gif) no-repeat left center;
	float: right;
	width: 125px;
	height: 120px;
	margin: 4px 0;
	padding: 0;
}
#offers #alpha .list li .box .price {
	font-size: 28px;
	color: #D1CABF;
	margin: 30px 0 0 30px;
}
#offers #alpha .list li .box .price span {
	font-size: 14px;
	display: block;
	margin-left: 5px;
}
#offers #alpha .list li .box .buttons {
	margin: 15px 0 0 45px;
}

#offers #alpha .offer {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#offers #alpha .offer .photo {
	border: 1px solid #40342B;
	background-color: #F4F3EF; 
	padding: 4px;
	margin: 0;
}
#offers #alpha .offer h4 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
#offers #alpha .offer p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
}
#offers #alpha .offer .price {
	font-size: 14px;
	margin-top: 20px;
}
#offers #alpha .offer .price span {
	font-size: 28px;
}
#offers #alpha .offer ul {
	margin-top: 10px;
}
#offers #alpha .offer ul li {
	font-size: 14px;
	line-height: 150%;
	background: url(../i/df_bullet2.gif) no-repeat left 8px;
	padding: 0 0 0 12px;
	margin: 3px 0 0 0;
	border: none;
}



/* Opinión */
#opinion #alpha .txt {
	font-size: 14px;
	margin-top: 10px;
}
#opinion #alpha .buttons {
	margin-top: 15px;
}
#opinion #alpha .buttons a.add_opinion {
	background: url(../i/df_arrow3.gif) no-repeat right 8px;
	padding-right: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #40342B;
}
#opinion #alpha .list {
	background: url(../i/df_ln2.gif) no-repeat center top;
	padding: 20px 0;
}
#opinion #alpha .list li {
	background: url(../i/df_ln1.gif) repeat-x left bottom;
	margin-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;
	color: #5A4E46;
}
#opinion #alpha .list li.first {
	margin-top: 0;
}
#opinion #alpha .list li.last {
	background: none;
	padding-bottom: 0;
}
#opinion #alpha .list li .author {
	font-size: 13px;
	font-weight: bold;
}
#opinion #alpha .list li .author span {
	font-weight: normal;
}
#opinion #alpha .list li h4 {
	margin-top: 5px;
}
#opinion #alpha .list li h4 a {
	font-size: 24px;
	line-height: 100%;
	font-weight: normal;
}
#opinion #alpha .list li h4 a:hover {
	text-decoration: none;
	color: #40342B;
}
#opinion #alpha .list li p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 5px;
}
#opinion #alpha #opinion_form {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	height: auto;
	margin: -215px 0 0 -235px;
	padding: 15px 20px;
	z-index: 120;
}
#opinion #alpha .buttons_close {
	float: right;
	margin: 5px 5px 0 0;
}
#opinion #alpha h5 {
	font-size: 24px;
	font-weight: normal;
}
#opinion #alpha fieldset {
	overflow: hidden;
	margin-top: 20px;
}
#opinion #alpha fieldset p {
	margin-top: 10px;
}
#opinion #alpha fieldset label {
	font-size: 11px;
	width: 90px;
	padding-top: 4px;
	display: block;
	float: left;
}
#opinion #alpha fieldset select {
	width: 346px;
}
#opinion #alpha fieldset input {
	width: 340px;
}
#opinion #alpha fieldset textarea {
	width: 340px;
	height: 150px;
}
#opinion #alpha fieldset .buttons {
	margin: 25px 0 0 100px;
}
#opinion #alpha fieldset ul {
	margin: 10px 0 0 100px;
}
#opinion #alpha fieldset ul li {
	font-size: 11px;
}
#opinion #alpha fieldset ul li a {
	color: #990000;
}
#opinion #alpha fieldset ul li input {
	margin-right: 5px;
}
#opinion #alpha .opinion_box {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
#opinion #alpha .opinion_box a.return {
	background: url(../i/df_arrow4.gif) no-repeat left 8px;
	padding-left: 8px;
	font-size: 14px;
	color: #40342B;
}
#opinion #alpha .opinion_box h4 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
#opinion #alpha .opinion_box .author {
	font-size: 13px;
	font-weight: bold;
}
#opinion #alpha .opinion_box .author span {
	font-weight: normal;
}
#opinion #alpha .opinion_box p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
	color: #5A4E46;
}
/* Contacto */
#contact #alpha .maps {
	border: 1px solid #C6C0BC;
	background-color: #F4F3EF; 
	padding: 4px;
	margin: 20px 0 0 0;
}
#contact #alpha iframe {
	border: 1px solid #D8D1CC;
}
#contact #alpha p {
	font-size: 16px;
	margin-top: 5px;
}
#contact #alpha .numbers {
	font-size: 16px;
	background: url(../i/df_ln1.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-top: 15px;
}
#contact #alpha .numbers span {
	display: block;
	margin-top: 5px;
}
#contact #alpha p .bullet {
	background: url(../i/df_bullet1.gif) no-repeat center;
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 5px 3px 5px;
}
#contact #alpha h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}
#contact #alpha .info {
	margin: 0;
}
#contact #alpha .info p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
}
/* Politica de privacidad */
#conditions #main	{  	
	background-color: #FFF;
	border: solid 10px #E9E6DF;
	margin: 20px auto 0 auto; 
	width: 650px;  
	color: #666; 
	padding: 10px 20px 25px 20px;
}
#conditions #main h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 100%;
	color: #3F332A;
	margin-top: 20px;
}
#conditions #main h3 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
#conditions #main p {
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
}
#conditions #main p span {
	font-weight: bold;
}
/* Default */
#alpha {
	width:630px;
	float:left;
	overflow: hidden;
}
#alpha h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 100%;
	color: #3F332A;
	margin: 0;
}
#alpha h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}
#gamma {
	width:250px;
	float:right;
	overflow: hidden;
}
#gamma h3 {
	font-size: 24px;
	font-weight: normal;
}
#gamma #rv {
	margin: 0;
}
#gamma #rv fieldset {
	background: url(../i/df_rv_bg1.gif) no-repeat center top;
	width:218px;
	border: 1px solid #40342B;
	border-bottom: 0;
	padding: 15px;
	overflow: hidden;
}
#gamma #rv fieldset p {
	float: left;
	margin-top: 10px;
}
#gamma #rv fieldset label {
	font-size: 12px;
	color: #3F332A;
	display: block;
}
#gamma #rv fieldset input, #gamma #rv fieldset select {
	border: 1px solid #A0948F;
	margin-top: 3px;
}
#gamma #rv fieldset select.day {
	margin-right: 5px;	
}
#gamma #rv fieldset .nights {
	margin-left: 25px;
}
#gamma #rv fieldset .nights input {
	width: 37px;
	#width: 35px;
}
#gamma #rv fieldset .rooms {
	clear: both;
	width: 100px;
}
#gamma #rv fieldset .children {
	margin-left: 25px;
	#margin-left: 21px;
}
#gamma #rv fieldset .promocode {
	margin-top: 15px;
}
#gamma #rv fieldset .promocode label {
	font-size: 14px;
}
#gamma #rv fieldset .promocode input {
	width:206px;
	#width:200px;
}
#gamma #rv .bg_bottom {
	background: url(../i/df_rv_bg1_bottom.gif) no-repeat center;
	height: 25px;
	display: block;
	clear: both;
}
#gamma #rv fieldset .buttons {
	margin: 20px 0 0 45px;
	_margin: 20px 0 0 22px;
}

#gamma #tpadv_home{
	margin-top: 30px;
	margin-left: 40px;
}
#gamma #tpadv{
	margin-top: 30px;
}

#gamma #opinion {
	border: 1px solid #C6C0BC;
	overflow: hidden;
	margin-top: 20px;
}
#gamma #opinion .box {
	border: 3px solid #F4F3EF;
	background-color: #D8D1CC;
	padding: 12px 12px 15px 12px;
}
#gamma #opinion ul {
}
#gamma #opinion ul li {
	background: url(../i/df_ln1.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-top: 15px;
}
#gamma #opinion ul li.last {
	background: none;
	padding-bottom: 0;
}
#gamma #opinion ul li .author {
	font-size: 13px;
	line-height: 100%;
	margin: 0;
}
#gamma #opinion ul li .author span {
	font-weight: normal;
}
#gamma #opinion ul li .author a {
	font-weight: bold;
	text-decoration: none;
}
#gamma #opinion ul li .txt {
	line-height: 140%;
	margin-top: 5px;
}
#gamma #tpadv_home{
	margin-top: 30px;
	margin-left: 40px;
}
#gamma #tpadv{
	margin-top: 30px;
}
#gamma #newsletter {
	background: url(../i/df_nl_ln1.gif) no-repeat center top;
	padding-top: 15px;
	margin-top: 30px;
}
#gamma #newsletter p {
	margin-top: 10px;
}
#gamma #newsletter fieldset {
	margin-top: 10px;
}
#gamma #newsletter input {
	background-color: #F4F3EF;
	width: 210px;
	height: 16px;
	border: 1px solid #C6C0BC;
	float: left;
	margin: 0;
}
#gamma #newsletter fieldset .buttons {
	float: left;
	margin: 1px 0 0 10px;
}
#gamma #newsletter_form {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	margin: -215px 0 0 -235px;
	padding: 15px 20px;
	z-index: 120;
}
#gamma .buttons_close {
	float: right;
	margin: 5px 5px 0 0;
}
#gamma #newsletter_form h5 {
	font-size: 24px;
	font-weight: normal;
}
#gamma #newsletter_form fieldset {
	overflow: hidden;
	margin-top: 20px;
}
#gamma #newsletter_form fieldset p {
	margin-top: 10px;
}
#gamma #newsletter_form fieldset label {
	font-size: 11px;
	width: 90px;
	padding-top: 4px;
	display: block;
	float: left;
}
#gamma #newsletter_form fieldset select {
	width: 346px;
}
#gamma #newsletter_form fieldset input {
	width: 340px;
}
#gamma #newsletter_form fieldset textarea {
	width: 340px;
	height: 150px;
}
#gamma #newsletter_form fieldset .buttons {
	margin: 25px 0 0 100px;
}
#gamma #newsletter_form fieldset ul {
	margin: 10px 0 0 100px;
}
#gamma #newsletter_form fieldset ul li {
	font-size: 11px;
}
#gamma #newsletter_form fieldset ul li a {
	color: #990000;
}
#gamma #newsletter_form fieldset ul li input {
	margin-right: 5px;
}




#gamma #newsletter_form2 {
	display: none;
	border: 1px solid #40342B;
	background-color: #F4F3EF;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	margin: -215px 0 0 -235px;
	padding: 15px 20px;
	z-index: 120;
}
#gamma #newsletter_form2 h5 {
	font-size: 24px;
	font-weight: normal;
}
#gamma #newsletter_form2 fieldset {
	overflow: hidden;
	margin-top: 20px;
}
#gamma #newsletter_form2 fieldset p {
	margin-top: 10px;
}
#gamma #newsletter_form2 fieldset label {
	font-size: 11px;
	width: 90px;
	padding-top: 4px;
	display: block;
	float: left;
}
#gamma #newsletter_form2 fieldset select {
	width: 346px;
}
#gamma #newsletter_form2 fieldset input {
	width: 340px;
}
#gamma #newsletter_form2 fieldset textarea {
	width: 340px;
	height: 150px;
}
#gamma #newsletter_form2 fieldset .buttons {
	margin: 25px 0 0 100px;
}
#gamma #newsletter_form2 fieldset ul {
	margin: 10px 0 0 100px;
}
#gamma #newsletter_form2 fieldset ul li {
	font-size: 11px;
}
#gamma #newsletter_form2 fieldset ul li a {
	color: #990000;
}
#gamma #newsletter_form2 fieldset ul li input {
	margin-right: 5px;
}

/* 5. Footer /////////////////////////////////////////////////////////////////////////////////// */
#footer .left {
	float: left;
	padding: 10px 5px;
	width: 40%;
}
#footer .right {
	float: right;
	padding: 10px 5px;
	width: 55%;
	text-align: right;
}
#footer a {
	font-size: 12px;
	color: #E9E6DF;
	padding: 2px;
}
#footer a.first {
	background:none;
	margin-left:0;
	padding-left:0;
}

