

.grupoPrecioSalidas {
    float: left;
    width: 515px;
    padding: 5px;
}
.grupoPrecioValor {
    float: left;
    width: 185px;
    padding: 5px;
}

#results{
width:730px;
margin:auto;
}
.item-price {
    float: right;
}

.fare-detail {
    padding: 2px;
		font-size: 13px;
}
ul {
    list-style: outside none none;
}
.item-detail {
    float: left;
    width: 80px;
    text-align: left;
    clear: both;
}
.vuelo
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #F4F4F4;
	border-radius: 10px;
	border: solid 1px #E0E0E0;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.vuelo h4
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fafafa;
	border-radius: 10px;
	border: solid 1px #E0E0E0;
	margin: 5px 0;
	padding: 5px;
}

.vuelo h4 span
{
    color: #FF8F00;
}

.vuelo table
{
    margin-bottom: 5px;
}

.vuelo table.multitrayecto
{
    margin-bottom: 15px;
    margin-top: -15px;
}

.vuelo th, .vuelo td
{
    font-size: 12px;
    padding: 5px;
}

.vuelo .multitrayecto th
{
    text-transform: uppercase;
}
.vuelo .multitrayecto th, .vuelo .multitrayecto td
{
    font-size: 10px;
    padding: 2px;
    vertical-align: top;
}

.vuelo th
{
    font-weight: bold;
}

.precioVuelo
{
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCCCCC;
	background: linear-gradient(#FFFFFF, #99DDFF 90px) repeat scroll 0 0 transparent;
	border-radius: 10px;
	padding: 10px;
	width: 170px;
	min-height: 150px;
	text-align: center;
	margin: 5px 0;
	
    /*float: right;
    text-align: right;*/
}

.precioVuelo h3
{
    color: #007EE6;
    font-size: 18px;
}

.precioVuelo strong
{
    font-size: 14px;
}

#informacionVuelo
{
    background-color: #F4F4F4;
    padding: 20px;
}

#informacionVuelo th
{
    background-color: #fafafa;
    font-size: 11px;
    padding: 5px;
}

#informacionVuelo td
{
    font-size: 11px;
    padding: 5px;
}

#informacionVuelo td.titulo
{
    color: #FF8F00;
}

a.btnNaranja {
    background-color: #FB6320;
    display: block;
    float: right;
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF !important;
    text-decoration: none !important;
}