/********* Tooltip precio *********/
.tooltipPrecio { clear: both; /*width: 350px;*/ }
.tooltipPrecio .titulo { font-size: 14px !important; font-weight: bold !important; padding-bottom: 5px; }
.tooltipPrecio .lineaTrayecto { clear: both; display: block; padding: 5px 0; overflow: hidden; }
.tooltipPrecio .lineaTrayecto .contAvion { float: left; } 
.tooltipPrecio .lineaTrayecto .contInfoTrayecto { float: left; width: 230px; padding: 0 10px; }
.tooltipPrecio .lineaTrayecto .contInfoTrayecto div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tooltipPrecio .lineaTrayecto .contCompania { float: left; }
.tooltipPrecio .lineaTrayecto .contAvionVuelta { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; }
.tooltipPrecio .contInfoIncluye { clear: both; display: block; font-style: italic; padding: 5px 0 0 0; text-align: left; }
