.carrito_peque_fila{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px #dddddd solid;
	font-weight:bold;
}
.carrito_peque_left {
	float:left;
	margin-right: 10px;
	width:calc(100% - 30px);
}
.carrito_peque_right {
	float:right;
	width:20px;
}
.btn_delete {
	display:block;
	text-decoration:none;
	background-image:url('upload//Carrito/delete.png');
	width:13px;
	height:16px;
}
.carrito_producto_imagen > img {
	max-width:100%;
}
.carrito_peque_fila:hover .btn_delete { background-image:url('upload//Carrito/delete_active.png'); }
.carrito_peque_precio { font-size:0.9rem; font-weight:600; margin-left:0px!important; margin-right:5px!important;}
.carrito_peque_subtotal {
	margin-top:8px;
	background-color:#dddddd;
	font-size:14px;
	padding:8px;
}
.carrito_peque_subtotal_precio {
	font-weight:600;
	color:#000!important;
	float:none!important;
	display:inline!important;
}
.input_qty_carrito{
	font-size:12px;
	color:#666666;
	border:1px solid #CCC;
	font-size:12px;
	width:30px;
	text-align:center;
}
.carrito_peque_nombre{
	font-size:14px;
}
.carrito_peque_vacio {
	padding:10px;
	font-size:0.9rem;
}
.capa_carrito_externa{
	padding-top:5px;
	background-color:#FFFFFF;
	border:1px solid #ddd;
	/*
	-moz-box-shadow: 0px 5px 10px 5px #adb0a0;
	-webkit-box-shadow: 0px 5px 10px 5px #adb0a0;
	box-shadow: 0px 5px 10px 5px #adb0a0;
	*/	
}
.btn_checkout_carrito_peque { color:#fff; display:inline-block; padding:5px 10px; text-decoration:none; margin:5px 0px;}
.btn_checkout_carrito_peque:hover { background-color:#333; color:#fff; }

.carrito_producto_imagen {
	float:left;
	display:block;
	margin-right:10px;
	width:50px;
	text-align:center;
}
.carrito_producto_imagen img {
	height:auto;
	max-height:50px;
}
.carrito_peque_producto_info {
	float:left;
	width:calc(100% - 60px);
}