@charset "UTF-8";
/* CSS Document */

body{
	background:url(../images/bg/bg-top.jpg) repeat-x;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#606060;}

p{
	padding:0;
	margin:10px 0 15px 0;
	line-height:17px;
	}

a:link{
	color:#0088cf;
	text-decoration:underline;}
	
a:visited, a:active{
	color:#22bce2;
	text-decoration:underline;}

a:hover{
	text-decoration:none;}
	
strong{
	color:#000;
	}

img{
	border:none !important;
	}	

ul{
	margin:0;
	padding:0;
	list-style:none;
	}

h1{
	color:#146395;
	font-size:24px;
	margin:0;
	font-family:Candara;
	letter-spacing:-1px;
	line-height:20px;
	font-weight:normal;
	}

h2{
	color:#146395;
	font-size:18px;
	margin:10px 0 0 0;
	font-family:Candara;
	letter-spacing:-1px;
	font-style:normal;
	}

h3{
	color:#000;
	font-size:15px;
	margin:0;
	font-family:Candara;
	letter-spacing:-.5%;
	}
	
h4{
	color:#fff;
	font-size:14px;
	margin:5px 0 0 10px ;
	font-family:Candara;
	letter-spacing:-.5%;
	}	
	
	
 h5{
	color:#000;
	font-size:20px;
	margin:0;
	line-height:22px;
	font-family:Candara;
	letter-spacing:-1px;
	font-weight:normal;
	}
	
	h6{
	color:#146395;
	font-size:28px;
	margin:0;
	font-family:Candara;
	letter-spacing:-1px;
	line-height:22px;
	font-weight:normal;
	}
	
	
	h7{
	color:#000;
	font-size:20px;
	margin:0;
	line-height:22px;
	font-family:Candara;
	letter-spacing:-1px;
	font-weight:normal;
	}
	
#header{
	padding:15px 0 0 0;
	margin-bottom:25px;
	}

#header_links{
	font-size:10px;
	margin: 0 0 15px 0px;
	padding: 10px 0 0 0px;
	text-transform:uppercase;
	text-align:right;
	line-height:20px;
	float:right;
	}

#header_links a{
	color:#686868;
	}

/************************* NAVEGACION *****************************/

#nav{
	float:left;
	margin:22px 0 0 0;
	list-style:none;
	padding:0;
	width:100%;
	display:inline;
	}

#nav li {
	display:block;
	float:left;
	margin-right:30px;
	padding: 0 15px 0 15px;
	font-size:13px;
	color:#FFF;
	width:auto;
	text-transform:uppercase;
	}
	
#nav li a{
	float:left;
	text-decoration:none;
	color:#FFF;
	}
	

/************************* COLUMNAS INDEX *****************************/
#col_left{
	margin-bottom:20px;
	text-align:left;}

#col_left .titulo{
	width:96%;
	float:left;
	padding:5px;
	background:#F1FaFe;
	margin-bottom:5px;
	height:50px;
	border:1px solid #06C;
	}

#col_left .titulo h1{
	color:#146395;
	font-size:16px;
	text-transform:uppercase;
	margin:0 0 0 10px;
	font-family:Candara;
	letter-spacing:-1px;}

#col_left .titulo .icon{
	padding:0;
	float:left;
	margin-right:10px;
	}

#col_middle{
	margin-bottom:20px;
	text-align:left;}

#col_middle .titulo{
	width:96%;
	float:left;
	padding:5px;
	background:#F1FaFe;
	margin-bottom:5px;
	height:50px;
	border:1px solid #06C;
	}

#col_middle .titulo h1{
	color:#146395;
	font-size:16px;
	text-transform:uppercase;
	margin:0 0 0 10px;
	font-family:Candara;
	letter-spacing:-1px;}

#col_middle .titulo .icon{
	padding:0;
	float:left;
	margin-right:10px;
	}

#col_right{
	margin-bottom:20px;
	text-align:left;
	}

#col_right .titulo{
	width:96%;
	float:left;
	padding:5px;
	background:#F5F5F5;
	margin-bottom:5px;
	height:50px;
	border:1px solid #06C;
	}

