﻿.pkgEstadoPendiente {
    color: black;
    background-color: transparent;
}

.pkgEstadoRecogido {
    color: black;
    background-color: green;
}

.pkgEstadoEntregado {
    color: white;
    background-color: red;
}

.Menu {
    color: black;
    background-color: transparent
}

.Footer {
    background-color: transparent;
    color: black;
    height: auto;
    width: 100%;
    position: initial
}
