﻿
.cestaContenido
{
	width:655px;	
}


.cestaCompra 
{
	margin-top:12px;
	margin-bottom:16px;
	position:relative;
}

.cestaCompra .cestaCabecera
{
	display:none;
}

.cestaCompra div.finalizarCesta 
{
	display:none;
}


.cestaCompra table {
	border: solid 1px #CCC;
	width:90%;
	position:relative;
	margin-bottom:6px;
}

.cestaCompra table td {
	position:relative;
}

.cestaCompra table p {
	margin: 0;
	clear:both;
}

.cestaCompra table div.desc {
	color: #333333;
	padding: 5px;
	width: 460px;
	float: left;
	overflow: hidden;
	height: 1%;
}


.cestaCompra h3.tituloTipoProducto {
	color: #E18700;
	font-size:14px;
	font-weight: bold;
	margin-bottom:2px;
	margin-bottom: 5px;
}

.cestaCompra table div 
{
	position:relative;	
}

.cestaCompra table div .tituloProducto {
	color: #666;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.cestaCompra table div .tituloProducto span.nombre {
	font-weight: bold;
	float:left;
}

.cestaCompra table div .tituloProducto span.direccion {
	float:left;
	margin-left: 10px;
}

.cestaCompra table div .tituloProducto span.zona 
{
	float:left;
}

.cestaCompra table span.politicaCancelacion {
	clear:both;
	float: left;
}

.cestaCompra table td.precio {
	width: 104px;
	padding: 4px;
	text-align:right;
	vertical-align: bottom;

}

.cestaCompra table td.precioMini 
{
	display: none;
}

.cestaCompra table span.precio {
	color: #666;
	font-weight: bold;
}

.cestaCompra table span.cancelada {
	color:#666;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
}

.cestaCompra table span.disponible 
{
	background: transparent url(/images/cestaCompra/ico_ok.jpg) no-repeat 0 0;
	height: 15px;
	width: 15px;
	float:left;
}

.cestaCompra table span.enPeticion {
	background: transparent url(/images/cestaCompra/ico_rq.jpg) no-repeat 0 0;
	height: 15px;
	width: 15px;
	float:left;
}



.cestaCompra div.precioTotal {
	background-color: #E8E8E8;
	height: 23px;
	width:580px;
	line-height: 23px;
	padding: 0px 5px;
	
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}

.cestaCompra div.precioTotal span.texto {
	float: left;
}

.cestaCompra div.precioTotal span.precio {
	float: right;
	padding-right: 3px;
}


.cestaCompra  ul.lineasPaquete {
	margin:4px;
	padding:0px;
	list-style-type:none;
	clear:both;
}

.cestaCompra ul.lineasPaquete li{
	margin:0px 0px 2px 6px;
	padding:0px;
}



/* Cesta de la compra "mini" (para laterales, en la parte superior de la pagina, etc.) */

.cestaCompraMini 
{
	margin-bottom:15px;
	clear:both;
	float:right;
}

.cestaCompraMini .cestaCabecera
{
	background:url("/images/cestacompra/bgCestaCab.png") no-repeat scroll 0 0 transparent;
    height:30px;
    margin:0;
    padding-top:10px;
    width:245px;
}

.cestaCompraMini .cestaCabecera span
{
	color:#DF8500;
	font-size: 18px;
	margin: 0px 0 0 5px;
}

.cestaCompraMini .cestaCabecera img
{
 vertical-align:middle;
 padding: 0 0 0 15px;
}

.cestaCompraMini .cestaContenido
{
	background:url("/images/cestacompra/bgCestaCon.png") repeat-y scroll 0 0 transparent;
    height:1%;
    overflow:hidden;
    padding:15px;
    width:215px;
}

.cestaCompraMini .cestaPie
{
	background:url("/images/cestacompra/bgCestaPie.png") no-repeat scroll 0 0 transparent;
    height:16px;
    width:245px;
}
.cestaCompraMini table 
{
	width:96%;
	margin-left:2%;
}

.cestaCompraMini table p {
	margin: 0;
}

.cestaCompraMini table div {
	color: #333333;
	padding: 2px 2px 2px 0;
	float: left;
	overflow: hidden;
	height: 1%;
}



.cestaCompraMini h3.tituloTipoProducto {
	display: none;
	color: #666;
}

.cestaCompraMini table div .tituloProducto {
	color: #666;
	font-weight: bold;
	margin: 0 0 1px 0;
}

.cestaCompraMini table div .tituloProducto span.nombre 
{
	float:left;
	color:#333;
	font-weight: bold;
}

.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 {
	width: 78px;
	padding: 4px;
	text-align:right;
	vertical-align:bottom;
}

.cestaCompraMini table span.precio {
	color: #666;
}


.cestaCompraMini div.precioTotal {
	color: #006600;
	overflow: hidden;
	font-weight: bold;
	padding: 5px;
	float:right;
	width: 130px;
	font-size: 12px;
}

.cestaCompraMini div.precioTotal span.texto {
	float: right;
	margin-right: 5px;
}

.cestaCompraMini div.precioTotal span.precio {
	float: right;
}

.cestaCompraMini div.precioTotal span.borrar {
	float: right;
}


.cestaCompraMini table span.disponible {
	display:none;
}


.cestaCompraMini div.finalizarCesta 
{
	clear: both;
	text-align: right;
}

.cestaCompraMini div.finalizarCesta  a
{
	margin-right:5px;
	color: #666666;
	font-size: 11px;
	text-transform: lowercase;
}
.cestaCompraMini  ul.lineasPaquete {
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
}

.cestaCompraMini  ul.lineasPaquete li{
	margin:0px 0px 0px 6px;
	padding:0px;
}


/*Ocultamos el precio del td*/


.cestaCompra table td.precioMini 
{
	display: none;
}
.cestaCompra table td.precioMini span.borrar
{
	float: right;
}
/*Ocultamos el precio del td*/
.cestaCompraMini table td.precio
{
	display: none;
}
.cestaCompraMini table td.precioMini span.disponible
{
	display:none;
}
.cestaCompraMini table td.precioMini span.enPeticion 
{
	display:none;
}
.cestaCompraMini table td.precioMini span.borrar
{
	float: right;
}



.cestaCompraMini .separador 
{
	display: block;
	background-color:#CCC;
	height: 1px;
	width: 200px;
	padding:0px;
	margin:0px;
}

.cestaCompra .separador 
{
	display: none;
}