#col_right .titulo h1{
	color:#146395;
	font-size:16px;
	text-transform:uppercase;
	margin:0 0 0 10px;
	font-family:Candara;
	letter-spacing:-1px;}

#col_right .titulo .icon{
	padding:0;
	float:left;
	margin-right:10px;
	}
	

/************************* LISTAS CATEGORIA *****************************/
#categos{
	display:block;
	background:#fafafa;
	border:1px solid #89bcdd;
	margin-bottom:15px;
	padding-right:8px;
	}

#categos .th{
	margin:1px 15px 1px 1px;
	float:left;
	}

#categos p{
	margin-bottom:5px;
	padding:0;}

#categos .info{
	float:left;
	border:1px solid red;
	}

#categos p{
	margin-top:5px;
	padding:0;
	text-align:justify;
	}

#categos a{
	color:black;
	text-decoration:underline;
	}


#contenido_b{
	border-left: 1px solid #89bcdd;
	padding-left:15px;
	margin: 0 0 20px -1px;
	}

#contenido_b h1{
	font-weight:300px;
	font-size:24px;
	font-style:normal;}
	
#contenido_c{
	padding-left:15px;
	margin: 0 0 20px -1px;
	}

/************************* LISTAS *****************************/

/*INDEX hotels, acitivities*/
ul#services_list {
	margin:0;
	padding:0;
	list-style:none;
	
	}

#services_list li{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 1px 0;
	padding:8px 0 8px 0;
	display:block;
	background:#F1FAFE;
	line-height:16px;
	border-top:1px solid #FFF;
	}

#services_list li img{
	float:left; margin: 0 10px 10px 0;}

/*Sidebar*/
ul#sidebar_list{
	margin:0 0 5px 0; 
	padding: 0 0 5px 0;
	list-style:none;
	}

#sidebar_list li a{
	display:block;
	padding:10px;
	text-decoration:none;
	color:#146395;
	border:1px solid #89bcdd;
	margin-bottom:-1px;
	}

#sidebar_list li a:hover{
	display:block;
	color:black;
	background:url(../images/bg/bg-sidebar-list.gif) repeat-x;
	}
	

/************************* PATH *****************************/
#path {
	width:96%;
	padding:8px;
	font-size:11px;
	margin-bottom:15px;
	border:1px solid #89bcdd;
	}

#path a{
	color:#000;
	}
/************************* SLIDESHOW *****************************/
#slideshow1{
	margin-bottom:10px;
	}
	
/************************* FOOTER *****************************/
#footer{
	text-align:center;
	color:#146395;
	padding: 20px 0;
	background:#e4eff9 url(../images/bg/bg-footer.gif) repeat-x;
	clear:both;
	margin:15px 0 0 0;
	width:100%;
	}

#footer a{
	color:#146395;
	}


.clear{
	clear:both;
	height:0;
	}
	
/************************* LIVE CHAT *****************************/	
	#live-chat {		
	border:1px solid #89BCDD;
	background-color:#f7fbfd;
	
    clear:both;
    float:left;
    font-size:11px;
    line-height:15px;
	width:198px;	
    padding:10px 0 10px 10px;    
	}
	
	/************************* LIVE CHAT *****************************/	
	#recs{
		
	margin-bottom:15px;
	padding-right:8px;
	background:#e4eff9 url(../images/bg/recomen.gif) repeat-x;
	height:210px;
	border:1px solid #89BCDD;
	display:block;
	margin-bottom:15px;	
	}
	
	#recomendacion{
	background:#e4eff9 url(../images/page/camera.png) no-repeat bottom right;
	border:1px solid #89bcdd;
	margin-bottom:15px;
	width:698px;
	}
	
	#title-recom h3{
	background:#e4eff9 url(../images/page/top-reco.jpg) repeat-x;
	padding:3px 0 0 10px;
	height:22px;
	color:#FFF;
	}
	
	
    /************************* Recomenciones *****************************/	
	#recomen{
	border-right: 1px solid #89bcdd;
	border-bottom: 1px solid #89bcdd;
	padding:15px;
	float:left;
	list-style:none;	
	height:154px;
	width:317px;
	}
	
	#recomen2{
	padding:15px;
	float:left;
	list-style:none;
	background:#e4eff9;	
	height:154px;
	width:318px;
	border-bottom: 1px solid #89bcdd;
	}
	
	#recomen3{
	padding:15px;
	float:left;
	list-style:none;
	height:155px;
	width:317px;
	border-right: 1px solid #89bcdd;
	}
	
	#recomen4{
	padding:15px;
	float:left;
	list-style:none;	
	height:155px;
	width:318px;
	}
	
	
	
	ul#recomen1 {
	margin:0;	
	padding:0;
	list-style:none;
	
	}

