.botonimagenBorrar {
    background-image: url(../../assets/imagenes/Borrar.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
    background-position: center;
}


.botonimagenNuevo {
    background-image: url(../../assets/imagenes/Nuevo.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
    background-position: center;
}