/*=============================================
CARRITO DE COMPRAS
=============================================*/
.encabezado{
	color: white;
	background: #0077c8;
}
.titulo a{
	color: #0077c8!important;
}
.cart_delete {
    margin-right: -12px;
    overflow: hidden;
}

.cart_delete a {
    background: #0077c8;
    color: #fff;
    padding: 5px 7px;
    font-size: 16px
}

.cart_delete a:hover {
    background: #509e2f;
    color: #ffffff;
}
.total{
	color: white;
	background: #0077c8;
}
.tablaCarrito{
    height: 350px!important;
    width:100%!important;
}