.selected {
    background-color: #2196f3 !important;  /* fondo azul */
    color: #ffffff !important;             /* texto blanco */
    cursor: pointer;
}
.nuevoProducto tr:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.selectedMP {
    background-color: #2795F5 !important;
    cursor: pointer;
}
