*{
	border: 0;
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
@font-face {
    font-family: 'Infinity';
    src: url('fonts/INFINITM.eot');
    src: url('fonts/INFINITM.eot?#iefix') format('embedded-opentype'),
         url('fonts/INFINITM.TTF') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Infinity Bold';
    src: url('fonts/INFINSTB.eot');
    src: url('fonts/INFINSTB.eot?#iefix') format('embedded-opentype'),
         url('fonts/INFINSTB.TTF') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

body{
	background: url(../img/bgr.png) #ffffff left repeat-y;
	color: #232320;
	font: .75em Verdana,Geneva,Arial,Helvetica,Sans-Serif;
}

.infinity {
	font-family:Infinity;
}
strong.infinity,
.infinity strong {
	font-family:"Infinity Bold";
}
.floatLeft {
	float:left;
}
p span {
    color: #737171;
}
a{
	color: #0ab3d2;
	text-decoration: none;
	cursor:pointer;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
h2{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em;
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em;
    color: #0AB3D2;
}
h4{
	font-size: 1em;
	margin: 0 0 .5em;
}
p{
	padding: 0 0 1em;
}
table{
	border-collapse: collapse;
	width: 100%;
}
/*=== Fondo ===*/
#bg{
	background: url(../img/bgr.png) right repeat-y;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 939px;
}
/*=== Cabecera ===*/
#cabecera{
	background: #22221f;
	border-bottom: 1px dotted #4c4c4c;
	height: 120px;
	padding: 20px 20px 0;
}
#cabecera .hora{
	color: #ffffff;
	float: right;
	font-size: 45px;
	padding: 0 0 30px;
}
#linkVerReserva {
	float:right;
	display:inline;
	clear:right;
	padding:3px;
	color:#FFF;
	background:#0AB3D2;
}
#cabecera h1{
	background: url(../img/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 233px;
}
#cabecera h1 a{
	display: block;
	height: 107px;
	text-decoration: none;
}
/*=== Calendario ===*/
.calendariosDinamicos{
	background: #22221f;
	color: #f4f4f4;
	margin: 20px;
	height:1%;
	position:relative;
	overflow:hidden;
}
.calendariosDinamicos table {
	width:420px;
	position:absolute;
}
.calendariosDinamicos .segundoMes {
	margin-left:477px;	
}
.calendariosDinamicos .futuro {
	margin-left:964px;	
}
.calendariosDinamicos .pasado {
	margin-left:-477px;
}
.calendariosDinamicos caption{
	background: #31312e;
	color: #0ab3d2;
	font-size: 25px;
	padding: 13px 0;
	text-align: center;
}
.calendariosDinamicos caption a{
	color: #0ab3d2;
}
.calendariosDinamicos .anterior{
	float: left;
	margin: 0 -13px 0 13px;
	cursor:pointer;
}
.calendariosDinamicos .siguiente{
	float: right;
	margin: 0 13px 0 -13px;
	cursor:pointer;
}
.btn-reservar{
	border-bottom: 1px dotted #41403f;
	clear: both;
	height: 63px;
	padding: 420px 0 20px;
}
.btn-reservar .noDisponible a {
	opacity:0.3 !important;
	filter:alpha(opacity=30) !important;
	cursor:default;
}
.btn-reservar .fl {
	font-size:0.9em;
	color:#706E6E;
}
.btn-reservar .fl label {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:200px;
}
.btn-reservar .fl label em {
	display:block;
	padding:0.25em 0 1em 0;
}
.btn-reservar .fl span {
	margin-right:0.25em;
	font-size:1.3em;
	color:#F4F4F4;
}
.btn-reservar .fl select {
	width:3em;
	color:#FFF;
	background:#22221F;
}

