@font-face {
    font-family: Oswald-Light;
    src: url(/FON/Oswald/static/Oswald-Light.ttf);
}

.alturaMinima {
    min-height: 110VH;
}

table {
    font-family: Oswald-Light;
    font-size: 14px;
    margin: auto;
    width: 80%;
    text-align: left;
    border-collapse: collapse;
    border: 10px solid #191919;
    box-shadow: 0px 10px 13px -7px #191919, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

th {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #191919;
    border-top: 4px solid silver;
    border-bottom: 1px solid #fff;
    color: silver;
}

td {
    padding: 8px;
    background: silver;
    border-bottom: 1px solid #fff;
    color: #191919;
    border-top: 1px solid silver;
}

tr:hover td,
tr:hover a {
    background: #191919;
    color: silver;
}

.MedidaImagenProducto {
    width: 0.05%;
}

.detallesProductosFormato {
    color: #191919;
}

.ContenedorTablaProducto {
    min-height: 110vh;
}


/*----------------- TABLA PRODUCTO -----------------*/

.ContenedorTablaProducto small {
    font-family: Oswald-Light;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10PX;
}