#cesta{
	width:580px;	/* 591 - 11 */
	padding-left:11px;
	float:left;
}
#cesta h1{
	color:#560200;
	font-size:16px;
	text-align:left;
	padding-top:16px;
}
#cesta p.mensaje{
	color:#444444;
	clear:both;
	padding-top:10px;
	padding-left:10px;
}
#cesta p.mensaje span{
	text-decoration:underline;
}
#cesta p.mensaje strong span{
	color:#540000;
	text-decoration:none;
}
#cesta #formPaso03{
	position:relative;
	width:580px;
	height:500px;
}
/**********************************************************************
	Listado de Productos que hay en la Cesta
**********************************************************************/
.listadoCesta{
	position:relative;
	width:580px;
	font-size:11px;
	overflow:hidden;
	padding-bottom:33px;
	background-repeat:repeat-y;
	margin-bottom:4px;
	color:#444444;
	clear:both;
}
.listadoCesta h1{
	width:568px;	/* 580 - 6 - 6 */
	padding-top:7px;
	padding-left:6px;
	padding-right:6px;
	margin-bottom:5px;
	background-position:top;
	background-repeat:no-repeat;
}
.listadoCesta .cierre{
	width:568px;
	height:16px;
	font-size:4px;
	position:absolute;
	left:0px;
	bottom:0px;
	background-repeat:no-repeat;
	z-index:0;
}
.listadoCesta a{
	color:#444444;
}
.listadoCesta a:hover{
	color:#359DC7;
}
/**********************************************************************
	Fin Listado de Productos que hay en la Cesta
**********************************************************************/
/**********************************************************************
	Detalle
**********************************************************************/
#detalleCesta{
	width:556px;	/* 580 - 12 - 12 */
	padding-left:12px;
	padding-right:12px;
	padding-top:14px;
	overflow:auto;
}
#detalleCesta .col01{
	float:left;
	width:56px;
	height:27px;
	text-align:left;
	line-height:27px;
	overflow:hidden;
}
#detalleCesta .col02{
	float:left;
	width:270px;
	height:27px;
	text-align:left;
	line-height:27px;
	overflow:hidden;
}
#detalleCesta .col02 p{
	clear:both;
	color:#666666;
	line-height:normal;
	font-size:9px;
}
#detalleCesta .col03{
	float:left;
	width:56px;
	height:27px;
	text-align:center;
	line-height:27px;
	overflow:hidden;
}
#detalleCesta .col04{
	float:left;
	width:97px;
	height:27px;
	text-align:center;
	line-height:27px;
	overflow:hidden;
}
#detalleCesta .col04 a{
	float:left;
}
#detalleCesta .producto .col04 p{
	width:65px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
	color:#444444;
}
#detalleCesta .col04 span{
	float:left;
	display:block;
	width:23px;
	height:27px;
	line-height:27px;
	text-align:center;
	font-size:11px;
	color:#6D6E71;
}

#detalleCesta .col05{
	float:left;
	width:77px;
	height:27px;
	clear:right;
	text-align:center;
	line-height:27px;
	color:#343C41;
}
#detalleCesta .col05 em{
	font-style:normal;
	font-weight:bold;
}
#detalleCesta .fondo{
	background-image:url(../imagenes/cesta/fondoColumna.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#detalleCesta #total{
	width:546px;	/* 556 - 10 */
	height:54px;
	clear:both;
	text-align:right;
	background-image:url(../imagenes/cesta/fondoTotal.gif);
	background-repeat:repeat-x;
	padding-right:10px;
	line-height:24px;
	font-size:11px;
	color:#2F363B;	
}
#detalleCesta #total a{
	color:#444444;
	font-weight:bold;
}
#detalleCesta #total a:hover{
	color:#888888;
}
#detalleCesta .titulo{
	color:#444444;
	font-weight:bold;
	font-size:11px;
	border-top:1px solid #ACACAC;
}
#detalleCesta .producto{
	width:556px;
	height:58px;
	clear:both;
	background-image:url(../imagenes/cesta/fondoTitulo.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#detalleCesta .producto .portada{
	width:56px;
	float:left;
	padding-top:4px;
}
#detalleCesta .producto .portada img{
	border:1px solid #989999;
}
#detalleCesta .producto h2{
	float:left;
	width:270px;
	height:27px;
	overflow:hidden;
	line-height:27px;
	color:#444444;
	font-weight:normal;
	font-size:11px;
}
#detalleCesta .producto h2 a{
	color:#444444;
}
#detalleCesta .producto p{
	width:516px;
	float:left;
	padding-top:4px;
}
#detalleCesta #opciones{
	width:574px;	/* 580 - 6 */
	height:38px;	/* 39 - 1 */
	padding-top:1px;
	position:absolute;
	left:0px;
	bottom:0px;
	padding-right:6px;
	background-repeat:no-repeat;
	text-align:right;
	z-index:0;
}
#detalleCesta #codigoDescuento{
	width:546px;	/* 556 - 10 */
	overflow:hidden;
	clear:both;
	text-align:right;
	border-top:1px solid #ACACAC;
	padding-right:10px;
	padding-bottom:4px;
	line-height:23px;
	font-size:11px;
	color:#2F363B;	
}
#detalleCesta #codigoDescuento input{
	color:#6D6E71;
	width:116px;	/* 120 - 2 - 2 */
	height:13px;	/* 17 - 2 - 2 */
	padding:2px;
	border:0px;
	font-size:11px;
	background-image:url(../imagenes/cesta/paso03Input.gif);
	background-repeat:no-repeat;
}
#detalleCesta #codigoDescuento span{
	font-weight:bold;
}
#detalleCesta #codigoDescuento em{
	font-size:9px;
	color:#FF0000;
}
/**********************************************************************
	Fin Detalle
**********************************************************************/
/**********************************************************************
	Paso 02
**********************************************************************/
#cesta .listadoCesta #login{
	width:556px;	/*580 - 12 - 12 */
	padding-right:12px;
	padding-left:12px;
}
/**********************************************************************
	Fin Paso 02
**********************************************************************/
/**********************************************************************
	Paso 03
**********************************************************************/
#detalleCesta .col02Larga{
	float:left;
	width:320px;
	height:27px;
	text-align:left;
	line-height:27px;
}
#detalleCesta h2.h2Col02Larga{
	width:320px;
}
.cestaCuadro01{
	float:left;
	position:relative;
	width:278px;	/* 290 - 6 - 6 */
	height:168px;	/* 180 - 6 - 6 */
	padding:6px;
	overflow:hidden;
	color:#444444;
}
.cestaCuadro02{
	float:left;
	width:278px;	/* 290 - 6 - 6 */
	height:168px;	/* 180 - 6 - 6 */
	padding:6px;
	overflow:hidden;
	color:#444444;
}
.cestaCuadro03{
	float:left;
	width:568px;	/* 580 - 6 - 6 */
	position:relative;
	padding:6px;
	color:#444444;
}
.cestaCuadro01 h2,.cestaCuadro02 h2,.cestaCuadro03 h2{
	color:#560200;
	font-size:11px;
	font-weight:bold;
	padding-left:6px;
	padding-bottom:4px;
	padding-top:4px;
}
.cestaCuadro01 p,.cestaCuadro03 p{
	padding:6px;
	line-height:15px;
}

