/* CSS3 */
/* Developed by: MrCh0n <mrchon@gmail.com> */  
/* fecha de creacion: 11/02/2013 */  
/* fecha de modificacion: 11/02/2013 */
/* =================================================================== 
 * OBJETOS SLIDER PRINCIPAL
 * ===================================================================*/
#body_slider {
	display:block;
	border:0px solid #0f0;
	position:relative;
	
	width:100%;
} 
#body_slider img{
	border:0px solid #000;
	width:100%;
	position:relative;
}
#progress { 
	background: #2E499A; 
	position: absolute; 
	bottom: 0; 
	height: 6px; 
	width: 0%; 
	z-index: 500; 
}

/* =================================================================== 
 * OBJETOS DEL SLIDER DE HOTELES
 * ===================================================================*/

#body_sliderhotel{
	display:relative;
	background-color: #f3f3f3;
	/*
	background: #f3f3f3 url(../imagenes/pedazitogris.jpg) repeat-x left top;
	background-image: url(../imagenes/pedazitogris.jpg);
	background-position:left top;
	background-repeat: repeat-x;
	*/
	padding-top:10px;
	text-align:center;
}
#sliderhoteles{
	margin:auto;
}
#sliderhoteles li{
	border:0px solid #000;
	text-align:center;
	width:15%;
	height:110px;
	min-width:200px;
}
/* =================================================================== 
 * OBJETOS DEL CENTRO, PROMOCIONES Y VIAJES
 * ===================================================================*/
#body_centrado{
	border:0px solid #00f;
	padding:10px;
	width:100%;
}

#body_promo{
	border:0px solid #000;
	width:100%;
}
.title_promos{
	
}
.grid_promos{
	border:0px solid #000;
	width:100%;
}
.grid_promos>ul{
	border:0px solid #0f0;
	margin:auto;
	padding:0;
	list-style-type: none;
	list-style: none;
	list-style-position: inside;
	height:100%;
	width:100%;
}
.grid_promos>ul>li{
	border:0px solid #000;
	display:inline-block;
	float:left;
	overflow:hidden;
	text-align:center;
	padding:auto;
}
.grid_promos ul li:hover{
	cursor:pointer;
}
.grid_a4tipos{
	width:25%;
}
.content_promo{
	margin:auto;
	border:1px solid #E6E5EA;
	width:275px;
	height:320px;
	position:relative;
}
.title_promo{
	border:0px solid #000;
	display:block;
	position:relative;
	clear:both;
	font-weight:bolder;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 5px;
	color:#848484;
	width:100%;
	
}
.stars_promo{
	border:0px solid #000;
	display:block;
	text-align:center;
	vertical-align:middle;
	height:50px;
	width:100%;
	font-weight:bolder;
	font-size: 0.9em;
	color:#333;
	padding-left:3px;
	padding-right:3px;
}
.prices_promo{
	border:0px solid #000;
	display:block;
	bottom:0;
	background-color:#F8F8F8;
	position:absolute;
	height:50px;
	width:100%;
	text-align:right;
}
.alignright_promo{
	float:right;
	padding-right:10px;
}
.precio_promo{
	border:0px solid #000;
	height:100%;
	float:left;
	font-weight:bolder;
	font-size: 2.5em;
	color:#FF5C1D;
	vertical-align:middle;
	
}
.moneda_promo{
	border:0px solid #000;
	display:inline-block;
	font-size: 2em;
	float:left;
	color:#848484;
	padding-top:10px;
	padding-right:10px;
}
.cents_promo,.desde_promo{
	border:0px solid #000;
	display:inline-block;
	font-size: 1em;
	font-weight:bolder;
	float:left;
	color:#848484;
	padding-top:10px;
	padding-left:10px;
	height:50px;
	
}
.desde_promo{
	padding-top:20px;
	padding-right:10px;
}

/* =================================================================== 
 * SECCION Nuestra Historia
 * ===================================================================*/
#body_historia{
	padding-top:10px;
	width:49%;
	text-align:left;
	display:inline-block;
	float:left;
}

.texto_historia{
	font-size: 1.3em;
	text-align:justify;
	padding-right:20px;
	vertical-align:middle;
	padding-top:10px;
	padding-bottom:10px;
}
.title_historia{
	font-size: 2.5em;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#CEB575;
}
/* =================================================================== 
 * SECCION Playas Nacionales
 * ===================================================================*/
#body_playasnac{
	padding-top:10px;
	width:49%;
	text-align:right;
	display:inline-block;
	float:left;
}
.alignright{
	width:100%;
	text-align:left;
}
.grid_playas{
	margin-right:10px;
	margin-bottom:10px;
}
.boton_promo{
	float:right;
	margin-left:5px;
	margin-right:5px;
	background-color:#F6EA4D;
	border-radius: 5px;
	white-space: nowrap;
	border:1px solid #F6EA4D;
}
.boton_promo>span{
	color:#848484;
	font-size:1em;
}
.ajax-popup-link:hover{
	text-decoration:none;
}
