/* CSS Document */
/* COLORS */
/* CREMA FOSC: #F6ECDC; */
/* GRIS LLETRA: #7B8186 */
/* TARONJA: #B35408 */
body#b_hotel #text {
	padding-bottom: 0px;
	}
div#text #escapades {
	background-color: #F6ECDC;
	color: #7B8186;
	height: 98px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	margin-bottom: 4px;
	}
div#text #escapades img {
	float: left;
	}
div#text #escapades ul {
	margin-left: 8px;
	margin-top: 10px;
	list-style-type: none;
	float: left;
	}
div#text #escapades ul li a {
	color: #7B8186;
	text-decoration: none;
	margin-bottom: 4px;
	display: block;
	/*font-style: italic;*/
	font-weight: bold;	
	}
div#text #escapades ul li a:hover {
	text-decoration: underline;
	}
div#text #escapades ul li a:first-letter {
	color: #B35408;
	font-size: 10px;
	}
/* LINKS */
#links {
	background-color: #FFF6EC;
	}
#text .link_servicios,
#text .link_valenti,
#text .link_club,
#text .link_custo,
#text .link_nadal {
	float: left;
	margin-left: 6px;
	}
#text .link_otono {
		float: left;
		margin-left: 0px;
}
#links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	}
#links a span {
	display: block;
	height: 14px;
	padding-top: 4px;
	}
#text .link_servicios {
	background-color: #000000;
	}
#text .link_custo {
	background-color: #79AF19;
	color: #ffffff;
	}
#text .link_valenti {
	background-color: #CE0F34;	margin-right: 4px;
	}
#text .link_club {
	background-color: #90AFD8;
	}
#text .link_nadal {
	background-color: #999999;
	}
#text .link_otono {
	background-color: #993300;

	}

