#hoteles {


	text-decoration: none;
	margin: 0px 10px;
	padding: 0px;
}
#hoteles li {

	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 20px;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 2px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E8E1CA;
	list-style-image: url(../images/tick.gif);
	background-image: url(../images/fondo-vuelo-bangkok.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#hoteles li a {

	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #57927E;
	margin: 0px 0px 5px;
	padding: 5px;
	line-height: 1.3em;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
}
#hoteles li a:hover {


	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#hoteles-reserva {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fondo-reserva.jpg);
	background-repeat: no-repeat;
	background-position: 93% center;
}