.calendariosDinamicos thead{
	color: #0ab3d2;
	font-size: 25px;
	text-align: right;
}
.calendariosDinamicos thead th{
	font-weight: normal;
	line-height: 55px;
	padding: 0 5px;
}
.calendariosDinamicos td{
	border-top: 1px dotted #41403f;
	color: #706e6e;
	font-size: 20px;
	height:36px;
	padding: 5px;
	text-align: right;
	cursor:pointer;
}
.calendariosDinamicos td strong{
	color: #f4f4f4;
	display: block;
	font-size: 11px;
}
.calendariosDinamicos td strong small{
	font-size: 11px;
}
.calendariosDinamicos td.noDisponible{
	opacity:0.3;
	filter:alpha(opacity=30);
	cursor:default;
}
.calendariosDinamicos td.seleccionado{
	background: #09b3d2;
	color: #ffffff;
}
.calendariosDinamicos td.enSeleccion{
	background: #08a2bd;
	color: #ffffff;
}
.calendariosDinamicos td.seleccionado a,
.calendariosDinamicos td.enSeleccion a{
	color: #ffffff;
}
.calendariosDinamicos td.jsError {
	background:#aa0000;
}
.calendariosDinamicos td.sinCupo,
.calendariosDinamicos td.sinCupo a,
.calendariosDinamicos td.sinCupo strong,
.calendariosDinamicos td.sinCupo strong small{
	color: #cc6666;
	cursor:default;
}
table.futuro caption .anterior,
table.segundoMes caption .anterior,
table.primerMes  caption .siguiente,
table.pasado  caption .siguiente {
  opacity:0;
  filter:alpha(opacity=0);
  cursor:default;
}
/*=== Calendario en proceso de reserva y override de estilos ===*/
#page .fBox {
	padding-left:0;
	padding-right:0;
}
.fBox .calendariosDinamicos {
	height:406px;
}

/*=== Navegacion ===*/
/*- Nav1 -*/
.nav1{
	background: url(../img/nav1-bgr.png) top repeat-x;
	font-size: 12px;
	height: 65px;
}
.nav1 ul{
	padding: 40px 0 0
}
.nav1 li{
	float: left;
	line-height: 18px;
	padding: 0 5px 0 0;
	position: relative;
}
.nav1 li a{
	color: #ffffff;
	display: block;
	padding: 0 15px;
	position: relative;
}
.nav1 li a span{
	display: none;
}
.nav1 li a:hover span,
.nav1 li.active a span{
	background: url(../img/nav1-hover.png) #0ab3d2 bottom no-repeat;
	display: block;
	font-size: 11px;
	height: 40px;
	left: 15px;
	padding: 15px 0 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: -55px;
	width: 55px;
}
.nav1 li a:hover{
	text-decoration: none;
}
.nav1.mins{
	margin: 0 0 30px;
}
.nav1.mins li{
	padding: 0 30px 0 0;
}
.nav1.mins li a:hover span{
	font-size: 19px;
}
/*- Nav2 -*/
.nav2{
	margin: 0 0 1em;
}
.nav2 h2{
	padding: 0 0 0 20px;
}
.nav2 li{
	margin: 0 0 1px;
}
.nav2 li a{
	color: #54544d;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 20px;
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../img/nav2-ico.png) no-repeat 8px 7px;
	font-weight: bold;
	text-decoration: none;
}
/*- Nav3 -*/
.nav3{
	margin: 0 0 15px;
}
.nav3 li{
	margin: 0 0 2px;
	padding:0 0 0 0 ;
	padding-bottom:0;
}
.nav3 li a{
	background: url(../img/ico-bottom.png) #32322f right no-repeat;
	color: #0ab3d2;
	display: block;
	font-size: 20px;
	height: 40px;
	letter-spacing: -1px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin-bottom:0;
}
.nav3 li.active a.ui-accordion-header.ui-state-active{
	background: url(../img/ico-top.png) #32322f right no-repeat;
	text-decoration: none;
	padding-bottom:0;
}
.nav3 li.active{
	background: #32322f;
	height: 1%;
}
.nav3 li.active li{
	color: #ffffff;
	padding: 0 0 5px;
}

.nav3 li a:hover {	
	text-decoration: underline;	
}

#habitaciones{
width:95%;}
.nav3 li.active li a.ui-accordion-header{
	background: url(../img/ico-grey-top.png) #32322f right no-repeat;
	color: #5d5e59;
	border-top:1px dashed #666666;
	font-size: 15px;
	height: auto;
	display:block;
	line-height: normal;
	padding: 0;
}
.nav3 li.active li a.ui-accordion-header.ui-state-active{
	background: url(../img/ico-grey-bottom.png) #32322f right  no-repeat;
	color: #5d5e59;
	border-top:1px dashed #666666;
	font-size: 15px;
	height: auto;
	display:block;
	line-height: normal;
	padding: 0;
}