#recomen1 li{
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	display:block;
	}

#recomen1 li img{
	float:left; margin: 0 10px 10px 0;}

/*boton*/
ul#recomen1{
	margin:0 0 5px 0; 
	padding: 0 0 5px 0;
	list-style:none;
	}

#recomen1 li a{
	background:url(../images/bt/add-to.gif) no-repeat;
	width:180px;
	height:30px;
	display:block;
	/*padding:10px;*/
	text-decoration:none;
	margin-bottom:-1px;
	}

#recomen1 li a:hover{
	display:block;
	color:black;
	background:url(../images/bt/add-to1.gif) no-repeat;
	}
	
	
.lista_plana{
	margin: 0 0 10px 0;
	}


.lista_plana li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/icons/bullet_blue.png) no-repeat  3px 8px;
	display:block;
	font-size:12px;
	list-style-type:none;
	padding:4px 0 4px 20px;
	font-weight:normal;
	color:#0088cf;
	line-height:15px;
}

/******************************************************
				SLIDER
******************************************************/
#slider{
	padding:0px;
	width:940px;
	height:290px;
	margin-bottom:20px;
	z-index:2;
	}

ul.layers {
	display: block;
	position: relative;
	
}

ul.layers li.layer {
	position: absolute;
	display: block;
	
}

ul.layers li.layer.top {
	top: 0px;
	left: 0px;
	height: 300px;
	width: 940px;
}
ul.layers li.layer.bottom {
	bottom: 0px;
	left: 0px;
	z-index: 200;
}

#specialsGallery {
	margin: 0px;
	width: 940px;
	display: block;
	position: relative;
}
#specialsGallery .offer {
	overflow: hidden;
	z-index: 100;
}
#specialsGallery .offer .wrapper {
	position: relative;
	display: block;
}
#specialsGallery .offer.selected {
	display: block;
	z-index: 110;
}
#specialsGallery .offer .title, #specialsGallery .offer .teaser {
	position: absolute;
}
#specialsGallery .offer .title {
	top: 90px;
	left: 35px;
	font-size: 30px;
	color: #FFF;
	font-family: Georgia;
	line-height: 110%;
	text-shadow: 1px 1px 1px #333;
}
#specialsGallery .offer .teaser {
	top: 150px;
	left: 35px;
	font-size: 24px;
	color: #FFE600;
	width: 320px;
	line-height: 110%;
	text-shadow: 1px 1px 1px #333;
}

.controlList {
	display: block;
	position: absolute;
	bottom:15px;
	right: 10px;
	z-index: 110;

}
.controlList .item {
	display: block;
	float: left;
	padding: 3px 6px;
	border: 1px solid #ecf5fb;
	background-color: #fff;
	margin-right: 6px;
	font-weight: bold;
	color: #1f55a5;
	width: 14px;
	font-size:14px;
	text-align: center;
}
.controlList .item.selected, .controlList .item:hover {
	color: #FFF;
	background-color: #1f55a5;
}

iframe{
	background:#FAFAFA;
	}
	
	
	#virtual-tour{
	position:absolute;
	color:#0F9;
	top:120;
	z-index:-1;
	}
	
	
	#click-resorts{
		position:absolute;
		top:45px;
		left:380px;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;}
