.ImagenProductosCarrito {
    max-width: 4em;
}

    .ImagenProductosCarrito > img {
        max-width: 4.4em;
        max-height: 3em;
        margin-right: 10px;
    }
.Textocentrado, .TextoCentrado {
    text-align: center;
}

/*MI CUENTA*/
.ElementoMonedasMisod {
    display: none !important;
}

.TablaMisPedidos {
    width: 100%;
}

    .TablaMisPedidos tr:first-child td {
        padding: 0.5em 0.3em;
    }

    .TablaMisPedidos tr:nth-child(2n) {
        background-color: #e1e1e1;
    }

    .TablaMisPedidos td {
        padding: 0 0.3em;
    }

.BotonDetallePedido {
    font-weight: 700;
    margin: 0.2em 0;
    padding: 0.4em 1em;
    text-align: center;
    box-sizing: border-box;
    transition: 300ms;
    border: none;
}



/*FIN MI CUENTA*/

