/**
* PROMOCIONES
*/
ul#folletos {
	width: 718px;
	height: 50PX;
	padding:5px;
	background-color: #eee;
	overflow-y: auto;

}
ul#folletos li {
	list-style: none;
	border-bottom: solid 1px #CCC;
	text-align: left;
	float:left;
	height: 100px;
	width: 137px;
}
ul#folletos li A {
	font-size:10px;
}
ul#folletos li .nombre {
	line-height: 20px;
	float: left;
	font-size: 10px;
}
ul#folletos li:last-child {
	border: none;
}
/**
* PROMOCIONES
*/

ul#promociones {
}
ul#promociones li {
	background-position: center center;
	background-size: cover;
	position: relative;
	list-style-type: none;
	width: 240px;
	height: 150px;
	float: left;
	border: solid thin #FFF;
}
ul#promociones li span {
	color: #FFF;
	display: block;
	bottom: 0px;
	text-align:left;
}
ul#promociones li span.titulo {
	position:absolute;
	font-size: 15px;
	font-weight: 800;
	bottom:40px;
	left: 20px;
}
ul#promociones li span.detalle {
	position:absolute;
	font-size: 11px;
	font-weight: 300;
	color: #CCC ;
	bottom:10px;
	left: 20px;
}
/**
* Alojamientos
*
*/
ul#alojamientos {
}
ul#alojamientos li {
	background-position: center center;
	background-size: cover;
	position: relative;
	list-style-type: none;
	width: 241px;
	height: 152px;
	float: left;
	border: solid thin #FFF;
}
ul#alojamientos li span {
	color: #FFF;
	display: block;
	left: 0px;
	text-align:left;
}
ul#alojamientos li span.titulo {
	position:absolute;
	font-size: 14px;
	font-weight: 800;
	bottom:35px;
	left: 20px;
}
ul#alojamientos li span.detalle {
	position:absolute;
	font-size: 11px;
	font-weight: 300;
	color: #666 ;
	bottom:10px;
	left: 20px;
}