/*CANTIDAD CARRITO*/
div.carrito_cantidad{
	float:left;
	width:57px;
	height:16px;
	margin-top:11px !important;
	text-align:center;
}

	a.CantMenos{
		float:left;
		display:block;
		width:19px;
		height:16px;
		background-image:url(../../img/template/adding_meno.png);
		cursor:pointer;
	}
	
	a.CantMas{
		float:left;
		display:block;
		width:19px;
		height:16px;
		background-image:url(../../img/template/adding_mas.png);
		cursor:pointer;
	}
	
	span.CantMiddle{
		float:left;
		width:19px;
		height:14px;
		margin-top:1px;
		line-height:14px;
		font-size:13px !important;
		background-color:#FFF;
		text-align:center;
		color:#333;
	}
	
	
div.carrito_cantidad2{
	float:left;
	width:16px;
	height:16px;
	margin-top:11px !important;
	margin-left:15px !important;
}
	A.eliminar
	{
		float:left;
		width: 16px;
		height: 16px;
		background-image: url(../../img/template/delete.png);
		background-position: top;
	}
	A.eliminar:hover
	{
		width: 16px;
		height: 16px;
		background-position: bottom;
	}
	
		
	div.loader_borrar{
		float:left;
		display:none;
		width:100%;
		height:auto;
		margin-top:15px!important;
	}
/*CANTIDAD CARRITO*/		




.div_detalle_pedido{
	float:left;
	width:100%;
	height:auto;
}


