public static M_Conexion obtenerInstancia() { if (instancia == null) { instancia = new M_Conexion(); } return instancia; }