﻿.cestaCompra 
{
	margin-top:12px;
	margin-bottom:16px;
	position:relative;
}
.cestaCompra .cestaCabecera
{
	display:none;
}
.cestaCompra div.finalizarCesta 
{
	display:none;
}
.cestaCompra table {
	border-left: solid 1px #3399CC;
	border-bottom: solid 1px #3399CC;
	border-collapse:collapse;
	width:100%;
	position:relative;
	margin-bottom:5px;
}
.cestaCompra table td {
	border-right: solid 1px #3399CC;
	border-top: solid 1px #3399CC;
	/*position:relative;*/
}
.cestaCompra table p {
	margin: 0;
	clear:both;
}
.cestaCompra table div.desc {
	color: #092767;
	padding: 5px;
	width: 460px;
	float: left;
	overflow: hidden;
	height: 1%;
}
.cestaCompra h3.tituloTipoProducto {
	font-weight: bold;
	margin-bottom:8px;
	border-bottom:solid 1px #ECB100;
	clear:left;
	color:#092767;
	font-size:12px;
	font-weight:bold;
	/*margin:2px 0 0;*/
	padding:0 0 3px 3px;
}
.cestaCompra table div 
{
	position:relative;	
}
.cestaCompra table div .tituloProducto {
	color: #092767;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.cestaCompra table div .tituloProducto span.nombre {
	font-weight: bold;
}
.cestaCompra table div .tituloProducto span.direccion {
	float:left;
	clear:left;
}
.cestaCompra table div .tituloProducto span.zona 
{
	float:left;
}
.cestaCompra table span.politicaCancelacion {
	display:block;
	position:absolute;
	bottom:2px;
	right:4px;
}
.cestaCompra table td.precio {
	width: 104px;
	padding: 7px;
	text-align:right;
	background-color:#C1DFF0;
}

.cestaCompra table span.precio {
	color: #092767;
	font-weight: bold;
}

.cestaCompra table span.cancelada {
	background-color: #C7D9FC;
	color:#092767;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
}

.cestaCompra table span.disponible {
	background-image:url(/images/cestaCompra/ico_ok.gif);
	background-repeat:no-repeat;
	color:#092767;
	display:block;
	float:left;
	height:14px;
	margin-right:3px;
	width:15px;
}

.cestaCompra table span.enPeticion 
{
	background-image:url("/images/cestaCompra/ico_rq.gif");
	background-repeat:no-repeat;
	color:#092767;
	display:block;
	float:left;
	height:14px;
	margin-right:3px;
	width:15px;
}
.cestaCompra div.precioTotal {
	color: #FFF;
	background-color: #01135D;
	overflow: hidden;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
	padding:3px 5px;
	font-size: 12px;
}

.cestaCompra div.precioTotal span.texto {
	float: left;
}

.cestaCompra div.precioTotal span.precio {
	float: right;
}

/* Cesta de la compra "mini" (para laterales, en la parte superior de la pagina, etc.) */

.cestaCompraMini 
{
	/*border:solid 1px #4E78AE;*/
	margin-bottom:20px;
}
.cestaCompraMini .cestaCabecera
{
	/*margin:6px 4px 4px 10px;*/
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	background-image:url("/images/cestaCompra/titulo_verde.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}
.cestaCompraMini .cestaCabecera span
{
	margin-right:6px;
}
.cestaCompraMini .cestaCabecera img
{
 vertical-align:middle;
}
.cestaCompraMini .cestaCabecera img.imagencesta
{
	position:relative;
	top:-6px;
	.top:-6px;
}
.cestaCompraMini table 
{
	width:90%;
	margin-left:2%;
	padding-bottom:5px;
	/*background-color:#C1DFF0;*/
}
.cestaCompraMini table td
{
  /*border-bottom:dashed 1px #4E78AE;*/
}
.cestaCompraMini table p {
	margin: 0;
}
.cestaCompraMini table div 
{
	color:#092767;
	padding: 2px;
	float: left;
	overflow: hidden;
	height: 1%;
}
.cestaCompraMini h3.tituloTipoProducto {
	display: none;
	color: #092767;
}
.cestaCompraMini table div .tituloProducto {
	color: #092767;
	font-weight: normal;
	margin: 0 0 1px 0;
}
.cestaCompraMini table div .tituloProducto span.nombre 
{
	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;
	/*border-bottom:1px dashed #092767;*/
}
.cestaCompraMini table span.precio {
	color: #092767;
}
.cestaCompraMini div.precioTotal {
	color: #092767;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 18px 5px 5px;
	text-align:right;
}
.cestaCompraMini div.precioTotal span.tituloProducto {
	float: left;
}
.cestaCompraMini div.precioTotal span.precio {
	/*float: right;*/
}
.cestaCompraMini div.precioTotal span.borrar {
	float: right;
}
.cestaCompraMini table span.disponible {
	display:none;
}
.cestaCompraMini div.finalizarCesta 
{
	/*background-color:#FFFFFF;*/
	padding:4px 4px 4px 8px;	
}
.cestaCompraMini div.finalizarCesta  a
{
	margin-right:12px;
	text-decoration:none;
}
.cestaCompraMini  ul.lineasPaquete {
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
}
.cestaCompraMini  ul.lineasPaquete li{
	margin:0px 0px 0px 6px;
	padding:0px;
}
.cestaCompraMini .fondocolor
{
	background-color:#C1DFF0;
}
.cestaCompra .fondocolor
{
	background-color:#FFF;
}