.nav3 li.active li a{
	background: none;
	color: #ffffff;
	font-size: 11px;
	height: auto;
	line-height: normal;
	padding: 0;
}


.nav3 li.active li a:hover{
	text-decoration: underline;
}
.nav3 li.active ul{
	float: left;
	padding: 15px 15px 15px 15px ;
	/*width: 190px;*/
}
/*=== Secciones ===*/
/*- Seccion1 -*/
.seccion1{
	height: 478px;
}
.seccion1-pic{
	position: absolute;
}
.seccion1-h1{
	margin: 45px 0 0 38px;
	position: absolute;
}
.seccion1-h2{
	margin: 294px 0 0 41px;
	position: absolute;
}
.seccion1-next{
	margin: 295px 0 0 855px;
	position: absolute;
	z-index:999999;
}
/*- Seccion2 -*/
.seccion2{
	height: 350px;
	width: 525px;
}


/*.seccion2-pic{
	position: absolute
}*/
.seccion2-next{
	margin: 135px 0 0 837px;
	position: absolute;
	z-index:99;
}

.seccion2-prev{
	margin: 135px 0 0 376px;
	position: absolute;
	z-index:999997;
}

/*- Seccion2 -*/
.seccion3{
	height: 597px;
	width: 939px;
}
.seccion3-pic{
	position: absolute;
}
.seccion3-h1{
	margin: 23px 0 0 20px;
	position: absolute;
}
.seccion3-h2{
	margin: 543px 0 0 20px;
	position: absolute;
}
.seccion3-texto{
	margin: 23px 0 0 388px;
	position: absolute;
	background:#232320;
	padding:20px;
	color:#FFFFFF;
	width:330px;
}
.seccion3-texto ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    background: url(../img/bullet.gif) no-repeat;
}
.seccion3-price{
	margin: 23px 0 0 738px;
	position: absolute;
}
.seccion3-btn{
	margin: 490px 0 0 705px;
	position: absolute;
}
/*- ofertas -*/
#oferta1,
#oferta2 {
	background:#232320;
	color:#FFFFFF;
	width:447px;
	height:210px;
	padding:20px 0 20px 15px;
	margin-bottom:15px;
}
#oferta1 {
	margin-right:15px;
}
#oferta1 .floatLeft,
#oferta2 .floatLeft {
	width:245px;
	padding-right:25px;
}
#oferta1 .floatLeft p.text,
#oferta2 .floatLeft p.text {
	margin-bottom:15px;
}
.ofertaInexistente img{
	width:462px;
	height:250px;
	margin:-20px 0 -20px -15px;
}
p.infinity {
	background:#0AB3D2;
	margin:15px 20px 0 270px;
	color:#232320;
	font-size:1.16em;
	padding:0 5px 20px 10px;
}
p.infinity strong.infinity {
	font-size:2.8em;
	line-height:0.5em;
}
/*- Seccion4 -*/
.seccion4{
	height: 178px;
	width: 267px;
}
.seccion4-pic{
	position: absolute;
}
.seccion4-btn{
	margin: 67px 0 0 170px;
	position: absolute;
}
/*=== Titulos ===*/
.titulo{
	background: url(../img/ico-arrdown.png) top left no-repeat;
	border-bottom: 1px dotted #4c4c4c;
	height: 95px;
	margin: 0 0 7px;
	padding: 4px 0;
}
.titulo2{
	background: url(../img/headline2-bgr.png) top no-repeat;
	height: 36px;
	margin: 0 0 10px;
	clear:both;
}
.titulo2 h2{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 0 0 0 15px;
	clear:left;
}
.titulo3{
	background: #232320;
	height: 38px;
	margin: 0 0 15px;
}
.titulo3 h2{
	color: #0ab3d2;
	font-size: 21px;
	font-weight: normal;
	line-height: 38px;
	margin: 0;
	padding: 0 0 0 10px;
}
/*=== Columnas ===*/
.col1{
	float: left;
	width: 540px;
}
.col2{
	float: right;
	width: 365px;
}
.col3{
	float: left;
	width: 355px;
}
.col4{
	float: left;
	width: 187px;
}
.col5{
	float: left;
	margin: 0 0 0 30px;
	width: 435px;
}
.col6{
	float: right;
	width: 267px;
}
.col7{
	float: left;
	width: 400px;
}
.col8{
	float: right;
	width: 445px;
}
.col9{
	color: #ffffff;
	float: left;
	width: 450px;
}
.col10{
	float: right;
	width: 345px;
}
/*=== Boxes ===*/
/*- Box1 -*/
.box{
	background: #232320;
	color: #737171;
	height: 1%;
	margin: 0 0 10px;
	padding: 20px;
}
.box a{
	color: #0ab3d2;
}
.box h2{
	color: #4c4c4c;
}

