﻿

.cestaCompra 
{
	margin-top:12px;
	margin-bottom:16px;
	position:relative;
	float:left;
	clear:both;
}

.cestaCompra .cestaCabecera
{
	display:none;
}

.cestaCompra div.finalizarCesta a
{
    display:none;
}


.cestaCompra table {
    background-color:#E3E3DF;
	width:100%;
	position:relative;
	margin-bottom:4px;
	float:left;
	clear:both;
}

.cestaCompra table td {
	position:relative;
	font-size:11px;
	line-height:13px;
	border-top:solid 2px #F7FCFB;
	border-right:solid 2px #F7FCFB;
}

.cestaCompra table p {
	margin: 0;
	clear:both;
}

.cestaCompra table div.desc {
	padding: 5px;
	width: 350px;
	float: left;
	overflow: hidden;
	height: 1%;
}


.cestaCompra h3.tituloTipoProducto {
	color: #199294;
	font-weight: bold;
	margin-bottom:0px;
	background-color:#E3E3DF;
	padding:2px 6px;
	font-size:11px;
	float:left;
	font-weight:bold;
}

.cestaCompra table div 
{
	position:relative;	
}

.cestaCompra table div .tituloProducto {
	color: #199294;
	font-weight: normal;
	margin: 0 0 0 0;
	font-size:11px;
	padding-bottom:6px;
	overflow:hidden;
}

.cestaCompra table div .tituloProducto span.nombre {
	font-weight: normal;
	float:left;
}

.cestaCompra table div .tituloProducto span.direccion {
    display:none;
}

.cestaCompra table div .tituloProducto span.zona 
{
	float:left;
	margin-left:6px;
}

.cestaCompra table span.politicaCancelacion {
	display:block;
	font-size:11px;
}

.cestaCompra table span.politicaCancelacionProdPaq 
{
  font-size:11px;
}


.cestaCompra table span.politicaCancelacion a{
	display:block;
	color:#199294;
}

.cestaCompra table span.politicaCancelacionProdPaq a
{
	color:#199294;
}


.cestaCompra table td.precio {
	width: 84px;
	padding: 4px 4px 6px 0px;
	text-align:right;
    vertical-align:bottom;
}

.cestaCompra table span.precio {
	color: #434D67;
}

.cestaCompra table span.cancelada {
	background-color: #CCEF7C;
	color:#199294;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
}

.cestaCompra table span.disponible {
	display:none;
}

.cestaCompra table span.enPeticion {
	display:none;
}

.cestaCompra .finalizarCesta
{
  float:none;
  clear:both;
  display:block;
  overflow:hidden; 
}



.cestaCompra div.precioPagar {
    background-color:#CCEF7C;
    clear:both;
    color:#199294;
    font-size:12px;
    font-weight:bold;
    height:14px;
    line-height:14px;
    margin:2px 0 2px;
    overflow:hidden;
    padding:2px 6px;
}



.cestaCompra div.precioTotal {
    background-color:#CCEF7C;
    clear:both;
    color:#199294;
    font-size:12px;
    font-weight:bold;
    height:14px;
    line-height:14px;
    margin:4px 0 10px;
    overflow:hidden;
    padding:3px 6px;
}

 .cestaCompra div.precioPagar span.texto{
	float: left;
	font-size:11px;
}

.cestaCompra div.precioTotal span.texto {
	float: left;
	font-size:11px;
}

.cestaCompra div.precioPagar span.precio 
{
	font-size:11px;
	float: right;
}

.cestaCompra div.precioTotal span.precio {
	float: right;
}


.cestaCompra .pasajerosReserva 
{
  margin-top:10px;
}

.cestaCompra .pasajerosReserva .pasajero 
{
  display:block;
  clear:both;
  overflow:hidden;
  margin-bottom:4px;
}

.cestaCompra .pasajerosReserva .pasajero .tituloPasajero
{
    color:#199294;
    width:100%;
    border-bottom:solid 1px #199294;
    float:left;
    clear:both;
   /* font-weight:bold;*/
}

.cestaCompra .pasajerosReserva .pasajero  .datoPasajero 
{
  float:left;
  margin-right:10px;
  margin-top:2px;
  width:165px;
}

