#banner_home{
	width: 100%;
	height: 300px;
	background-color: #000;
	margin: 0;
	background-image: url('/images/banner1.png');
	background-repeat: repeat-x;
	position: relative;
}
#banner_home > div.wrapper{
	height: inherit;
	padding-top: 0;
	padding-bottom: 0;
}
#hmenu{
	margin-bottom: 0 !important;
}

#banner_home_foot{
	height: 90px;
	width: 650px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
}
#banner_home_foot > div{
	float: left;
	width: 490px;
	padding: 0 5px;
	height: inherit;
	overflow: hidden;
}
#banner_home_foot > div:first-child{
	width: 150px;
	height: inherit;
	text-align: center;
	padding: 0;
}

#banner_home_foot > div > span{
	padding-left: 3px;
	padding-right: 3px;
	font-family: Coneria;
	font-size: 2em;
	font-weight: bold;
	width: inherit;
	height: inherit;
	display: block;
	text-justify: distribute;
}

#home_left{
	width: 615px;
	min-height: 100px;
	float: left;
}
#home_right{
	float: right;
	width: 300px;
	min-height: 100px;
}
#home_left h3 a, #home_right h3 a{
	color: #000;
	text-decoration: underline;
}
#home_left p, #home_rigth p{
	margin: 0;
}
#home_left > div, #home_right > div{
	margin-top: 20px;
}
#home_left > div:first-child, #home_right > div:first-child{
	margin-top: 0;
}

#weekplan{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #EBEBEB;
	border: 1px solid #D5B5D7;
}
#head_weekplan{
	height: 85px;
	background-color: #6F1E73;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#head_weekplan > h2{
	font-family: Coneria;
	font-size: 2em;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 0 20px;
	color: #FFF;
}
#head_weekplan > select{
	float: right;
	margin: 15px 20px 0 0;
}
#head_weekplan > ul{
	clear: both;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#head_weekplan > ul > li{
	float: left;
	margin-left: 5px;
	background-color: #451247;
	cursor: pointer;
	padding: 5px 10px;
	color: #FFF;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#head_weekplan > ul > li:first-child{
	margin-left: 12px;
}
#head_weekplan > ul > li.s{
	background-color: #EBEBEB;
	color: #000;
}

#weekplan > ul{
	padding: 10px;
}
#weekplan > ul >li{
	width: 100%;
	min-height: 60px;
	border-top: 1px solid #AAA;
	padding: 5px 0;
}
#weekplan > ul >li:first-child{
	border-top: none;
}
#weekplan > ul >li .hora_ini_wp{
	float: left;
	width: 50px;
	text-align: right;
	padding-right:10px;
	font-weight: bold;
	color: #6F1E73;
}
#weekplan > ul >li .tour_desc{
	float: left;
	width: 400px;
}
#weekplan > ul >li .tour_desc h3{
	margin: 0 0 5px 0;
	padding: 0px;
}
#weekplan > ul >li .tour_desc h3 a{
	color: #6F1E73;
	text-decoration: none;
}
#weekplan > ul >li .right{
	float: right;
	width: 135px;
	text-align: right;
	padding-right: 10px;
}
#weekplan > ul >li div.right div.precio span.punta_izq{
	display: block;
	float: right;
	width: 21px;
	height: 28px;
	background-image: url('/images/punta-izq.png');
}
#weekplan > ul >li div.right div.precio span.precio{
	background-image: url('/images/fondo-titulo.png');
	display: block;
	float: right;
	width: 111px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1.3em;
}
li.sin-tours-wp{
	font-weight: bold;
	
}
.duracion_wp{
	font-weight: bold;
}

#home_actividades{
	
}
#head_home_actividades{
	position: relative;
}
#head_home_actividades h2, #home_ofertas h2, #home_mapa h2, #top5 h2, #recom h2, #tours_recom_zona > h2, #home_zonas > h2{
	display: inline-block;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Coneria;
	font-size: 2em;
}
#home_mapa h2, #top5 h2, #recom h2{
	padding: 0;
}
#head_home_actividades span{
	display: inline-block;
	margin-left: 20px;
}
#head_home_actividades > span > select{
	min-width: 150px;
	text-align: right;
}
#home_actividades > .contenido, #home_ofertas > .contenido, #recom .contenido{
	min-height: 150px;
	border: 1px solid #79C1BF;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	background-color: #D5E3E3;
	clear: both;
	padding: 10px;
}

#mapa_home_mapa{
	width: 100%;
	height: 310px;
	clear: both;
}
#top5 > ul{
	clear: both;
	padding-left: 15px;
}
#top5 > ul > li{
	margin-top: 5px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
#top5 > ul > li > span{
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin-right: 10px;
	float: left;
}
#top5 > ul > li > span.top3{
	background-color: #79C1BF;
}
#top5 > ul > li > span.top5{
	background-color: #918368;
}
#top5 > ul > li >  a{
	text-decoration: none;
	color: #000;
}

