#vuelos {

	text-decoration: none;
	margin: 0px 10px;
	padding: 0px;
}
#vuelos li {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 20px 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);
	width: 450px;
}
#vuelos 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;
}
#vuelos li a:hover {

	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#vuelos li a:active {

	text-decoration: none;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#vuelos h2 {
	text-decoration: none;
	margin: 0px 0px 15px;
	padding: 3px 5px 3px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: medium;
	text-align: right;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6B67B;
}

.livuelodesc {
	text-decoration: none;
	color: #FF3399;
}