.cestaCuadro02 label{
	display:block;
	float:left;
	width:76px;
	height:17px;
	padding-right:4px;
	margin-top:4px;
	line-height:17px;
	font-size:11px;
	text-align:right;
	overflow:hidden;
}
.cestaCuadro02 input{
	float:left;
	clear:right;
	width:180px;	/* 186 - 2 - 2 - 1 - 1*/
	height:11px;	/* 17 - 2 - 2 - 1 - 1*/
	padding:2px;
	margin-top:4px;
	font-size:11px;
	color:#6D6E71;
	border:1px solid #7f9db9;
}
.cestaCuadro02 select{
	float:left;
	clear:right;
	width:186px;
	margin-top:4px;
	font-size:11px;
	color:#6D6E71;
}
#formaPago{
	clear:both;
}
#formaPago em{
	color:#FF0000;
}
#formaPago label{
	display:block;
	width:260px;	/* 278 - 9 - 9 */
	height:17px;	/* 30 - 7 - 6 */
	padding-left:9px;
	padding-right:9px;
	font-size:11px;
	color:#6D6E71;
	border-bottom:1px dotted #4A4A4A;
	padding-top:7px;
	padding-bottom:6px;
	overflow:hidden;
}
#formaPago label.radioPasarela{
	height:28px;	/* 41 - 7 - 6 */
}
#formaPago label input{
	margin-right:5px;
}
#continuarCompra{
	position:absolute;
	right:6px;
	bottom:6px;
}
#detalleCesta #totalEnvio{
	width:546px;	/* 556 - 10 */
	height:23px;
	clear:both;
	text-align:right;
	border-top:1px solid #ACACAC;
	padding-right:10px;
	line-height:23px;
	font-size:11px;
	color:#2F363B;	
}
#detalleCesta #totalEnvio span{
	font-weight:bold;
	color:#444444;
}
#detalleCesta #totalConEnvio{
	width:558px;	/* 580 - 22 */
	height:28px;	/* 35 - 7 */
	position:absolute;
	left:0px;
	bottom:0px;
	padding-right:22px;
	padding-top:7px;
	text-align:right;
	z-index:0;
	font-size:11px;
	color:#2F363B;	
}
/**********************************************************************
	Fin Paso 03
**********************************************************************/
/**********************************************************************
	Paso 04
**********************************************************************/
#cuadroPaso04{
	padding-bottom:45px;
}
#cuadroPaso04 h1{
	padding-bottom:6px;
	overflow:auto;
}
#cuadroPaso04 h2{
	height:46px;
	line-height:46px;
	color:#444444;
	font-size:16px;
	padding-left:6px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:20px;
	background-repeat:repeat-x;
}
#cuadroPaso04 p{
	font-size:12px;
	padding-left:18px;
	padding-right:18px;
	margin-bottom:25px;
}
#cuadroPaso04 p	span{
	font-weight:bold;
	color:#444444;
}
#cuadroPaso04 .cierre{
	width:502px;
	height:39px;
	font-size:4px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:0;
}
#cuadroPaso04 .cierre a{
	display:block;
	position:absolute;
	right:6px;
	bottom:6px;
}
/**********************************************************************
	Fin Paso 04
**********************************************************************/