.box strong{
	color: #0AB3D2;
}

/*- Box2 -*/
.box2{
	background: #232320;
	color: #f4f4f4;
	height: 1%;
	padding: 20px;
}
.box2-bot{
	background: url(../img/ico-arrdown.png) top left no-repeat;
	height: 9px;
	margin: -10px 0 45px;
	overflow: hidden;
}
.box2 h2{
	color: #0ab3d2;
	font-size: 1.7em;
}
.box2 h4{
	color: #0ab3d2;
}
/*- Box3 -*/
.box3{
	background: #232320;
	color: #0ab3d2;
	height: 43px;
	height: 1%;	
	margin: 0 0 45px;
	padding: 10px 20px;
}

.box3 .fl {
	font-size: 16px;
	line-height: 43px;
}
/*=== Listas ===*/
.list1 ul{
	margin: 0 0 1.3em;
}
.list1 li a, .list1 p a{
	color: #fff;
	text-decoration: underline;
}
/*=== Formulario ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select{
	padding: 1px;
}
/*- Form1 -*/
.form1{
	margin: 0 0 1em;
}
.form1 div{
	margin: 0 0 1px;
	padding: 0 0px 0 0;
}

.form1 input, .form1 textarea{
	background: #32322f;
	border: 0;
	color: #706e6e;
	font-size: 12px;
	font-size: 12px;
	padding: 5px;
	width: 335px;
}
#file a:hover, #file a:hover .file_1, #file:hover {
	cursor:pointer;
}

.form1 input:focus, .form1 input:active, .form1 textarea:focus, .form1 textarea:active  {
background-color:#41413e;
border:0;
}




/* Form1 FILE */
.form1 input.file_1{
	border:none;
	width:200px;
	cursor:pointer;

}


/* Form1 Botones */
.form1 .submit{
	margin: 10px 0 0;
}
.form1 input.btn{
	background: none;
	border: 0;
	padding: 0;
	width: auto;
}
/* Form1 Textarea */
.form1 textarea{
	height: 60px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
}
/*=== Botones Links ===*/
.btn-time2book {
	float: right;
	font-size:1.1em;
	background:url(../img/btn-time2book.png) no-repeat;
	width: 188px;
	height:44px;
	padding:18px 0 2px 80px;
	line-height:1.4em;
	color: #FFF;
	text-decoration:none !important;
}
.btn-time2book strong {
	display:block;
	font-size:1.4em;
}

