.miniatura1 {
    background-image: url('/img/miniatura1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: top;
    height: 300px;
}

.miniatura-pedidos-pendientes {
    background-image: url('/img/miniatura_pedidos_pendientes.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: top;
    height: 300px;
}

.miniatura-albaranes {
    background-image: url('/img/miniatura_albaranes.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: top;
    height: 300px;
}

.miniatura2 {
    background-image: url('/img/miniatura2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: top;
    height: 300px;

}

.miniatura-dashboard {
    background-image: url('/img/miniatura_dashboard.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: top;
    height: 300px;
}

.miniatura-restos-pedidos {
    background-image: url('/img/miniatura_restos_pedidos.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: top;
    height: 300px;
}


.miniatura-pedidos-pendientes:hover, .miniatura-albaranes:hover, .miniatura-restos-pedidos:hover,.miniatura-dashboard:hover {
    opacity: 70%;
}
