@charset "windows-1251";
/* CSS Document */

*, html, body 
{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-indent: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration: none;
}


sm2-container
{
 /* Initial state: position:absolute/off-screen, or left/top:0 */
        left: 0;
        top: 0;
}
sm2-container.swf_timedout {
  /* Didn't load before time-out, show to user.
  Maybe highlight on-screen, red border, etc..? */
}
sm2-container.swf_unblocked {
  /* Applied if movie loads successfully after
  an unblock (flash started, so move off-screen etc.) */
}
sm2-container.swf_loaded {
  /* Applied if movie loads, regardless of whether
  it was initially blocked */
}
sm2-container.swf_error {
  /* "Fatal" error case: SWF loaded,
  but SM2 was unable to start for some reason.
  (Flash security or other error case.) */
}
sm2-container.high_performance
{
        position: fixed;
        left: 0;
        bottom: 0;
  /* Additional modifier for "high performance" mode
  should apply position:fixed and left/bottom 0 to stay on-screen
  at all times (better flash performance) */
}
sm2-container.flash_debug {
  /* Additional modifier for flash debug output mode
  should use width/height 100% so you can read debug messages */
}

a {
	color:#005192;
	outline:none;
	ie-dummy:expression(this.hideFocus=true);
}

#content a, #coop_webde a {
	text-decoration:underline;
}

#coop_webde a {
		color:#89bde7;
}

.news_item {
	margin-bottom:15px;
	display:block;
}

.paginate {
	margin:20px 0;
}

img {
	border:0;
}

.slide h1 {
        background: none !important;
}

h1 {
	color:#005192;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:25px;
	background:url(img/arrow.gif) left center no-repeat;
	margin-bottom:10px;
}

h2, h2 a {
	color:#005192;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:10px;
}

p {
	margin-top:5px;
	margin-bottom:5px;
}

img.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
}

#main {
	margin:0 auto;
	width:1000px;
	background:url(img/hd_logo.gif) no-repeat top;
	padding-top:130px;
	margin-top:30px;
}

.slideshow {
	display: block;
	position: relative;
	margin:0 auto;
	width:880px;
}
.slideshow-images {
	display: block;
	/* height: height_of_slideshow_or_default_image */
	overflow: hidden; visible !important;
	position: relative;
	/* width: width_of_slideshow_or_default_image */
	}
	

.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/*
The images div is where the slides are shown.
Customize these classes to effect the slideshow transitions: fading, wiping, etc.
Para evitar movimientos de zoom en la transicion (simple fade transition) cambiar lo siguiente:
slideshow-images-next{top:0; 
slideshow-images-prev{top:0;
*/

.slideshow-images-visible {
	opacity:1;
}

.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images-prev { 
	opacity: 0; 
}

.slideshow-images img{float:left;left:0;top:0;}



ul.intro_menu {
	text-align:center; 
	margin-top:30px; 
	margin-bottom:30px;
}

ul.intro_menu li {
	list-style-type:none;
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

ul.intro_menu li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-decoration:underline;
}

.main_menu {
	height:38px;
	list-style:none;
	position:relative;
	width:960px;
	display:block;
	margin-left:20px;
	margin-top:30px;
}

.main_menu li {
	float:left;
}

.main_menu li a {
	display:block;
	height:38px;
	width:137px;
	background:url(img/tab_d.jpg) no-repeat;
	text-align:center;
	line-height:45px;
	font-size:11px;
	float:left;
}

.main_menu li.current a {
	background:url(img/tab_a.jpg) no-repeat;
	color:#FFF;
}

.main_menu li a:hover {
	color:#d9b169;
}


.main_menu ul {
	height:30px;
	position:absolute;
	list-style:none;
	top:38px;
	width:960px;
	background:url(img/sub_menu_bg.jpg);
	left:-9999px;
	z-index:3;
	margin-left:-20px;
	padding-left:20px;
	padding-right:20px;
}

.main_menu ul.blank {
	z-index:1;
	left:0;
}


.main_menu ul li {
	height:30px;
	line-height:30px;
	font-weight:normal;
	color:#FFF;
	float:left;
}

.main_menu ul li a {
	color:#fff;
	text-decoration:none;
	background:transparent;
	line-height:30px;
	width:auto;
	margin-right:18px;
	height:30px;
}

.main_menu :hover ul {
	left:0;
}

.main_menu :hover ul.blank {
	z-index:2;
	left:0;
}

.main_menu li.current ul {
	z-index:2;
	left:0;
}

.main_menu li.current ul li.current a {
	background:url(img/arrow_top.gif) no-repeat bottom center;
	color:#d9b169;
}