.btn-languages{
	background: #232320;
	color: #0ab3d2;
	line-height:28px;
	float:right;
	clear:right;
	width:251px;
	padding-left:17px;
}
.btn-languages a {
	margin:0 5px;
}
.btn-languages a.active {
	color:#FFF;
}
.btn-itsatime {
	background: url(../img/btn-itstime.png) right no-repeat;
	color: #ffffff;
	display: block;
	font-size: 12px;
	height: 43px;
	line-height: 43px;
	padding: 0 50px 0 0;
	text-align: right;
}
.btn-testimonial{
	background: url(../img/ico-testimonial.png) #232320 no-repeat 7px 7px;
	color: #ffffff;
	height: 46px;
	line-height: 46px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 0 60px;
}
.btn-testimonial em{
	color: #0ab3d2;
	font-style: normal;
	font-weight: bold;
}
/*=== Fotos ===*/
.pic img{
	display: block;
	margin: 0 0 1em;
}
.pic2{
	display: block;
	margin: 0;	
}
/*=== Varios ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl{
	border-bottom: 1px dotted #41403f;
	clear: both;
	height: 1px;
	margin: 10px 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}


#serviciosHotel {
	width: 390px;
}

#serviciosHotel li {
	width: 400px;
	float: left;
}

#reservar {
	display: none;
	background:#22221f;
}
/* override de estilos del jquery de reservas */
#page .ui-accordion-content {
	background:transparent;
	border:0;
}
#page .ui-accordion-header {
	border:none;
}
#page .ui-accordion-header .ui-icon{
	display:none;
}

.sliderContainer, .nav1-1, .slider_hazclick {
	display: none;
}






/*TIMELINE!!!*/
.slider {
	background:transparent url(../img/nav1-bgr.png) repeat-x scroll center top;
	font-size:12px;
	height:45px;
}
		
.sliderContainer {
	background-color: #232320;
}		
		
.sliderControl {
	background:#0AB3D2 url(../img/nav1-hover.png) no-repeat scroll center bottom;
	display:block;
	font-size:11px;
	height:40px;
	left:15px;
	padding:15px 0 0;			
	text-align:center;
	text-decoration:none;
	top:-15px;
	width:55px;
	cursor: pointer;
}
	

#sliderContainer, #sliderContainer2 {
	width: 939px;		
}			
	
 .sliderGallery{           
	overflow: hidden;
	position: relative;            
	height: 460px;					
}

.sliderGallery .slider_inicio{
	position:absolute;
	height: 500px;	
	z-index:9999999;
}

.sliderGallery .slider_inicio .slider_hazclick{
	position:absolute;
	left:40px;
	top:400px;
	z-index:9999999999;
}

.GalleryImages {           
	overflow: hidden;
	position: relative;            
	height: 410px;					
}
	
.sliderGallery ul, .GalleryImages ul {
	position: absolute;			
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}


#Galeria .seccion2 ul li p{
	height: 70px;
	width: 505px;
	position:absolute;
	margin-top:350px;
	padding:10px;
	color:#FFFFFF;
	background:#232320 none;
	white-space:normal;
	line-height:18px;
}
  
        
.sliderGallery ul li, .GalleryImages ul li {			
	display: inline;			
}

.nav1-1 {
	background-color:#232320;
	font-size: 12px;
	height: 50px;
}

.nav1-1 li{
	float: left;
	line-height: 18px;
	padding: 0 5px 0 0;
	position: relative;
	text-align: center;
}
.nav1-1 li a{
	color: #ffffff;
	display: block;
	padding: 0 15px;
	position: relative;
}
.nav1-1 li a span{
	display: none;
}

.nav1-1 li a:hover span, .nav1-1 li.active a span{
	background:transparent url(../img/tooltip-timeline.png) no-repeat center bottom;
	/*display: block;*/
	font-size: 11px;
	height: 31px;
	left: 50%;
	z-index:999999999;
	margin-left:-42px;
	padding: 20px 0 0 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: -55px;
	width: 85px;
}
.nav1-1 li a:hover{
	text-decoration: none;
}	

.nav1-1.mins{
	margin: 0 0 30px;
}
.nav1-1.mins li{
	padding: 0 60px 0 0;
}
.nav1-1.mins li a:hover span{
	font-size: 19px;
}




.currentFooter {
	color: white;
}
.footerItem {
	padding: 0;
}




/*--------------*/

.sliderGallery .copy_timeline{
position:absolute;
z-index:9999;
top:0;
left:0;
}
.sliderGallery .copy_timeline.block{
position:absolute;
z-index:9999;
top:0;
left:0;
display:block;}

div.infoLeft {
		width:202px;
		float:left;
		color:#FFF;
	}
div.infoLeft span.fuente {
	color:#0AB3D2;
    font-family: 'Infinity';
	font-size:2em;
	font-weight:bold;
	line-height:110%;
	padding:0;
	padding-top:0px;
}