.cestaCompra .pasajerosReserva .pasajero  .titDato 
{
  color:#199294;
  padding-right:3px;
}

.cestaCompra .flightInfo 
{
  margin-top:4px;
}

.cestaCompra .flightInfo .point
{
  color:#199294;
  border-bottom:solid 1px #199294;
}

.cestaCompra .flightInfo .titLastTicketing
{
  color:#199294;
}


/* Cesta de la compra "mini" (para laterales, en la parte superior de la pagina, etc.) */
.cestaCompraMini 
{
	width:790px;
	margin:4px 0 10px 18px;
	font-size:11px;
}

.cestaCompraMini .cestaCabecera
{
	background-image:url(/images/cestaCompra/cabeceraCesta.gif);
	background-repeat:no-repeat;
	height:19px;
	overflow:hidden;
	line-height:19px;
	display:none;
}

.cestaCompraMini .cestaCabecera span
{
	margin-left:12px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
}

.cestaCompraMini .cestaCabecera img
{
 vertical-align:middle;
 display:none;
}



.cestaCompraMini h3 
{
    font-size:11px;
}

.cestaCompraMini table 
{
	width:100%;
	margin-top:2px;
}

.cestaCompraMini table td
{
  border-bottom:dotted 1px #95D5F6;
  font-size:11px;
}

.cestaCompraMini table p {
	margin: 0;
}

.cestaCompraMini table div {
	color: #333333;
	padding: 2px;
	float: left;
	overflow: hidden;
	height: 1%;
}



.cestaCompraMini h3.tituloTipoProducto {
	display: none;
}

.cestaCompraMini table div .tituloProducto {
	font-weight: normal;
	margin: 0 0 1px 0;
	float:left;
}

.cestaCompraMini table div .tituloProducto span.nombre {
}

.cestaCompraMini table div .tituloProducto span.direccion {
	margin-left: 12px;
	display: none;
}

.cestaCompraMini table div .tituloProducto span.zona {
	display: none;
}

.cestaCompraMini table div .fecha {
	display:block;
	float:left;
	margin-left:6px;
}

.cestaCompraMini table div .fecha .titulosfecha 
{
	display:none;
}

.cestaCompraMini table div .caracteristicaProducto {
	display: none;
}

.cestaCompraMini table span.politicaCancelacion {
	display: none;
}

.cestaCompraMini table span.politicaCancelacionProdPaq {
	display: none;
}

.cestaCompraMini table td.precio {
	width: 150px;
	padding: 4px;
	text-align:right;
	vertical-align:bottom;
}



.cestaCompraMini table span.precio {
	color: #434D67;
}


.cestaCompraMini div.precioTotal span.borrar {
	float: right;
}


.cestaCompraMini table span.disponible {
	display:none;
}


.cestaCompraMini div.finalizarCesta 
{
	background-color:#A4E3D9;
	padding:4px 4px 4px 8px;
	overflow:hidden;
	height:1%;	
	margin-top:8px;
}

.cestaCompraMini div.finalizarCesta  a
{
	margin-right:12px;
	margin-left:6px;
	float:left;
	display:block;
	color: #008388;
}


.cestaCompraMini div.finalizarCesta div.precioTotal {
	color: #008388;
	float:right;
	margin-right:12px;
	overflow:hidden;
	height:1%;
}

.cestaCompraMini  div.finalizarCesta  div.precioTotal span.texto 
{
	text-transform:uppercase;
	font-weight:bold;
	float:left;
}

.cestaCompraMini  div.finalizarCesta  div.precioTotal span.precio {
	font-weight:bold;
	float:left;
	margin-left:12px;
}

.cestaCompraMini  ul.lineasPaquete {
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
	overflow:hidden;
	height:1%;
}

.cestaCompraMini  ul.lineasPaquete li{
  border-right:1px solid #333333;
  float:left;
  margin:0 9px 0 0;
  padding:0 6px 0 0;
}

.cestaCompraMini .pasajerosReserva 
{
  display:none;
}

.cestaCompraMini .flightInfo 
{
  display:none; 
}