#recom .contenido{
	position: relative;
	padding: 15px 15px 35px 15px;
}
#foot_contenido_recom{
	position: absolute;
	width: 270px;
	height: 30px;
	bottom: 0;
}
#foot_contenido_recom > div{
	border-top: 1px solid #79C1BF;
}
.foto_recom, .foto_promo{
	width: 80px;
	height: 120px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px;
}
.foto_recom > img{
	position: absolute;
}
.cuerpo_recom > h3, .cuerpo_recom > h4, .cuerpo_promo > h3, .cuerpo_promo > h4{
	margin: 0;
	padding: 0;
}
.cuerpo_recom > h4{
	margin-top: 2px;
}
.cuerpo_promo > h4{
	margin-top: 5px;
}
.cuerpo_recom .precio_item > div{
	margin-left: 90px;
}


.precio_item{
	margin: 5px 0;
}
.precio_item span{
	display: inline-block;
}
.precio_item .ref{
	display: block;
}
.precio_item .valor_tarifa{
	font-weight: bold;
	font-size: 1.3em;
	margin-left: 5px;
}
.precio_item .boton{
	margin-top: 5px;
}

div.full{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 3px;
}
div.full a{
	color: #475F12;
	font-weight: normal;
}
div.foto_actividad{
	width: 180px;
	height: 182px;
	position: relative;
	overflow: hidden;
	background-color: #CCC;
	float: left;
}
div.foto_actividad > *{
	position: absolute;
}
div.foto_actividad > p.leyenda_foto{
	bottom: 2px;
	left: 0;
	background-color: rgb(10,10,10);
	background-color: rgba(30,30,30,0.75);
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #FFF;
}
#home_actividades > .contenido > ul{
	height: 182px;
	width: 400px;
	float: right;
}
#home_actividades > .contenido > ul > li{
	border-top: 1px solid #79C1BF;
	height: 90px;
}
#home_actividades > .contenido > ul > li:first-child{
	border: 0;
}
#home_actividades > .contenido > ul > li > h3{
	margin: 3px 0;
}
#home_actividades > .contenido > ul > li > p.precio_item > a.boton{
	float: right;
	margin: 0 30px 0 0;
}
#home_actividades > .contenido > ul > li > p.precio_item > span.valor_tarifa{
	font-size: 1.6em;
	margin: 0;
}

#home_ofertas div.promo{
	width: 49%;
	float: left;
	border-left: 1px solid #79C1BF;
	padding-left: 10px;
}
#home_ofertas div.promo:first-child{
	border-left: none;
	padding-left: 0px;
}
.foto_promo{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#home_ofertas h4{
	font-weight: normal;
}

span.circle{
	display: block;
	width: 16px;
	height: 16px;
	margin: 7px 0 0 10px;
	float: left;
	cursor: pointer;
	background-image: url('/images/galeria_off.png');
}
span.circle.on{
	background-image: url('/images/galeria_on.png');
}

#zonas-tours .zona a{
	color: inherit;
	text-decoration: none;
}






#tours_recom_zona_home{
	width: 615px;
	height: 294px;
	border: 1px solid #B1ADA9;
	background-color: #EFEDE9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 23px !important;
	position: relative;
}
#tours_recom_zona_home > ul{
	background: url('/images/bg-title.png') repeat-x;
	width: 623px;
	height: 45px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    1px 1px 2px rgba(0, 0, 0, 0.65);
	box-shadow:         1px 1px 2px rgba(0, 0, 0, 0.65);
	position: absolute;
	z-index: 999;
	top: -23px;
	left: -4px;
}
#tours_recom_zona_home > ul li{
	float: left;
	width: 25%;
	height: 45px;
	cursor: pointer;
	background: url('/images/sep-headbox.png') repeat-y;
}
#tours_recom_zona_home > ul li:first-child{
	background: none;
}
#tours_recom_zona_home > ul li h3{
	display: table-cell;
	margin: 0;
	padding: 5px;
	color: #FFF;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
}
#tours_recom_zona_home > ul li h3 a{
	
}
#tours_recom_zona_home > ul li.s{
	background-color: #7EA520;
}

#tours_recom_zona_home > div, #tours_recom_zona_home > div > div ul{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#tours_recom_zona_home > div > div{
	width: 3000px;
	height: 100%;
	margin-left: 0;
	background-color: #000;
}
#tours_recom_zona_home > div > div ul{
	margin: 0;
	float: left;
	width: 615px;
	background-repeat: no-repeat;
}

li.lblrecom{
	width: 275px;
	height: 160px;
	padding: 10px 10px 10px 105px;
	background: url('/images/label.png') no-repeat;
	color: #000;
	position: absolute;
	right: 20px;
	bottom: 45px;
}
li.lblrecom p{
	margin: 0;
}
li.lblrecom h3{
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#home_left li.lblrecom h3 a{
	color: inherit;
	text-decoration: none;
	font-size: 1.3em;
}
li.lblrecom .precio > span{
	display: block;
}
li.lblrecom .precio .valor{
	font-weight: bold;
	font-size: 1.8em;
}
li.lblrecom .precio .ref{
	margin-top: 0;
}
li.lblrecom .precio a.boton{
	display: inline-block;
	float: left;
	margin-top: 10px;
}
li.lblrecom .precio a.mas{
	width: 130px;
	display: inline-block;
	float: left;
	margin: 8px 0 0 10px;
}
