@charset "UTF-8";
/* Hoja scss para nuevo diseño de vuelos Import this file using the following HTML or equivalent: <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Type foundations for PT sites */

.stat-big { font-size: 1.5em; }

.stat-medium { font-size: 1.166666666666667em; }

.caps { font-variant: small-caps; text-transform: lowercase; text-rendering: optimizeSpeed; letter-spacing: normal; line-height: 100%; }

.itinerary-cities .caps { font-size: 1.3em; }

/* Módulo de estilos para variables PDA Recuerda: un módulo siempre deberá estar dentro de un archivo partial: _archivopartial.scss Recuerda: un módulo siempre se importará en una hoja concentradora y no debe hacer output al importar Nombre del módulo: _themePT */
/* Type */
/* Margins */
/* Colors */
/* Positioning */
/* Text embelishments */
/* Containers */
.lh-compact { line-height: 100%; }

.bubble-label { background: white; -webkit-border-radius: 0.35em; -moz-border-radius: 0.35em; -ms-border-radius: 0.35em; -o-border-radius: 0.35em; border-radius: 0.35em; padding: .5em; }

.bubble-content { padding: 1em; background: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: #cccccc 0 1px 3px; -moz-box-shadow: #cccccc 0 1px 3px; box-shadow: #cccccc 0 1px 3px; }

.gray-bubble { background: #fafafa; border: 1px solid #eee; }

.orange-bubble { background: #fbf5de; border: 1px solid #ffb03f; }

.border-top { border-top-style: solid; border-right: none; border-left: none; border-bottom: none; }

.orange-border-top, #flgtlist .orange-border-top { border-left: none; border-top: 5px solid #ffc065; }

.orange-arrow:after { content: " "; height: 0; width: 0; position: absolute; border-top: 10px solid #fbf5de; border-right: 10px solid transparent; border-left: 10px solid transparent; }

.orange-arrow:before { content: " "; height: 0; width: 0; position: absolute; border-top: 11px solid #ffb03f; border-right: 11px solid transparent; border-left: 11px solid transparent; }

.gray-arrow:after { content: " "; height: 0; width: 0; position: absolute; border-top: 10px solid #fafafa; border-right: 10px solid transparent; border-left: 10px solid transparent; }

.gray-arrow:before { content: " "; height: 0; width: 0; position: absolute; border-top: 11px solid #dddddd; border-right: 11px solid transparent; border-left: 11px solid transparent; }

.arrow-down-center:after { left: 50%; top: 100%; }

.arrow-down-center:before { left: 50%; top: 100%; margin-left: -1px; }

/* Estilos para alertas en la interfaz: informativas, warnings, errores, confirmaciones */
.time-notes { color: #990000; font-weight: normal; font-size: 11px; }

.pink-alert-message { background: #ffdede; color: #990000; }

.warning-message { background: #f9efc8; }

.leg .alert-message { margin: .5em 0; padding: .25em .5em; }
.leg .warning-message { padding: .25em .5em; margin: .5em 0; }

.error-higLit, .error-higLit .schedule { background: #f9efc8; color: #a03533; }
.error-higLit .schedule .label-departure-time, .error-higLit .schedule .label-arrival-time { color: #cf6b6a; }

/* Módulo de estilos para interfaz de vuelos Recuerda: un módulo siempre deberá estar dentro de un archivo partial: _archivopartial.scss Recuerda: un módulo siempre se importará en una hoja concentradora y no debe hacer output al importar Nombre del módulo: _themePT */
.leg { padding: 0 0 .33333333em 0;  display: inline;}
.leg .alert { margin: 0; padding: 0; border: none; background: none; box-shadow: none; font-weight: normal; }

.airport-code { cursor: default; font-weight: bold; }

.flight-time { font-weight: bold; }

.arrival-time { width: 16.92307692307692%; margin: 0 0 0 2px; }
.arrival-time .time-notes { margin: 0 0 0 1em; }

.departure-time { width: 8.461538461538462%; margin: 0 0 0 2px; }

.airline-pic { line-height: 3.75em; }

.bordered-top { padding: .33333em 0 0 0; border-top: 1px solid #ddd; margin: .5em 0 0 0; }

.separator-img, .flight-number { padding: 0 .5em; }

/* line 54, c:/sites/static/pda/sass/_flight.scss */
.duration {
  color: #777777;
  display: inline-block;
  min-width: 6em;
  /*padding: 0 1em; se quitó el padding para que no baje a segunda linea, se hizo más grande .airline_logo*/
}

.stops { color: #777777; padding: 0 0 0 .5em; text-align: right; width: 13.07692307692308%; -webkit-box-orient: vertical; }

.leg-wrap { background: #fff; }

.leg .halflings-icon { opacity: .4; }

.leg-holder { padding: 1em; }

.flight-options .accordion-inner { border-top: none; }

.leg-title { padding: .5em .5em; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; border: 1px solid #e6e6e6; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; overflow: auto;}
.leg-title i.calendar { margin: 0; }

.gray-gradient { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #e6e6e6)); background-image: -webkit-linear-gradient(#f0f0f0, #e6e6e6); background-image: -moz-linear-gradient(#f0f0f0, #e6e6e6); background-image: -o-linear-gradient(#f0f0f0, #e6e6e6); background-image: linear-gradient(#f0f0f0, #e6e6e6); }

.schedule { background: #fff; padding: .25em .75em .25em .5em; -webkit-transition: background 0.2s ease-in, color 0.25s ease-out; -moz-transition: background 0.2s ease-in, color 0.25s ease-out; -o-transition: background 0.2s ease-in, color 0.25s ease-out; transition: background 0.2s ease-in, color 0.25s ease-out; }
.schedule .halflings-icon { vertical-align: text-top; }
.schedule span { display: inline-block; vertical-align: middle; display: -webkit-inline-box; /*display: -moz-box;*/ display: -ms-inline-box; -webkit-box-align: center; -moz-box-align: center; -ms-box-align: center; }
.schedule:hover { background: #fdffcc; }
.schedule label { display: block; }

.rate-group { -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; border-top: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; margin-top: 2em; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; -ms-border-radius: 0.5em; -o-border-radius: 0.5em; border-radius: 0.5em; background: #fff; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px; -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px; box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px; -webkit-transition: box-shadow 0.2s ease-in, color 0.25s ease-out; -moz-transition: box-shadow 0.2s ease-in, color 0.25s ease-out; -o-transition: box-shadow 0.2s ease-in, color 0.25s ease-out; transition: box-shadow 0.2s ease-in, color 0.25s ease-out; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3fbff), color-stop(100%, #fafdff)); background-image: -webkit-linear-gradient(#f3fbff, #fafdff); background-image: -moz-linear-gradient(#f3fbff, #fafdff); background-image: -o-linear-gradient(#f3fbff, #fafdff); background-image: linear-gradient(#f3fbff, #fafdff); }
.rate-group:hover { -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 10px; -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 10px; box-shadow: rgba(0, 0, 0, 0.3) 0 3px 10px; }

/* line 139, c:/sites/static/pda/sass/_flight.scss */
.airline-logo {
  width: 24.05%;
  margin: 0 1em 0 .5em;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -inline-box;
  display: -ms-inline-box;
  -webkit-box-align: center;
  -moz-box-align: center;
}
/* line 148, c:/sites/static/pda/sass/_flight.scss */
.airline-logo .icon {
  padding: 0 .5em 0 0;
  display: inline-block;
  box-flex: 1;
  display: -webkit-inline-box;
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  -webkit-flex-wrap: wrap;
  display: -ms-inline-box;
  -ms-box-flex: 1;
  -ms-box-align: center;
  -ms-flex-wrap: wrap;
}

span.airline-name { display: inline-block; max-width: 103px; display: -webkit-box; -webkit-box-align: center; -webkit-box-flex: 1; }

.rate-group-price { text-align: center; width: 24.5%; }
.rate-group-price .botAzu { display: inline-block; text-shadow: none; font-size: 16px; font-weight: normal; padding: 6px 18px; margin: .25em 0 0 0; }
.rate-group-price .warning-message { text-align: left; margin: 1em; padding: .75em .75em .5em; color: #990000; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; -ms-border-radius: 0.5em; -o-border-radius: 0.5em; border-radius: 0.5em; }

#main .rate-group-price ul li { margin: 0; padding: 0; border: none; background: none; box-shadow: none; line-height: 150%; margin: 0 0 .5em 0; }

.price-overlay { margin: 2em 0 0 0; }

.leg-date { float: right; color: #777777; text-shadow: 0 1px 0 white; white-space: nowrap; margin-top: 2px; }

.depart, .return { margin: 0 1em 0 .5em; }

.schedule-selected { background: #ebf4ff; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; border-top: 1px solid #cadaee; border-bottom: 1px solid #cadaee; }

.leg-type { display: inline-block; }

.label-departure-time, .label-arrival-time { color: #888; }

.sortable { color: #0066cc; font-weight: bold; }

.flight-list-headers { background: #eee; padding: 0 .5em; line-height: 27px; }

.outbound-legs-holder { border: 1px solid #e6e6e6; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em; border-top-left-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em; border-top-right-radius: 0.5em; background: #fff; }
.outbound-legs-holder .schedule { border-top: 1px solid #e6e6e6; padding: .5em; }

.outbound-flights-title { padding: .75em .5em; font-size: 1.333333333333333em; color: #777; }
.outbound-flights-title .leg-type { width: auto; }

.green-text, a.green-text { color: #009933; }

.is-column { width: 75%; border-right: 1px solid #eee; }

.selection { padding: 1em; border: 1px solid #999; margin: 2em 0; background: #f6f6f6; border: 1px solid #eee; }
.selection .leg { margin: 0 0 1em 0; }
.selection .leg:last-child { margin: 0; }

.stops-overlay { max-width: 600px; }
.stops-overlay .airline-logo { width: 100px; }
.stops-overlay .schedule:hover { background: #fff; }

.html-arrow { font-size: 1.5em; }

.ap_highlightTitle > div { position: relative; float: right; margin: 1em 0 -0.75em 0; }

#flgtlist .stops-bubble, #flgtlist .bubble-content { width: auto; }

.spec { font-size: 1em; }

.user-selection { background: #fafafa; border: 1px solid #eee; border-radius: .25em; margin: 1em 0 2em 0; padding: 1em; }
.user-selection > h3 { margin: 0; padding: 0 0 .25em 0; border-bottom: 1px solid #e6e6e6; }
.user-selection .leg-holder { padding: 0 1em; }
.user-selection .bordered-top { margin: 0; }

.title-notes { padding: .75em 0; margin: 1em 0 2em 0; padding: .5em; background: #fcfcfc; border: 1px solid #e6e6e6; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; text-align: center; }
.title-notes i { margin: 0 0 0 1em; vertical-align: baseline; }
.title-notes i:first-child { margin: 0; }

.display-portrait { transform: rotate(90deg); -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Safari and Chrome */ }

.slats .airline-pic img { float: none; }

.flight-details { margin: .5em 0 0 0; }

.keepPack { -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; -ms-border-radius: 0.25em; -o-border-radius: 0.25em; border-radius: 0.25em; padding: .75em; }

.white-container { padding: 1em; background: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: #cccccc 0 1px 3px; -moz-box-shadow: #cccccc 0 1px 3px; box-shadow: #cccccc 0 1px 3px; }
.white-container h3 { background: none; }

/* Módulo de media Queries para PriceTravel Recuerda: un módulo siempre deberá estar dentro de un archivo partial: _archivopartial.scss Recuerda: un módulo siempre se importará en una hoja concentradora y no debe hacer output al importar Nombre del módulo: _themePT */
@media (min-width: 960px) { .is-column { width: 79.5%; }
  .rate-group-price { width: 20%; }
  .rate-group-price .bot-Azu { padding: 6px 12px; }
  .leg-holder { padding: .75em; }
  .schedule { padding: .5em 0; }
  .airline-logo { margin: 0 .5em 0 0; }
  .icon { padding: 0; }
  .departure-time { width: 9.4%; }
  .separator { padding: 0 .2em; }
  .arrival-time { width: 18%; }
  .arrival-time .time-notes { margin: 0 0 0 .5em; }
  .stops { padding: 0; } }

/* Módulo de best rates de vuelo */
.white-container {border:1px solid #eee;}
.list-best-rates {margin:0 0 1em 0;}
.section-title {border-bottom:1px solid #eee; padding:.75em 1em .25em;}
.section-title span {display:inline-block;}
.list-best-rates .leg{display: block;}
.leg {border-bottom:1px solid #eee; padding:.5em 1em;}
.leg:last-child {border-bottom:none;}
.list-best-rates .airline {
	width:25%;
	line-height:36px;}
.list-best-rates .airline-icon-wrap {
	float:left;
	width:35%;
	text-align:center;}
.list-best-rates .airline-name {
	display: block;
	float:left;
	width:60%;
	line-height: 18px;
	margin:.75em 0 0 .5em;}
.departure-flight {
	margin:0 2em 0 0;}
.depart-flight-title {
	margin:0 2em 0 0;
	width:110px;}
.upsell-rate {
	margin:0 1em 0 0;}
.medium-text {font-size:14px;}
.leg .medium-text {color:#000;}
.button-holder, .selected-flight {line-height:36px;}
.airline-title {width:25%;}
.selected-leg {background:#F0FBFF;}
.selected-flight .check {font-weight:bold;}

/* NUEVO Módulo de best rates de vuelo */
#bestAirlines{border:1px solid #DDD; border-radius: 5px; margin: 0 0 10px 0;}
#bestAirlines .bestAirHead{	background: #f3fbff; border-top-right-radius: 5px; border-top-left-radius: 5px;}
#bestAirlines .bestAirHead h4{ margin:7px 10px; display: inline-block;}
#bestAirlines .bestAirHead h4 > span{font-weight: normal;font-size: .9em;}
#bestAirlines .bestAirHead .bestHide, .bestAirHead .bestShow{float: right; margin:7px 10px;}
#bestAirContainer{width: 718px; border-top:  1px solid #DDD; position: relative;}
#bestAirContainer .bestAirline{min-height: 50px; display: block; line-height: 13px;}
#bestAirContainer .overview{position: absolute; list-style: none; }
#bestAirContainer .bestAirList.viewport{width: 718px; height: 180px; overflow: hidden; position: relative;}
#bestAirContainer{position: relative; background-position: 0 0; }
#bestAirContainer .scrollbar{position: absolute; bottom: -5px; height: 15px; z-index: 10;}
#bestAirContainer .track{background:rgba(0, 0, 0, .1); height: 12px;  }
#bestAirContainer .thumb{position: absolute; margin: 1px; background: #A1AFBD; border:none; height: 4px; border-radius: 0px; opacity:.6}
#bestAirContainer .thumb:hover{box-shadow: 1px 1px 1px 0px rgba(0,102,204,.1);}
#bestAirlines #bestAirContainer .scrollbar.disable .track{background: transparent;}
#bestAirlines #bestAirContainer .scrollbar.disable .thumb{background: transparent; box-shadow: 0 0 0 transparent;}
#bestAirContainer .rightScroll, #bestAirContainer .leftScroll
{display: block; width: 50px; height: 200px; position: absolute; background: red; z-index:1;}
#bestAirContainer .leftScroll{
left: 0px;
background: rgba(150,150,150,1);
background: -moz-linear-gradient(left, rgba(150,150,150, 1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(150,150,150,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(150,150,150,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#ffffff', GradientType=1 );
opacity: .1;
}
#bestAirContainer .rightScroll{
right: 0px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(150,150,150,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(150,150,150,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(150,150,150,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(150,150,150,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(150,150,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#969696', GradientType=1 );
opacity: .1;
}


#bestAirContainer .bestAirItem{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
  height: 180px; width:135px; display: inline-block; text-align: center; vertical-align: top; margin-left: -3px; border-right: 1px solid #F2F2F2;}
#bestAirContainer .bestAirItem div > * {display: block; margin: auto; }

#bestAirContainer .bestAirItem.active{cursor:initial; background-color: white; border:2px solid rgb(255, 195, 86);  margin-left: -3px;}
#bestAirContainer .bestAirItem.deactivated > *{ cursor: initial; background: transparent; opacity: .4;  color: gray; -webkit-user-select: none;  -moz-user-select: none; -ms-user-select: none; }
#bestAirContainer .bestAirItem.deactivated .nonstopRate:hover,
#bestAirContainer .bestAirItem.deactivated .stopsRate:hover
#bestAirContainer .bestAirItem.deactivated .nonstopRate,
#bestAirContainer .bestAirItem.deactivated .stopsRate{cursor: initial; background-color: transparent; color:gray;}
#bestAirlines .bestAirItem.deactivated .paymentRate.payPromo{color: gray;}
#bestAirContainer .bestAirItem.deactivated .airlineLogo{opacity: .3;}

#bestAirContainer .bestAirItem:first-of-type.active{margin-left: 0;}
#bestAirContainer .bestAirItem .airlineLogo{ margin: 0px auto 5px auto; padding-top: 10px;  min-height: 30px; display: block;}
#bestAirContainer .bestAirItem .airlineName{padding-bottom: 2px;}
#bestAirContainer .bestAirItem .airlineTeam{color: gray;}
#bestAirContainer .bestAirItem .lenght{width: 70px; margin-left: 3px; padding-right:3px;  border-right: 1px solid rgb(242, 242, 242);}
#bestAirContainer .bestAirlineFlight{text-align: left; margin-left: 8px; font-size: .9em;}
#bestAirContainer .bestAirlineFlight .scales{color: gray;}
#bestAirContainer .bestAirItem .bestRate{font-size: 1.5em; font-weight: bold; color: #0066cc; margin-top: 3px;}
#bestAirContainer .bestAirItem:hover .bestRate{color: #ED1556;}
#bestAirlines.package  #bestAirContainer .bestAirItem.active .bestRate{ color: black; font-size: 1.8em;}
#bestAirContainer .bestAirItem .activeNote{position: absolute; font-size: .8em; background:rgb(255, 195, 86);
  color: white; font-weight: bold; padding: 3px; display: block; line-height: 1.1em; border-bottom-right-radius: 3px;
  margin-top: -1px; margin-left: -1px; text-shadow: 1px 1px rgb(240, 168, 73);}
#bestAirContainer .bestAirItem.active .green{color: green; display: none;}
#bestAirContainer .bestAirItem .green{color: rgb(126, 168, 126); display: none;}
#bestAirlines  .bestAirline:hover{cursor: pointer;}

#bestAirlines.package{margin: 10px 0 0 0;}
#bestAirlines.package .bestAirItem .bestRate, #bestAirlines.package .bestAirItem:hover .bestRate{ color: gray; font-size: 1em; line-height: .8em;}
#bestAirlines.package .bestAirItem .changeRate {color: gray; font-size: 11px; line-height: 11px; visibility: hidden;}
#bestAirlines.package .bestAirItem .changeRate strong { margin:-5px 0 10px 0; display:block; font-size: 16px; color: #0066cc;visibility: visible;}
#bestAirlines.package .bestAirItem:hover .changeRate strong {color: #fa3f78;}
#bestAirlines.package #bestAirContainer .bestAirItem:hover, #bestAirlines.package #bestAirContainer .bestAirItem.selected{cursor: pointer;}
#bestAirlines.package #bestAirContainer .bestAirItem, #bestAirlines.package #bestAirContainer .bestAirList.viewport{ height: 125px; }
#bestAirlines.package #bestAirContainer .bestAirItem{ width:140px;}
#bestAirlines.package #bestAirContainer .bestAirItem.active:hover{ cursor: default; background: white;}
#bestAirlines.package  #bestAirContainer .bestAirline:hover{background: transparent; cursor: default;}


#bestAirlines.package  #bestAirContainer .bestAirItem:hover,
#bestAirlines.package #bestAirContainer .bestAirItem.selected,
#bestAirlines  .bestAirline:hover{ background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffe8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffe8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffe8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffe8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffe8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffe8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffe8',GradientType=0 ); /* IE6-9 */}
#bestAirlines.package  #bestAirContainer .bestAirItem.deactivated:hover{background: transparent;}
#bestAirlines.package .bestAirItem.deactivated .changeRate strong, #bestAirlines.package .bestAirItem:hover.deactivated .changeRate strong{color: gray;}


#bestAirlines .bestAirLeft{
  height: 180px; width:110px; display: inline-block; text-align: center; vertical-align: top; background: #fcfcfc; border-right:1px solid #F2F2F2; border-bottom-left-radius:10px;
  font-size: 11px; text-align: right;}
#bestAirlines .bestAirLeft div{cursor: default; padding-right: 5px; font-size: 11px; background: transparent;  color: #0066cc;}
#bestAirlines .nonstopRate.best, #bestAirlines .stopsRate.best{font-weight: bold; font-size: 14px;}
#bestAirlines .nonstopRate.empty, #bestAirlines .stopsRate.empty,
#bestAirlines .nonstopRate.empty:hover, #bestAirlines .stopsRate.empty:hover{color: gray; background-color: transparent; cursor: default;}
#bestAirlines .nonstopRate.active,#bestAirlines .stopsRate.active,  #bestAirlines .allflights.active, #bestAirlines .bestAirline.active,
#bestAirlines .nonstopRate.active:hover, #bestAirlines .stopsRate.active:hover, #bestAirlines .allflights.active:hover, #bestAirlines .bestAirline.active:hover
{border:2px solid rgb(255, 195, 86); margin: -1px 0; background-color: transparent; background: transparent;
 cursor: auto; color: black; line-height: 20px; margin-bottom: 1px;}

#bestAirlines .nonstopRate{ border-bottom: 1px dotted #CACACA; border-top: 1px dotted #CACACA;}
#bestAirlines .bestAirLeft .allflights, #bestAirlines .bestAirLeft .allflights.active,
#bestAirlines .bestAirLeft .allflights.active:hover{margin-top: 0; box-sizing:border-box; line-height: 14px; display: table-cell; height: 58px; vertical-align: bottom;}
#bestAirlines .bestAirline.active, #bestAirlines .bestAirline.active:hover{margin-bottom: -1px;margin-top: 0px;margin-left: -1px;}
#bestAirlines .bestAirline.active .airlineLogo{padding-top: 2px; margin-bottom: 3px;}

#bestAirlines .stopsRate{border-bottom: 1px dotted #CACACA;}
#bestAirlines .nonstopRate, #bestAirlines .stopsRate{ line-height: 22px; cursor: pointer; color: #0066cc; font-size: 12px;}
#bestAirlines .nonstopRate:hover, #bestAirlines .stopsRate:hover, #bestAirlines .allflights:hover{ color: #fa3f78; background-color: #ffffe8;}
#bestAirlines .paymentRate{ line-height: 1.2em; color: gray; font-size: 11px; margin-top: 5px;}
#bestAirlines .paymentRate.payPromo{color: green;}
#bestAirlines .ptw-icon{display: inline-block;margin-right: 5px;}


.preselected_pack .rate-group{margin-top: 1em; border-top: 1px solid rgb(255, 195, 86);}
.preselected_pack .rate-group:hover{box-shadow: none;}
.preselected_pack .HotelSel{overflow: auto;}
.preselected_pack .leg{padding: 0;}
.preselected_pack .leg:first-child .schedule{margin-bottom: 10px;}
.preselected_pack .preselected{display: inline-block; background: rgb(255, 195, 86); color: white;
	margin-bottom: 3px; font-size: .8em; font-weight: bold; line-height: 1em;
	padding: 3px; border-radius: 3px; text-shadow: 1px 1px rgb(240, 168, 73);}
.preselected_pack .leg-holder{padding: .75em .75em 0 .75em;}
.preselected_pack .botAzu{margin-bottom: 10px;}

#flgtlist .ap_group_container:first-of-type .rate-group.group {margin-top: 0;}
#headList td.higLit.flightlist{padding:3px 8px;}

#social-box{z-index: 3;}
#top h1 span:first-child{display: inline-block;}
#divAppliedFilter{padding:5px;}
#divAppliedFilterDetail span.filter.padding{padding: .3em .2em .3em .4em; border-radius: 3px;}
#flgtlist > div:first-of-type{margin-top: 10px;}

/*Mostrar logos de aerolíneas en filtros*/
#formFilters #divdespegue .margin{margin: 5px 0 10px 0;}
#formFilters #divdespegue td.higLit{padding-left: 15px; padding-bottom: 3px;}
#formFilters #divaerolinea table {}
#formFilters #divaerolinea table tr {border-bottom: 2px solid #fafafa}
#formFilters #divaerolinea table tr:hover{background-color: rgb(255, 255, 240); cursor:pointer;}
#formFilters #divaerolinea table tr td{vertical-align: bottom; padding: 1px 0;}
#formFilters #divaerolinea table tr td:first-child{ width: 20px; padding-left: 3px}
#formFilters #divaerolinea table tr td img.icon{ margin: auto;}
#formFilters #divaerolinea table td.airlogo{max-width: 25px; text-align: center; overflow: hidden;}
#formFilters #divaerolinea .more, #formFilters #divaerolinea .hide{ display: block; border-top: #fafafa 2px solid; margin-top:-2px; padding:4px 0 4px 9px;}
#formFilters #divaerolinea a:hover{ text-decoration: none;}
.preselected_pack .schedule{-webkit-animation: colorchange 2s;}
@-webkit-keyframes colorchange {
    0%   {background: #FFFFFF;}
    50%  {background: #FDFFCC;}
    100% {background: #FFFFFF;}
}
