﻿.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(arrow-left.gif);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(arrow-right.gif);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000; z-index:50}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

html, body 
{
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 11px;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 100%;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */	
}

div#text
{
	float: right;
	width: 201px;
	margin-right: 13px;
	line-height: 16px;
}

.test
{
	position: absolute;
	z-index: 1000;
	background: url(background2.gif) no-repeat 0px 0px;
	width: 100%;
	height: 540px;	
}

.test1
{
	position: absolute;
	z-index: 100;
	background: url(background3.gif) no-repeat 0px 0px;
	width: 100%;
	height: 540px;	
}

.main
{	
	width: 1185px;
	position: absolute;
	left: 50%;
	margin-left: -593px;
	top: 40px;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */			
}

.main .menu
{
	width: 585px;
	text-align: center;
	color: White;
	margin: 0px 0px 0px 32px;	
	padding-top: 2px;	
}

.main .menu A
{
	font-size: 12px;
	color: White;
	/*font-weight:bold;*/
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	 
	
}

.main .menu A:hover
{
	color: #D6D9D9;
}

.main .center
{	
	width: 645px;
	margin-top: 115px;
	margin-left: 269px;
	min-height: 405px;
}




.footer_default
{
	font-size: 10px;
	 
	font-family: Verdana;
	margin-top: 10px;
	margin-left: 10px;
	width: 625px;
}


.footer_home
{
	font-size: 10px;
	 font-weight:bold;
	text-decoration: none;	
	font-family: Verdana;
	margin-top: 10px;
	margin-left: 10px;
	width: 625px;
	text-align:center;
}
.footer_home A
{
	color: #666666;
	text-decoration: none;	
	text-align:center;
	display: block;
}

.footer_home A:hover
{
	text-decoration: underline;	
}

.footer
{
	clear: both;
	font-family: Verdana;
	font-size: 9px;
	height: 40px;
	margin: 0px 0px 0px 143px;
}

.footer .footer_line
{
	background-image: url(img_line_bottom.png);
	background-repeat: no-repeat;
	height: 1px;
	width: 900px;
	margin-right: 18px;
	margin-bottom: 5px;
}

