﻿

.cestaCompra 
{
	margin-top:12px;
	margin-bottom:16px;
	position:relative;
}

.cestaCompra .cestaCabecera
{
	display:none;
}

.cestaCompra div.finalizarCesta 
{
	display:none;
}

.cestaCompra table {
	border-left: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-collapse:collapse;
	width:100%;
	position:relative;
	margin-bottom:6px;
}

.cestaCompra table td {
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	position:relative;
}

.cestaCompra table p {
	margin: 0;
	clear:both;
	background:url("/images/listadoDetalleReserva.jpg") no-repeat scroll 0 5px transparent;
    padding-left:10px;
}

.cestaCompra table div.desc {
	color: #333333;
	padding: 5px;
	width: 500px;
	float: left;
	overflow: hidden;
	height: 1%;
}


.cestaCompra h3.tituloTipoProducto {
	color: #002C6C;
	font-weight: bold;
	margin:15px 0 5px;
	text-transform:uppercase;
}

.cestaCompra table div 
{
	position:relative;	
}

.cestaCompra table div .tituloProducto 
{
    float:left;
	color: #002C6C;
	font-weight: normal;	
	text-transform:uppercase;
}

.cestaCompra table div .tituloProducto span.nombre 
{
    float:left;
    padding-right:5px;
	font-weight: bold;
}

.cestaCompra table div .tituloProducto span.direccion {
	float:left;	
}

.cestaCompra table div .tituloProducto span.zona 
{
	float:left;
}

.cestaCompra table span.politicaCancelacion 
{
    float:right;
	color:#333333;
    padding:4px 10px 4px 4px;
}

.cestaCompra table span.politicaCancelacion, .cestaCompra table span.politicaCancelacion a
{
    color:#333333;
    }

.cestaCompra table td.precio {
	width: 104px;
	padding: 4px;
	text-align:right;
    vertical-align:bottom;
}

.cestaCompra table span.precio {
	color:#002C6C;
	font-weight: bold;
}

.cestaCompra table span.cancelada {
	background-color: #C7D9FC;
	color:#434D67;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
}

.cestaCompra table span.disponible {
	background-color:#002C6C;
	color:#FFF;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
}

.cestaCompra table span.enPeticion {
	background-color:red;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
}



.cestaCompra div.precioTotal {
	color: #FFFFFF;
	background-color: #002E6E;
	overflow: hidden;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
	padding: 5px;
	font-size: 12px;
	width:617px;
}

.cestaCompra div.precioTotal span.texto {
	float: left;
}

.cestaCompra div.precioTotal span.precio {
	float: right;
}


.cestaCompra  ul.lineasPaquete {
	margin:0;
	padding:0px;
	list-style-type:none;
	clear:both;
}

.cestaCompra ul.lineasPaquete li{
	margin:0;
	padding:0 0 0 10px;
	background:url("/images/listadoDetalleReserva.jpg") no-repeat scroll 0 5px transparent;
}


.cestaCompra .cestaContenido table
{
    width:627px;
    }


/* Cesta de la compra "mini" (para laterales, en la parte superior de la pagina, etc.) */

.cestaCompraMini 
{
    background:#C8DBF5;    
	margin-bottom:20px;
	padding:0 10px;	
	overflow:hidden;
}

.cestaCompraMini .cestaCabecera
{
    background:url(/images/cestaCompra/cestaSeparador.jpg) no-repeat 0 bottom;
    width:197px;
	margin:0;
	padding:15px 0;
	color:#002D6D;
	font-weight:bold;
	text-transform:uppercase;	
	float:left;
}

.cestaCompraMini .cestaCabecera span
{
    float:left;
    padding:5px 0 0 5px;
    font-size:12px;
}

.cestaCompraMini .cestaCabecera img
{
    float:left;
    vertical-align:middle;
}

.cestaCompraMini .cestaContenido
{
    float:left;
    width:197px;
    padding-bottom:10px;
    }

.cestaCompraMini table 
{
	width:100%;
	margin:10px 0;	
	border-collapse:collapse;
}

.cestaCompraMini table td
{}

.cestaCompraMini table p {
	margin: 0;
}

.cestaCompraMini table div {
	color: #333333;
	padding: 2px;
	float: left;
	overflow: hidden;
	height: 1%;
}



.cestaCompraMini h3.tituloTipoProducto {
	display: none;
	color: #002C6C;
}

.cestaCompraMini table div .tituloProducto {
	color:#484848;
	font-weight:bold;
	margin:0;
}

.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;
}

.cestaCompraMini table div .fecha .titulosfecha 
{
	display:none;
}

.cestaCompraMini table div .caracteristicaProducto {
	display: none;
}

.cestaCompraMini table span.politicaCancelacion {
	display: none;
}

.cestaCompraMini table td.precio {	
	padding:4px 4px 10px;
	text-align:right;
	vertical-align:bottom;
	font-weight:bold;
	background:url(/images/cestaCompra/cestaSeparador.jpg) no-repeat 0 bottom;
}

.cestaCompraMini table span.precio 
{
    font-size:12px;
	color:#484848;
}


.cestaCompraMini div.precioTotal
{
    float:right;
	color: #002C6C;
	overflow: hidden;
	font-weight: bold;
	font-size:12px;
	text-transform: uppercase;
	padding: 5px;
}

.cestaCompraMini div.precioTotal .texto
{
    padding-right:5px;
    }

.cestaCompraMini div.precioTotal span.tituloProducto {
	float: left;
}

.cestaCompraMini div.precioTotal span.precio {	
}

.cestaCompraMini div.precioTotal span.borrar {
	float: right;
}


.cestaCompraMini table span.disponible {
	display:none;
}


.cestaCompraMini div.finalizarCesta 
{    
    float:left;
	padding:4px;	
	text-align:center;
	color:#00347A;
	width:188px;
	margin:0 auto;
}

.cestaCompraMini div.finalizarCesta  a
{
    color:#002C6C;	
}
.cestaCompraMini  ul.lineasPaquete {
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
}

.cestaCompraMini  ul.lineasPaquete li{
	margin:0px 0px 0px 6px;
	padding:0px;
}