/*DATOS DE PAGO*/
.caja_datos{
	float:left;
	width:100%;
	height:auto;
}
div.columna_detalles
{
	float:left;
	width:610px;
	min-height:20px;
	height:auto;
	margin:0px 10px 10px 0px;
	padding:10px;
	line-height:20px;
	text-align:left;
	background-color:#574d42;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	div.columna_detalles span
	{
		font-weight:bold;
	}
	
	div.columna_detalles span.pago_ok
	{
		color:#093;
		font-weight:bold;
	}
	div.columna_detalles span.pago_no
	{
		color:#C00;
		font-weight:bold;
	}
	
a.boton_pp_es{
	display:inline-block;
	width:145px;
	height:52px;
	background-image:url(../productos/img/carrito/pagos_es.png);
	background-repeat:no-repeat;
	background-position:left top;
}
a.boton_pp_es:hover{
	background-position:left bottom;
}
a.boton_pp_en{
	display:inline-block;
	width:145px;
	height:52px;
	background-image:url(../productos/img/carrito/pagos_en.png);
	background-repeat:no-repeat;
	background-position:left top;
}
a.boton_pp_en:hover{
	background-position:left bottom;
}


a.pago_ceca_es{
	display:inline-block;
	width:145px;
	height:52px;
	background-image:url(../productos/img/carrito/pagos_es.png);
	background-repeat:no-repeat;
	background-position:right top;
}
a.pago_ceca_es:hover{
	background-position:right bottom;
}
a.pago_ceca_en{
	display:inline-block;
	width:145px;
	height:52px;
	background-image:url(../productos/img/carrito/pagos_en.png);
	background-repeat:no-repeat;
	background-position:right top;
}
a.pago_ceca_en:hover{
	background-position:right bottom;
}





/*RESUMEN DEL PEDIDO*/
.caja_resumen{
	float:left;
	width:100%;
	height:auto;
	margin-top:40px;
}

.titulos_pedido{
	float:left;
	width:1280px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	padding-bottom:10px;
}

.titulos_pedido div{
	float:left;
	width:1280px;
	height:30px;
	margin:0px;
	line-height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#6a5d53;
}

.linea_pedido{
	float:left;
	width:1280px;
	height:auto;
	line-height:30px;
	margin-bottom:5px;
}
.linea_pedido div{
	float:left;
	height:auto;
	margin:0;
	line-height:30px;
}


div.img_pedido{
	width:110px;
	padding-left:10px;
}

div.img_pedido img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.titulo_pedido{
	width:840px;
	padding-right:10px;
}
div.titulo_pedido span.desc{ color:#999; line-height:20px;}
div.otro_pedido{
	width:100px;
	text-align:center;
}
div.subtotal_pedido{
	width:100px;
	text-align:right;
	padding-right:10px;
}

div.totales_pedido{
	float:left;
	width:1280px;
	padding-top:10px;
	height:auto;
	margin-top:5px;
	border-top:1px dotted #999;

}

	.linea_base{
		float:left;
		width:1170px;
		padding-right:10px;
		text-align:right;
		height:30px;
		font-weight:bold;
	}
	.linea_base.final{font-size:21px;}
	.dato_base{
		float:left;
		width:100px;
		text-align:right;
		height:30px;
	}
	.dato_base.final{font-size:21px;}
	




@media screen and (min-width: 1000px) and (max-width: 1300px){
/*DATOS DE PAGO*/

div.columna_detalles{
	width:460px;
}

/*RESUMEN DEL PEDIDO*/


.titulos_pedido{
	width:980px;
}

.titulos_pedido div{
	width:980px;
}

.linea_pedido{
	width:980px;
}

div.img_pedido{
	width:110px;
	padding-left:10px;
}


div.titulo_pedido{
	width:550px;
}

div.otro_pedido{
	width:100px;
}
div.subtotal_pedido{
	width:90px;
}

div.totales_pedido{
	width:980px;
}

	.linea_base{
		width:870px;
	}
	.linea_base.final{font-size:21px;}
	.dato_base{
		width:100px;
	}
	.dato_base.final{font-size:21px;}
}


@media screen and (min-width: 640px) and (max-width: 999px){
/*DATOS DE PAGO*/

div.columna_detalles{
	width:600px;
	min-height:16px;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:6px 10px 6px 10px;
	line-height:16px;
}

/*RESUMEN DEL PEDIDO*/


.titulos_pedido{
	width:620px;
}

.titulos_pedido div{
	width:620px;
}

.linea_pedido{
	width:620px;
}

div.img_pedido{
	width:110px;
	padding-left:10px;
}


div.titulo_pedido{
	width:190px;
}

div.otro_pedido{
	width:100px;
}
div.subtotal_pedido{
	width:90px;
}

div.totales_pedido{
	width:620px;
}

	.linea_base{
		width:510px;
	}
	.linea_base.final{font-size:19px;}
	.dato_base{
		width:100px;
	}
	.dato_base.final{font-size:19px;}
}











@media screen and (min-width: 0px) and (max-width: 639px){

/*DATOS DE PAGO*/

div.columna_detalles{
	width:290px;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:5px;
	line-height:17px;
}

/*RESUMEN DEL PEDIDO*/
.caja_resumen{
	float:left;
	width:100%;
	height:auto;
	margin-top:40px;
}

.titulos_pedido{
	float:left;
	width:300px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	padding-bottom:10px;
}

.titulos_pedido div{
	float:left;
	width:300px;
	height:30px;
	margin:0px;
	line-height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#6a5d53;
}

.linea_pedido{
	float:left;
	width:300px;
	height:auto;
	line-height:30px;
	margin-bottom:5px;
}
.linea_pedido div{
	float:left;
	height:auto;
	margin:0;
	line-height:30px;
}


div.img_pedido{
	display:none;
}

div.img_pedido img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.titulo_pedido{
	width:90px;
	padding-left:10px !important;
	padding-right:10px;
	text-align:left !important;
}
div.titulo_pedido span.desc{ color:#999; line-height:20px;}
div.otro_pedido{
	width:100px;
	text-align:center;
}
div.subtotal_pedido{
	width:80px;
	text-align:right;
	padding-right:10px;
}

div.totales_pedido{
	float:left;
	width:300px;
	padding-top:10px;
	height:auto;
	margin-top:5px;
	font-size:12px;
	border-top:1px dotted #999;

}
.esconder{
	display:none;
}
.reformar{
	line-height:18px !important;
}

	.linea_base{
		float:left;
		width:200px;
		padding-right:10px;
		text-align:right;
		height:30px;
		font-weight:bold;
	}
	.linea_base.final{font-size:15px;}
	.dato_base{
		float:left;
		width:90px;
		text-align:right;
		height:30px;
	}
	.dato_base.final{font-size:15px;}
	


}