.main_menu li.current ul li a {
	background:transparent;
	line-height:30px;
	height:30px;
}

#contener {
	margin-top:55px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:40px;
}

#sys_nav {
	margin-bottom:20px;
	padding-bottom:20px;
}

#wayfinder {
	float:left;
}

#nav {
	float:right;
}

#nav img {
	margin-left:10px;
}

#left_side {
	width:160px;
	float:left;
}

div.block {
	margin-bottom:30px;
}

.weather_1 {
	background:url(img/weather/sun.jpg) no-repeat left center;
	padding-left:45px;
}

#date {
	text-align:right;
	background:url(img/date_bg.gif) no-repeat right;
	height:16px;
	font-size:10px;
	color:#fff;
	padding-right:3px;
	line-height:16px;
}

#content #date {
	text-align:left;
	background:url(img/date_bg.gif) no-repeat left;
	height:16px;
	font-size:10px;
	color:#fff;
	padding-left:3px;
	line-height:16px;
	margin-bottom:5px;
}

#news_archive {
	background:url(img/news_archive_ico.jpg) no-repeat left center;
	padding-left:20px;
	display:block;
	margin-top:15px;
}

#content {
	width:721px;
	float:right;
	text-align:justify;
}

.full {
	float:none !important;
	width:920px !important;
}

#content ul, #content ol {
	margin-left:30px;
}

#content ul li, #content ol li {
	margin-top:10px;
	margin-bottom:10px;
}

#content ul ul, #content ol ol {
	margin-left:20px;
}

#content ul ul li, #content ol ol li{
	margin-top:10px;
	margin-bottom:10px;
}

#content ul#spa_list {
	margin:0;
	padding:0;
}

#content ul#spa_list li {
	display:inline;
	width:210px;
	height:212px;
	float:left;
	background:url(img/spa_list_bg.jpg) no-repeat;
	padding:20px 15px 5px 15px;
	text-align:center;
}

#content ul#spa_list li h2 {
	display:block;
	text-align:center;
	font-size:12px;
	padding:0;
	margin:0;
	background:none;
	color:#014c91;
}

#content ul#spa_list li img {
	margin-top:10px;
}

#additional {
	width:621px;
	height:197px;
	background:url(img/add_bg.jpg) no-repeat;
	padding-left:50px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:50px;
}

#table_contents {
	width:661px;
	height:200px;
	background:url(img/add_bg.jpg) no-repeat;
	padding:20px 30px 20px 30px;
	text-align:left;
}

#table_contents p {
	color: #d7b369;
	font-weight:bold;
}

#table_contents ol {
	margin:0;
	width:325px;
	margin-top:10px;
}

#table_contents ol li {
	padding:0;
	margin:0;
	margin-left:30px;
	margin-bottom:5px;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* ----------------IMAGE SLIDER------------- */
.SlideItMoo_outer {  
	margin:20px auto 20px;
	display:block; 
	position:relative; 
	width: 634px;
}

.SlideItMoo_outer .SlideItMoo_forward,
.SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:16px; 
	height:125px; 
	bottom:0px; 
	right:5px; 
	background:url(img/arrow_right.jpg) no-repeat center;  
}
.SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(img/arrow_left.jpg) no-repeat center;  
}

.SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	margin:0px auto 0px;
	padding:10px 0px 10px;
}

.SlideItMoo_items { 
	display:block; 
	position:relative; 
}

.SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 1px 0px; 
	font-size:11px; 
	width:207px; 
	text-align:center; 
	color:#FFFFFF;
}

#footer {
	height:130px;
	background:url(img/ln_footer.gif) no-repeat top;
	color:#89bde7;
	font-size:11px;
	clear:both;
}

#coop_ppark, #coop_webde {
	margin-top:70px;
	display:inline;
}

#coop_ppark {
	float:left;
	margin-left:40px;
}

#coop_webde {
	float:right;
	margin-right:40px;
	width:225px;
}


#coop_webde p {
	padding-bottom:10px;
}

table#price 	{
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:20px;
}