.language-drop { font-size: 10px; width: 120px; text-align: right; position: relative; top: -5px; right: 8px; } .language-drop A { font-size: 9px; float: left; padding-left: 5px; padding-right: 5px; padding-bottom: 30px; padding-top: 5px; color: black; text-decoration: none; } .language-drop A:hover {text-decoration: underline;} .language-drop .language { cursor: pointer; width: 115px;} .language-drop .links TABLE { margin: 0 auto; height: 40px; } .language-drop .links {text-align: center; width: 400px; border: Solid 1px transparent; color: #FFFFFF;} .language-drop .language A { } .language-drop .language IMG { margin-top: 2px; margin-left: 10px; }

.menuLanguage
{
	
}

.bgSearchTop
{
	width: 617px;
	height: 17px;
	background: #FFFFFF url(search1top.png) no-repeat;
}

.bgSearch
{
	width: 617px;
	margin-left: 7px;
	background-color: #FFCF20;
}

div#cofirmationDetails
{
	border: dashed 1px #90A1D5;	
	background: white;
	margin: 25px 55px 0px 55px;
}

.bgSearchMiddle
{
	background-color: #FFFFFF;
}

.bgSearchMiddle IMG
{
	margin-left: 250px;
}

.bgSearchBottom
{
	width: 617px;
	height: 18px;
	background-image: url(search1bottom.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.bgSearch_Top
{
	height: 2px;
	background-image: url(lineTop.png);
	background-repeat: no-repeat;
	margin-left: 55px;
	margin-top: 25px;
}

.bgSearch_Middle
{
	background-image: url(lineMiddle.png);
	background-repeat: repeat-y;
	margin-left: 55px;
	border: solid 1px Transparent;
}

.bgSearch_Bottom
{
	background-image: url(lineBottom.png);
	background-repeat: no-repeat;
	margin-left: 55px;
	height: 7px;
}


.titleSearch
{
	font-size: 13px;
	font-weight: bold;
	color: #093C73;
}

.bgSearchLightblue
{
	width: 617px;
	height: 501px;
	background-image: url(bg_lightBlue.png);
	background-repeat: no-repeat;
	margin-left: 7px;
	margin-top: 20px;
}

.imgDown
{
	width: 127px;
	height: 47px;
	background-image: url(img_down.png);
	margin: 0 auto;
}

.bgSearch3
{
	clear: both;
	border: dashed 1px #90A1D5;	
	background: white;
	margin: 15px 55px 0px 55px;
	padding: 10px;
}

.lineDiv2
{
	height: 1px;
	border-top: dashed 1px black;
	width: 100%;
}

.cellinterline SPAN
{
	margin-bottom: 2px;
}

.linkbutton
{
	float: right; 
	margin: 5px 25px;
	text-decoration: none;
	font-size: 12px;
}



#scrollbar_container5 img, #scrollbar_container3 img
{
	margin-right: 16px;
	width: 95px;
	height: 63px;
}


.divPhotos
{
	/*width: 100%;*/
	margin: 0 auto;
	font-family: Verdana;
	font-size: 14px;
	color: #093C73;
	font-weight: normal;
	text-align: center;
}

.divPhotos #scrollbar_container, #scrollbar_container2
{
	height: 70px;
	width: 285px; /* ancho del virtual panel*/
	margin-top: 0px;
	overflow: hidden;
	display: block;
}

.divPhotos #scrollbar_container img, #scrollbar_container2 img
{
	margin-right: 1px;
	/*width: 136px;
	height: 90px;*/
	width: 95px;
	height: 63px;
	
}
.divPhotosVirtual {
	font-family: Verdana;
	font-size: 11px;
	color: #093C73;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
}
.divPhotos #scrollbar_container, #scrollbar_containerVirtual {
	height: 215px;
	width: 300px; /* ancho photos panel */
	margin-top: 0px;
	overflow: hidden;
	display: block;
}



#controlImages A
{
	
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
/*display: block; }*/
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#copyright
{
	position: absolute; right: 146px; right: 150px; top: 510px; color: White; font-size: 9px; font-family: Tahoma;
}

.highlight
{
	background-color: #FEF1C3;
}

.accepTerms
{
	font-family: Verdana;
	font-size: 9px;
	color: Red;
	float: left;
	margin-top: 5px;
}

.containerRoom
{
	border: solid 1px #517DBA;
	width: 450px;
	margin-left: 96px;
	font-size: 11px;
	color: Black;
	font-weight: bold;
	background-color: #DFF6FF;
}

.containerRoom .detailContentRomm
{
	font-weight: normal;
	font-size: 11px;
	background-color: #FAFDB3;
	width: 330px;
	margin-top: 5px;
}

.containerRoom .detailContentRomm .tableDetail
{
	width: 330px;
	text-align: center;
	margin-bottom: 6px;
}

.containerRoom .detailContentRomm .tableDetail td
{
	height: 15px;
}

.containerYourBooking
{
	margin: 22px 25px 0px 25px;
	color: Black;
	font-size: 12px;
	font-weight: bold;
}

.bookingTotalRoom
{
	width: 450px;
	margin-left: 96px;
	font-size: 11px;
	color: Black;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}

.dataUser
{
	margin-top: 20px;
	margin-left: 96px;
	text-align: left;
}

.containerErrorPage
{
	margin: 22px 25px 0px 25px;
	color: Black;
	font-size: 12px;
	font-weight: bold;
}

.containerErrorPage .contentErrorPage1
{
	font-size: 14px;
	color: Red;
	font-weight: normal;
	margin-bottom: 20px;
}

.containerErrorPage .contentErrorPage2
{
	font-weight: normal;
	font-size: 10px;
	color: #7F7D7A;
}

.availability
{
	background: url(availability_home.png) no-repeat;
	float: right; 
	margin-top: 20px;
	height: 17px;
	width: 123px;
}
.availability_home
{
	background: url(availability_home.png) no-repeat;
	float: right; 
	margin-top: -10px;
	height: 17px;
	width: 123px;
}



.availability:hover
{
	background: url(availability_home2.png) no-repeat 0px -17px;
}

.availability A
{
	position: relative;
	top: -2px;
	font-size: 9px;
	color: #95969A;
	text-decoration: none;	
	float: right;
	padding: 0px 20px 0px 20px;
}

.availability A:hover
{
	color: #85868A;
}

.availability_home:hover
{
	background: url(availability_home2.png) no-repeat 0px -17px;
}

.availability_home A
{
	position: relative;
	top: -2px;
	font-size: 9px;
	color: #95969A;
	text-decoration: none;	
	float: right;
	padding: 0px 20px 0px 20px;
}

.availability_home A:hover
{
	color: #85868A;
}
.availability1
{
	background: url(availability_home2.png) no-repeat;
	float: right; 
/*	margin-top: 1px;*/
	height: 17px;
	width: 123px;
}
.availability1:hover
{
	background: url(availability_home2.png) no-repeat 0px -17px;
}

.availability1 A
{
	position: relative;
	top: 1px;
	font-size: 9px;
	color: #95969A;
	text-decoration: none;	
	float: right;
	padding: 0px 20px 0px 20px;
    left: 0px;
    margin-top: 0px;
}

.availability1 A:hover
{
	color: #85868A;
}
.drivingdirections
{
	width: 320px;
	background: white;
	border: Solid 1px Black;
	padding: 10px;	
}

.pricedetailsbutton
{
	float: left;
	text-decoration: none;
	height: 14px;
	width: 19px;
	padding-left: 15px;
	padding-bottom: 2px;
	background: url(arrow_details.png) no-repeat 0px 0px;
}

.pricedetailsbutton:hover
{
	background: url(arrow_details.png) no-repeat 0px -14px;
}

.default_language
{
	font-size: 11px; color: White;
	position: relative;
	/*top: 455px;
	right: 300px;*/
	margin-top: -30px;
	
	/*text-align:right;*/
	width:630px;
	/*text-align: right;
	line-height: 26px;*/
	z-index:5
}

.default_language A
{
	color: White;
	text-decoration: none;	
	/*margin-left: 10px;
	float: left;*/
	margin-right: 10px;
	float: right;
	display: block;
}

.default_language A:hover
{
	text-decoration: underline;	
}
.facility_title
{
      font-size : 12px;
      font-weight :bold;
      font-style:  italic ;   
      color:Gray; 
}

.section_title
{
      text-align:left; padding-left:20px; font-weight:bold;font-size: large;  color: Gray; height:50px;  vertical-align: middle;
}

.photo_title
{
      text-align:left; padding-left:20px; font-weight:bold; font-size: smaller; color:#0174DF;
}

.tablehomespacer
{
    height:35px;
}



.facebook
{
	font-size: 10px;
	 /*font-weight:bold;*/
	text-decoration: none;	
	color:#333333;
	/*font-family: Verdana;*/
	margin-top: 10px;
	margin-left: 10px;
	width: 625px;
	/*text-align:center;*/
}
.facebook A
{
	color: #666666;
	text-decoration: none;	
	
	display: block;
}

.facebook A:hover
{
	text-decoration: underline;	
}