thead th {
	text-align:left;
	background:#fff4c6;
	color:#333;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:8px;
	font-size:10px;	
	vertical-align:middle;
	text-align:center;
}
thead th.null {background:#fff;}
tbody th {
	text-align:left;
	background:#fff9e1;
	color:#333;
	border-bottom:1px solid #f3f0e4;
	border-right:1px solid #fff;
	padding:8px;
	font-size:10px;
	vertical-align:middle;
	text-align:center;
}
tbody td {
	color:#333;
	padding:8px;
	border-right:1px solid #f3f0e4;
	border-bottom:1px solid #f3f0e4;
	font-size:10px;	
	vertical-align:middle;
	text-align:center;
}

tbody td.on {background:#f3f0e4;}
thead th.on {background:#ffe068;}
tbody th.on {background:#ffe068;}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 90px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	color:#0f518d;
}

#lbCaption {
	font-weight: bold;
} 

table.table td, table#comment td {
	border:none;
	vertical-align:top;
	padding:0;
	border:0;
	text-align:left;
}

table.table td.comment_description {
	padding-top:20px;
	padding-left:10px;
}

table#comment {
	 background:url(img/table.png) repeat-x bottom;
	 margin-bottom:10px;
}

table#comment label {
	display:block;
	margin-bottom:10px;
}

table#comment input, table#comment textarea {
	border:#CCC dotted 1px;
	color:#005192;
}

table#comment input.button {
	background-color:#fff;
	padding:5px;
	margin-top:10px;
}

table#comment sup {
	color:#903;
}

table#comment td#s_top {
	background:url(img/s_top.png) repeat-x;
}

table#comment td#s_bottom {
	background:url(img/s_bottom.png) repeat-x;
}

table#comment td#s_left {
	background:url(img/s_left.png) repeat-y left;
}

table#comment td#s_right {
	background:url(img/s_right.png) repeat-y right;
}

/* -------------------------[ date picker ]--- */
input.DatePicker, #mutate input.DatePicker, #userPane input.DatePicker, #webUserPane input.DatePicker, input#datefrom.DatePicker, input#dateto.DatePicker {
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #b4cde4;
	font-size: 13px;
	background: #fff url(images/icons/datenofocus.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker, #mutate input:focus.DatePicker, #userPane input:focus.DatePicker, #webUserPane input:focus.DatePicker, input#datefrom:focus.DatePicker, input#dateto:focus.DatePicker {
	background: #fffce9 url(images/icons/datefocus.gif) no-repeat top left;
	cursor:text;
}
.dp_container {
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal {
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.dp_cal p {
	width: 177px;
}

#mutate .dp_cal input.cal_timeTextBox, .dp_cal input.cal_timeTextBox {
	display: block;
	text-align: center;
	width: 60px;
	margin: 0 auto;
	margin-top: 3px;
}

.dp_cal select {
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option {
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td {
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th {
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td {
	cursor: pointer;
}
.dp_cal thead th {
	background: #d9eefc;
}
.dp_cal td.dp_roll {
	color: #000;
	background: #fff6bf;
}
/* -------------------------[ must have this for the IE6 select box hiding ]--- */
.dp_hide {
	visibility: hidden;
}
.dp_empty {
	background: #eee;
}
.dp_today {
	background: #daf2e6;
}
.dp_selected {
	color: #fff;
	background: #328dcf;
}

/* Hotel Map Style */

img {
	border:none;
}
#picture {
	position:relative;
	top:20px;
	width:920px;
	height:535px;
	margin:0px auto;
	background:#FFF url('img/ppark.jpg');

}
/* General More Button */		
.more {
	position:absolute;
	width:8px;
	height:8px;
	background:#FFF;
	padding:6px;
	overflow:hidden;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:#89BCE7 solid 2px;
}

.more a img  {
	position:absolute;
}

.more div {
	position:absolute;
	left:17px;
	top:5px;
	width:220px;
	text-align:center;
	color:#000;
	font:bold 12px Verdana, Arial, sans-serif;
}
.more div h1 {
	font-size:13px;
	color:#005192;
	background:none;
	padding:0;
}
.more div a {
	margin-top:5px;
	display:block;
}

#n_21_25 {
	top:269px;
	left:5px;
}

#n_11_15 {
	top:302px;
	left:6px;
}
#n_26 {
	top:278px;
	left:61px;
}
#n_27 {
	top:278px;
	left:104px;
}
#n_28 {
	top:282px;
	left:158px;
}
#n_29 {
	top:293px;
	left:184px;
}
#n_30 {
	top:303px;
	left:211px;
}
#n_31 {
	top:311px;
	left:240px;
}
#n_2_5 {
	top:279px;
	left:282px;
}
#n_6 {
	top:256px;
	left:315px;
}
#n_52 {
	top:309px;
	left:388px;
}
#n_42 {
	top:343px;
	left:530px;
}
#n_44 {
	top:344px;
	left:596px;
}
#n_73 {
	top:277px;
	left:592px;
}

#CDSWIDFRR {
	margin:10px 0 !important;
}
