From 6f031b14c15112af0bccbcafe0930bc69177042c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20T=C3=A1mara=20Pati=C3=B1o?= Date: Mon, 22 Apr 2024 11:35:19 -0500 Subject: [PATCH] mejor importacion --- FUNDING.yml | 3 +- Gemfile.lock | 28 +- app/javascript/application.js | 1 + db/cambios-basicas.sql | 13426 +++++++++++++--- ...orta-donantes.rb => importa-donantes-1.rb} | 0 lib/guiones/importa-donantes-2.rb | 589 + 6 files changed, 11751 insertions(+), 2296 deletions(-) rename lib/guiones/{importa-donantes.rb => importa-donantes-1.rb} (100%) create mode 100644 lib/guiones/importa-donantes-2.rb diff --git a/FUNDING.yml b/FUNDING.yml index dcab379..1df653e 100644 --- a/FUNDING.yml +++ b/FUNDING.yml @@ -1,3 +1,4 @@ patreon: pasosdeJesus -#github: [vtamara] +github: [vtamara] +buy_me_a_coffee: vtamara diff --git a/Gemfile.lock b/Gemfile.lock index 18fd521..a40df3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,10 +33,10 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/cor1440_gen.git - revision: e5d9cdb4da1e91496fb5723f746dcce224f4231c + revision: 90ed979dc70b697ed79f807a3263036e10568aa2 branch: v2.2 specs: - cor1440_gen (2.2.0.beta4) + cor1440_gen (2.2.0.beta5) devise heb412_gen kt-paperclip @@ -46,10 +46,10 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/heb412_gen.git - revision: a3baaf388bacfb32a41b1b19827162ea58fc5814 + revision: 57b9b4a334b1d0f1c87ed650f9bfb5e204f92905 branch: v2.2 specs: - heb412_gen (2.2.0.beta4) + heb412_gen (2.2.0.beta5) mr519_gen msip redcarpet @@ -57,24 +57,24 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/jos19.git - revision: 85a02662ee4288fe7527095e430b0c5285f014de + revision: 49352be348a7f484c28e511d5d5fbb0326bb3ce0 branch: v2.2 specs: - jos19 (2.2.0.beta4) + jos19 (2.2.0.beta5) rails (>= 7.0.4) GIT remote: https://gitlab.com/pasosdeJesus/mr519_gen.git - revision: d8313cfeb2f5a63be2fd6ad9b9ca3116b9d7be93 + revision: 0a40f10e2759671366764a3244a3b26ae6ec063d branch: v2.2 specs: - mr519_gen (2.2.0.beta4) + mr519_gen (2.2.0.beta5) msip rails GIT remote: https://gitlab.com/pasosdeJesus/msip.git - revision: 89594aaf2613cc4c6dde69c1a7954941b59b0d75 + revision: 2ce56a21d680e8fdf17622de626bc10b10677b6f branch: v2.2 specs: msip (2.2.0.beta5) @@ -94,10 +94,10 @@ GIT GIT remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git - revision: 7076171410bf3bf0c55d4d91deeed7db31ca095d + revision: 3b86b69cb48d7a7f01ebd0f5d1dae3333c1dd064 branch: v2.2 specs: - sivel2_gen (2.2.0.beta4) + sivel2_gen (2.2.0.beta5) color devise rails @@ -294,7 +294,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0305) mini_mime (1.1.5) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.22.3) minitest-reporters (1.6.1) ansi @@ -411,7 +411,7 @@ GEM psych (>= 4.0.0) redcarpet (3.6.0) regexp_parser (2.9.0) - reline (0.5.1) + reline (0.5.2) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -420,7 +420,7 @@ GEM rspreadsheet (0.5.3) andand (>= 1.3) rubyzip (>= 1.3) - rubocop (1.63.1) + rubocop (1.63.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) diff --git a/app/javascript/application.js b/app/javascript/application.js index 675781c..602089d 100644 --- a/app/javascript/application.js +++ b/app/javascript/application.js @@ -84,6 +84,7 @@ promesaRecursosSprocketsYDocumento.then((mensaje) => { var root = window; msip_prepara_eventos_comunes(root, null, false); + window.Msip__Motor.prepararEventosComunes(root, null, false); heb412_gen_prepara_eventos_comunes(root); mr519_gen_prepara_eventos_comunes(root); sivel2_gen_prepara_eventos_comunes(root); diff --git a/db/cambios-basicas.sql b/db/cambios-basicas.sql index ad61b9a..d10ee67 100644 --- a/db/cambios-basicas.sql +++ b/db/cambios-basicas.sql @@ -35,7 +35,6 @@ INSERT INTO public.heb412_gen_campoplantillahcm DELETE FROM public.msip_tipoorg WHERE id = 1; - INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (1, 'Estado Colombiano', '', '2022-05-11 00:00:00', '2022-05-11 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (30, 'Organos Judiciales', '', '2022-05-11 00:00:00', '2022-05-11 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (31, 'Fiscalia General de la Nación', '', '2022-05-11 00:00:00', '2022-05-11 00:00:00'); @@ -799,6 +798,7 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3727, 'Unidad de Delitos contra la Libertad, Integridad y Fomación Sexual y otros - Fiscalía Dieciocho (18) Seccional y Fiscalía Veintitres (23) Seccional. / Manizales', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3728, 'Unidad de Fiscalías ''CAIVAS'' - Fiscalía siete (7) Seccional / Manizales', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3873, 'Unidad de Infancia y Adolescencia / Ubaté', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3792, 'Centro de Atención a Víctimas de Violencia Intrafmiliar / Florencia', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3729, 'Unidad de Delitos contra la Fé Pública - Fiscalía Nueve (9) Seccional y Fiscalía Quince (15) Seccional / Manizales', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3730, 'Unidad de Delitos Contra La Administración Pública -Fiscalía Primera (1) Seccional, Fiscalia Cinco (5) Seccional y Fiscalia Diez (10) Seccional. / Manizales', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3731, 'Unidad de Delitos contra la Salubridad Pública y otros - Fiscalía Tercera (3) Seccional, Fiscalía Cuarta (4) Seccional y Fiscalía Doce (12) Seccional / Manizales', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -861,7 +861,6 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3789, 'Unidad Local de Fiscalía Belén de los Andaquies / Belén de los Andaquíes', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3790, 'Unidad de Fiscalías Delegada ante los Jueces Penales del Circuito Especializado / Florencia', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3791, 'Unidad de Responsabilidad Penal para Adolescentes - URPA / Florencia', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); -INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3792, 'Centro de Atención a Víctimas de Violencia Intrafmiliar / Florencia', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3793, 'Unidad Especial de Estructura de Apoyo - EDA / Florencia', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3794, 'Unidad Seccional de Fiscalías de San Vicente del Caguan / San Vicente del Caguán', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (3795, 'Unidad Seccional de Fiscalías de Cartagena del Chairá / Cartagena del Chairá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -1214,6 +1213,7 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4143, 'Unidad de Delitos contra la Seguridad Pública y la Salud Pública / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4144, 'Unidad de Delitos contra la Seguridad Pública y la Salud Pública / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4328, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4330, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4145, 'Unidad de Delitos contra la Seguridad Pública y la Salud Pública / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4146, 'Unidad de Delitos contra la Seguridad Pública y la Salud Pública / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4147, 'Unidad de Delitos contra la Seguridad Pública y la Salud Pública / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -1397,7 +1397,6 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4325, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4326, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4327, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); -INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4330, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4331, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4332, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4333, 'Unidad de Fiscalías en Bello (Antioquia) / Bello', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -1700,6 +1699,7 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4630, 'Dirección de Fiscalías Nacional Especializada contra el Terrorismo - Despacho 14 / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4631, 'Dirección de Fiscalías Nacional Especializada contra el Terrorismo - Despacho 16 / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4632, 'Dirección de Fiscalías Nacional Especializada contra el Terrorismo - Despacho 17 / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4809, 'Grupo Identificación Humana / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4633, 'Dirección de Fiscalías Nacional Especializada contra el Terrorismo - Despacho 18 / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4634, 'Dirección de Fiscalías Nacional Especializada contra el Terrorismo - Despacho 19 / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4635, 'Dirección de Fiscalías Nacional Especializada contra el Terrorismo - Despacho 20 / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -1876,7 +1876,6 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4806, 'Sección Técnico Científica / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4807, 'Grupo Acústica / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4808, 'Grupo Genética / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); -INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4809, 'Grupo Identificación Humana / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4810, 'Grupo Lofoscopia y NNs / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4811, 'Grupo Morfología / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4812, 'Grupo Arquitectura, Ingeniería Civil y Topografía / Bogotá', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -2030,6 +2029,7 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4960, 'Unidad Local de Fiscalías Neira - Fiscalía uno (1) Local / Neira', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4961, 'Unidad Local de Fiscalías Pensilvania - Fiscalía uno (1) Local / Pensilvania', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4962, 'Unidad Local de Fiscalías Riosucio - Fiscalía uno (1) Local y Fiscalía dos (2) Local Infancia y Adolescencia / Riosucio', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5135, 'Fiscalia Única Local / Mogotes', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4963, 'Unidad Local de Fiscalías Risaralda - Fiscalía uno (1) Local / Risaralda', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4964, 'Unidad Local de Fiscalías Salamina - Fiscalía uno (1) Local / Salamina', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (4965, 'Unidad Local de Fiscalías Supía - Fiscalía uno (1) Local / Supía', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -2202,7 +2202,6 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5132, 'Fiscalía Única Local / Lebrija', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5133, 'Fiscalía 1 Local / Málaga', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5134, 'Fiscalía 2 Local / Málaga', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); -INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5135, 'Fiscalia Única Local / Mogotes', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5136, 'Fiscalía Única Local / Oiba', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5137, 'Fiscalía 2 Local / Piedecuesta', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5138, 'Fiscalía 3 Local / Piedecuesta', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); @@ -2309,2285 +2308,11150 @@ INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_a INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5239, 'Centros de Atención Integral a Víctimas de Abuso Sexual ( Caivas) / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5240, 'Centros de Atención Integral a Víctimas de Abuso Sexual ( Caivas) / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5241, 'Centros de Atención Integral a Víctimas de Abuso Sexual (Caivas) / Medellín', '', '2022-05-18 00:00:00', '2022-05-18 00:00:00'); - +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5247, 'N', NULL, '2022-05-28 23:41:38.282677', '2022-05-28 23:41:38.282677'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5242, 'eee', 'sss', '2022-05-23 16:31:52.284471', '2022-05-23 16:32:07.318486'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5243, 'eee', 'sss', '2022-05-24 01:15:27.728586', '2022-05-24 01:15:42.694844'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5248, 'N', NULL, '2022-05-29 00:07:32.8231', '2022-05-29 00:07:32.8231'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5244, 'eee', 'sss', '2022-05-24 16:40:58.487189', '2022-05-24 16:41:13.410753'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5251, 'N', NULL, '2022-06-29 16:37:55.759731', '2022-06-29 16:37:55.759731'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5245, 'eee', 'sss', '2022-05-26 01:48:27.235778', '2022-05-26 01:48:41.525643'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5246, 'eee', 'sss', '2022-05-26 17:36:28.218187', '2022-05-26 17:36:43.304427'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5249, 'Barrio Nikol', '', '2022-06-25 19:39:31.092054', '2022-06-25 19:57:16.613718'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5250, 'N', NULL, '2022-06-29 16:29:38.648223', '2022-06-29 16:29:38.648223'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5252, 'N', NULL, '2022-06-29 16:40:31.361159', '2022-06-29 16:40:31.361159'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5253, 'N', NULL, '2022-06-29 16:41:54.319443', '2022-06-29 16:41:54.319443'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5254, 'N', NULL, '2022-06-29 16:46:44.500242', '2022-06-29 16:46:44.500242'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5255, 'N', NULL, '2022-06-29 17:52:40.919865', '2022-06-29 17:52:40.919865'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5256, 'N', NULL, '2022-06-29 17:59:47.547676', '2022-06-29 17:59:47.547676'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5257, 'N', NULL, '2022-06-29 18:11:26.417132', '2022-06-29 18:11:26.417132'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5258, 'N', NULL, '2022-06-29 18:14:51.63401', '2022-06-29 18:14:51.63401'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5259, 'N', NULL, '2022-06-29 18:27:32.658982', '2022-06-29 18:27:32.658982'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5260, 'N', NULL, '2022-06-29 18:31:05.79833', '2022-06-29 18:31:05.79833'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5261, 'N', NULL, '2022-06-29 18:32:48.58792', '2022-06-29 18:32:48.58792'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5262, 'N', NULL, '2022-06-29 18:33:58.906016', '2022-06-29 18:33:58.906016'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5263, 'N', NULL, '2022-06-29 18:41:08.258071', '2022-06-29 18:41:08.258071'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5264, 'N', NULL, '2022-06-29 18:44:14.306578', '2022-06-29 18:44:14.306578'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5265, 'N', NULL, '2022-06-29 18:46:06.343335', '2022-06-29 18:46:06.343335'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5266, 'N', NULL, '2022-06-29 18:49:13.815607', '2022-06-29 18:49:13.815607'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5267, 'eee', 'sss', '2022-06-29 18:57:05.479638', '2022-06-29 18:57:20.264717'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5268, 'eee', 'sss', '2022-06-29 18:58:36.306566', '2022-06-29 18:58:51.130885'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5269, 'eee', 'sss', '2022-07-01 00:59:18.06062', '2022-07-01 00:59:33.040728'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5270, 'eee', 'sss', '2022-07-01 02:19:07.983914', '2022-07-01 02:19:22.730478'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5271, 'eee', 'sss', '2022-07-01 23:48:46.983943', '2022-07-01 23:49:01.827851'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5272, 'eee', 'sss', '2022-07-02 01:26:17.207604', '2022-07-02 01:26:32.051959'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5273, 'eee', 'sss', '2022-07-02 02:22:20.054381', '2022-07-02 02:22:34.71688'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5274, 'N', NULL, '2022-07-02 14:42:12.81779', '2022-07-02 14:42:12.81779'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5275, 'eee', 'sss', '2022-07-02 16:01:27.952943', '2022-07-02 16:01:42.812571'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5276, 'eee', 'sss', '2022-07-02 16:32:12.687169', '2022-07-02 16:32:27.589566'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5277, 'eee', 'sss', '2022-07-03 19:04:16.512328', '2022-07-03 19:04:31.548633'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5278, 'eee', 'sss', '2022-07-21 21:31:34.137473', '2022-07-21 21:31:49.070414'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5279, 'eee', 'sss', '2022-07-21 22:46:54.635165', '2022-07-21 22:47:09.49969'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5280, 'eee', 'sss', '2022-07-21 23:58:15.037517', '2022-07-21 23:58:30.02554'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5281, 'eee', 'sss', '2022-07-22 18:40:05.475376', '2022-07-22 18:40:20.359334'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5282, 'eee', 'sss', '2022-07-22 18:59:52.473463', '2022-07-22 19:00:54.075127'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5283, 'eee', 'sss', '2022-07-22 19:30:30.947971', '2022-07-22 19:31:32.603689'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5284, 'eee', 'sss', '2022-07-23 13:48:00.100111', '2022-07-23 13:48:14.989863'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5285, 'eee', 'sss', '2022-07-23 14:05:52.302554', '2022-07-23 14:06:07.225427'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5286, 'N', NULL, '2022-10-26 14:52:05.014171', '2022-10-26 14:52:05.014171'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5287, 'N', '', '2022-11-14 15:43:38.591864', '2022-11-15 14:54:25.810134'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5288, 'N', NULL, '2022-12-03 22:43:24.18687', '2022-12-03 22:43:24.18687'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5289, 'N', NULL, '2022-12-03 22:44:27.626826', '2022-12-03 22:44:27.626826'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5290, 'N', NULL, '2022-12-03 22:44:54.969036', '2022-12-03 22:44:54.969036'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5291, 'N', NULL, '2022-12-03 22:46:00.258552', '2022-12-03 22:46:00.258552'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5292, 'N', NULL, '2022-12-03 22:47:06.937147', '2022-12-03 22:47:06.937147'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5293, 'N', NULL, '2022-12-03 22:48:40.136566', '2022-12-03 22:48:40.136566'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5294, 'N', NULL, '2022-12-03 22:49:31.471843', '2022-12-03 22:49:31.471843'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5295, 'N', '', '2022-12-03 22:50:28.962849', '2022-12-05 23:05:07.082508'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5296, 'N', NULL, '2023-05-03 15:07:26.275293', '2023-05-03 15:07:26.275293'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5297, 'N', NULL, '2023-05-11 13:51:40.163551', '2023-05-11 13:51:40.163551'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (60, 'Rama Judicial', NULL, '2023-05-24 00:00:00', '2023-05-24 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5298, 'Juzgado 45 Civil Circuito Bogotá ', '', '2023-05-11 14:35:50.955165', '2023-05-11 14:35:50.955165'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5299, 'Fiscalia 106 DDHH Medellín', NULL, '2023-08-16 20:26:04.426184', '2023-08-16 20:26:04.426184'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5300, 'Fiscalía 112 Seccional Medellín', NULL, '2023-08-16 20:28:51.214001', '2023-08-16 20:28:51.214001'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5301, 'CENTRO DE SERV. ADMINISTRATIVO JUZGADO EJEC. DE PENAS Y MEDIDAS DE SEGURIDAD (DORADA)', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5302, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO DE EJECUCION DE PENAS Y MEDIDAS DE SEGURIDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5303, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO DE EJECUCION PENAS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5304, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO DEL CIRCUITO PENAL ESPECIALIZADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5305, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO DEL CIRCUITO PENAL ESPECIALIZADO CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5306, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO EJECUCION DE PENAS Y MEDIDAS DE SEGURIDAD ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5307, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO EJECUCION DE PENAS Y MEDIDAS DE SEGURIDAD PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5308, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO PENA MEDI SEG.', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5309, 'CENTRO DE SERV. ADMINISTRATIVOS JUZGADO PENAL DEL CIRCUITO ESPECIALIZADO BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5310, 'JUZGADO 001 ADMINISTRATIVO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5311, 'JUZGADO 001 ADMINISTRATIVO DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5312, 'JUZGADO 001 ADMINISTRATIVO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5313, 'JUZGADO 001 ADMINISTRATIVO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5314, 'JUZGADO 001 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5315, 'JUZGADO 001 ADMINISTRATIVO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5316, 'JUZGADO 001 ADMINISTRATIVO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5317, 'JUZGADO 001 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5318, 'JUZGADO 001 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5319, 'JUZGADO 001 ADMINISTRATIVO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5320, 'JUZGADO 001 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5321, 'JUZGADO 001 ADMINISTRATIVO DE DUITAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5322, 'JUZGADO 001 ADMINISTRATIVO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5323, 'JUZGADO 001 ADMINISTRATIVO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5324, 'JUZGADO 001 ADMINISTRATIVO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5325, 'JUZGADO 001 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5326, 'JUZGADO 001 ADMINISTRATIVO DE LA SECCIÓN PRIMERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5327, 'JUZGADO 001 ADMINISTRATIVO DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5328, 'JUZGADO 001 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5329, 'JUZGADO 001 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5330, 'JUZGADO 001 ADMINISTRATIVO DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5331, 'JUZGADO 001 ADMINISTRATIVO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5332, 'JUZGADO 001 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5333, 'JUZGADO 001 ADMINISTRATIVO DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5334, 'JUZGADO 001 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5335, 'JUZGADO 001 ADMINISTRATIVO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5336, 'JUZGADO 001 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5337, 'JUZGADO 001 ADMINISTRATIVO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5338, 'JUZGADO 001 ADMINISTRATIVO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5339, 'JUZGADO 001 ADMINISTRATIVO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5340, 'JUZGADO 001 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5341, 'JUZGADO 001 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5342, 'JUZGADO 001 ADMINISTRATIVO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5343, 'JUZGADO 001 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5344, 'JUZGADO 001 ADMINISTRATIVO DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5345, 'JUZGADO 001 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5346, 'JUZGADO 001 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5347, 'JUZGADO 001 ADMINISTRATIVO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5348, 'JUZGADO 001 ADMINISTRATIVO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5349, 'JUZGADO 001 ADMINISTRATIVO ORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5350, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5351, 'JUZGADO 001 CIVIL DEL CIRCUITO DE AGUADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5352, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ANDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5353, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ANSERMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5354, 'JUZGADO 001 CIVIL DEL CIRCUITO DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5355, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5356, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5357, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5358, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5359, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5360, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5361, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5362, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5363, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5364, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5365, 'JUZGADO 001 CIVIL DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5366, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CALARCÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5367, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CALDAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5368, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5369, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5370, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5371, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CAUCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5372, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CERETÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5373, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CHAPARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5374, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5375, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5376, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CHIRIGUANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5377, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CHOCONTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5378, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5379, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CÁQUEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5380, 'JUZGADO 001 CIVIL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5381, 'JUZGADO 001 CIVIL DEL CIRCUITO DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5382, 'JUZGADO 001 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5383, 'JUZGADO 001 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5384, 'JUZGADO 001 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5385, 'JUZGADO 001 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5386, 'JUZGADO 001 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5387, 'JUZGADO 001 CIVIL DEL CIRCUITO DE EL BANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5388, 'JUZGADO 001 CIVIL DEL CIRCUITO DE EL SANTUARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5389, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5390, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5391, 'JUZGADO 001 CIVIL DEL CIRCUITO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5392, 'JUZGADO 001 CIVIL DEL CIRCUITO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5393, 'JUZGADO 001 CIVIL DEL CIRCUITO DE FREDONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5394, 'JUZGADO 001 CIVIL DEL CIRCUITO DE FRESNO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5395, 'JUZGADO 001 CIVIL DEL CIRCUITO DE FUNDACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5396, 'JUZGADO 001 CIVIL DEL CIRCUITO DE FUNZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5397, 'JUZGADO 001 CIVIL DEL CIRCUITO DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5398, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GACHETÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5399, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GARAGOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5400, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5401, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5402, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GIRARDOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5403, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GRANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5404, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5405, 'JUZGADO 001 CIVIL DEL CIRCUITO DE GUATEQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5406, 'JUZGADO 001 CIVIL DEL CIRCUITO DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5407, 'JUZGADO 001 CIVIL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5408, 'JUZGADO 001 CIVIL DEL CIRCUITO DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5409, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ISTMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5410, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5411, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LA CEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5412, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5413, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LA MESA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5414, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LA UNIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5415, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LORICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5416, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LOS PATIOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5417, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LÉRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5418, 'JUZGADO 001 CIVIL DEL CIRCUITO DE LÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5419, 'JUZGADO 001 CIVIL DEL CIRCUITO DE MAGANGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5420, 'JUZGADO 001 CIVIL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5421, 'JUZGADO 001 CIVIL DEL CIRCUITO DE MARINILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5422, 'JUZGADO 001 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5423, 'JUZGADO 001 CIVIL DEL CIRCUITO DE MELGAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5424, 'JUZGADO 001 CIVIL DEL CIRCUITO DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5425, 'JUZGADO 001 CIVIL DEL CIRCUITO DE MONIQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5426, 'JUZGADO 001 CIVIL DEL CIRCUITO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5427, 'JUZGADO 001 CIVIL DEL CIRCUITO DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5428, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5429, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5430, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5431, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PATÍA-EL BORDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5432, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5433, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5434, 'JUZGADO 001 CIVIL DEL CIRCUITO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5435, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PUENTE NACIONAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5436, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PUERTO BERRÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5437, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PUERTO TEJADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5438, 'JUZGADO 001 CIVIL DEL CIRCUITO DE PURIFICACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5439, 'JUZGADO 001 CIVIL DEL CIRCUITO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5440, 'JUZGADO 001 CIVIL DEL CIRCUITO DE RAMIRIQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5441, 'JUZGADO 001 CIVIL DEL CIRCUITO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5442, 'JUZGADO 001 CIVIL DEL CIRCUITO DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5443, 'JUZGADO 001 CIVIL DEL CIRCUITO DE RIOSUCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5444, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ROLDANILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5445, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SAHAGÚN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5446, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SALAMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5447, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5448, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5449, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SANTA ROSA DE CABAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5450, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5451, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5452, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5453, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5454, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5455, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5456, 'JUZGADO 001 CIVIL DEL CIRCUITO DE SONSÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5457, 'JUZGADO 001 CIVIL DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5458, 'JUZGADO 001 CIVIL DEL CIRCUITO DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5459, 'JUZGADO 001 CIVIL DEL CIRCUITO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5460, 'JUZGADO 001 CIVIL DEL CIRCUITO DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5461, 'JUZGADO 001 CIVIL DEL CIRCUITO DE TÚQUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5462, 'JUZGADO 001 CIVIL DEL CIRCUITO DE UBATÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5463, 'JUZGADO 001 CIVIL DEL CIRCUITO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5464, 'JUZGADO 001 CIVIL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5465, 'JUZGADO 001 CIVIL DEL CIRCUITO DE VILLETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5466, 'JUZGADO 001 CIVIL DEL CIRCUITO DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5467, 'JUZGADO 001 CIVIL DEL CIRCUITO DE YARUMAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5468, 'JUZGADO 001 CIVIL DEL CIRCUITO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5469, 'JUZGADO 001 CIVIL DEL CIRCUITO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5470, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5471, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5472, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5473, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5474, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5475, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5476, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5477, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CUNDINAMARCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5478, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5479, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5480, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5481, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5482, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5483, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5484, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5485, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5486, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5487, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9166, 'JUZGADO 017 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5488, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5489, 'JUZGADO 001 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5490, 'JUZGADO 001 CIVIL MUNICIPAL DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5491, 'JUZGADO 001 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5492, 'JUZGADO 001 CIVIL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5493, 'JUZGADO 001 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5494, 'JUZGADO 001 CIVIL MUNICIPAL DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5495, 'JUZGADO 001 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5496, 'JUZGADO 001 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5497, 'JUZGADO 001 CIVIL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5498, 'JUZGADO 001 CIVIL MUNICIPAL DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5499, 'JUZGADO 001 CIVIL MUNICIPAL DE CALARCÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5500, 'JUZGADO 001 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5501, 'JUZGADO 001 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5502, 'JUZGADO 001 CIVIL MUNICIPAL DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5503, 'JUZGADO 001 CIVIL MUNICIPAL DE CHAPARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5504, 'JUZGADO 001 CIVIL MUNICIPAL DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5505, 'JUZGADO 001 CIVIL MUNICIPAL DE CHOCONTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5506, 'JUZGADO 001 CIVIL MUNICIPAL DE CHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5507, 'JUZGADO 001 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5508, 'JUZGADO 001 CIVIL MUNICIPAL DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5509, 'JUZGADO 001 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5510, 'JUZGADO 001 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5511, 'JUZGADO 001 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5512, 'JUZGADO 001 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5513, 'JUZGADO 001 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5514, 'JUZGADO 001 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5515, 'JUZGADO 001 CIVIL MUNICIPAL DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5516, 'JUZGADO 001 CIVIL MUNICIPAL DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5517, 'JUZGADO 001 CIVIL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5518, 'JUZGADO 001 CIVIL MUNICIPAL DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5519, 'JUZGADO 001 CIVIL MUNICIPAL DE FUNZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5520, 'JUZGADO 001 CIVIL MUNICIPAL DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5521, 'JUZGADO 001 CIVIL MUNICIPAL DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5522, 'JUZGADO 001 CIVIL MUNICIPAL DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5523, 'JUZGADO 001 CIVIL MUNICIPAL DE GIRARDOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5524, 'JUZGADO 001 CIVIL MUNICIPAL DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5525, 'JUZGADO 001 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5526, 'JUZGADO 001 CIVIL MUNICIPAL DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5527, 'JUZGADO 001 CIVIL MUNICIPAL DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5528, 'JUZGADO 001 CIVIL MUNICIPAL DE LA MESA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5529, 'JUZGADO 001 CIVIL MUNICIPAL DE LA PLATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5530, 'JUZGADO 001 CIVIL MUNICIPAL DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5531, 'JUZGADO 001 CIVIL MUNICIPAL DE LOS PATIOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5532, 'JUZGADO 001 CIVIL MUNICIPAL DE MADRID', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5533, 'JUZGADO 001 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5534, 'JUZGADO 001 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5535, 'JUZGADO 001 CIVIL MUNICIPAL DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5536, 'JUZGADO 001 CIVIL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5537, 'JUZGADO 001 CIVIL MUNICIPAL DE MOSQUERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5538, 'JUZGADO 001 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5539, 'JUZGADO 001 CIVIL MUNICIPAL DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5540, 'JUZGADO 001 CIVIL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5541, 'JUZGADO 001 CIVIL MUNICIPAL DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5542, 'JUZGADO 001 CIVIL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5543, 'JUZGADO 001 CIVIL MUNICIPAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5544, 'JUZGADO 001 CIVIL MUNICIPAL DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5545, 'JUZGADO 001 CIVIL MUNICIPAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5546, 'JUZGADO 001 CIVIL MUNICIPAL DE PUERTO TEJADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5547, 'JUZGADO 001 CIVIL MUNICIPAL DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5548, 'JUZGADO 001 CIVIL MUNICIPAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5549, 'JUZGADO 001 CIVIL MUNICIPAL DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5550, 'JUZGADO 001 CIVIL MUNICIPAL DE ROLDANILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5551, 'JUZGADO 001 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5552, 'JUZGADO 001 CIVIL MUNICIPAL DE SANTA ROSA DE CABAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5553, 'JUZGADO 001 CIVIL MUNICIPAL DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5554, 'JUZGADO 001 CIVIL MUNICIPAL DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5555, 'JUZGADO 001 CIVIL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5556, 'JUZGADO 001 CIVIL MUNICIPAL DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5557, 'JUZGADO 001 CIVIL MUNICIPAL DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5558, 'JUZGADO 001 CIVIL MUNICIPAL DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5559, 'JUZGADO 001 CIVIL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5560, 'JUZGADO 001 CIVIL MUNICIPAL DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5561, 'JUZGADO 001 CIVIL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5562, 'JUZGADO 001 CIVIL MUNICIPAL DE TÚQUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5563, 'JUZGADO 001 CIVIL MUNICIPAL DE UBATÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5564, 'JUZGADO 001 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5565, 'JUZGADO 001 CIVIL MUNICIPAL DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5566, 'JUZGADO 001 CIVIL MUNICIPAL DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5567, 'JUZGADO 001 CIVIL MUNICIPAL DE YUMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5568, 'JUZGADO 001 CIVIL MUNICIPAL DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5569, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5570, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5571, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5572, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5573, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5574, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5575, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5576, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5577, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5578, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5579, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5580, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5581, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CÁQUEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5582, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5583, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE EL SANTUARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5584, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5585, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5586, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5587, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5588, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE GUADUAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5589, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5590, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5591, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5592, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5593, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5594, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5595, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5596, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5597, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5598, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5599, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5600, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5601, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5602, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5603, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5604, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5605, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5606, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SANTA ROSA DE VITERBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5607, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5608, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5609, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5610, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5611, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5612, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5613, 'JUZGADO 001 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5614, 'JUZGADO 001 DE EJECUCIÓN EN ASUNTOS DE FAMILIA DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5615, 'JUZGADO 001 DE FAMILIA DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5616, 'JUZGADO 001 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5617, 'JUZGADO 001 DE FAMILIA DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5618, 'JUZGADO 001 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5619, 'JUZGADO 001 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5620, 'JUZGADO 001 DE FAMILIA DE CALARCÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5621, 'JUZGADO 001 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5622, 'JUZGADO 001 DE FAMILIA DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5623, 'JUZGADO 001 DE FAMILIA DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5624, 'JUZGADO 001 DE FAMILIA DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5625, 'JUZGADO 001 DE FAMILIA DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5626, 'JUZGADO 001 DE FAMILIA DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5627, 'JUZGADO 001 DE FAMILIA DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5628, 'JUZGADO 001 DE FAMILIA DE FUNZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5629, 'JUZGADO 001 DE FAMILIA DE GIRARDOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5630, 'JUZGADO 001 DE FAMILIA DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5631, 'JUZGADO 001 DE FAMILIA DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5632, 'JUZGADO 001 DE FAMILIA DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5633, 'JUZGADO 001 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5634, 'JUZGADO 001 DE FAMILIA DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5635, 'JUZGADO 001 DE FAMILIA DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5636, 'JUZGADO 001 DE FAMILIA DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5637, 'JUZGADO 001 DE FAMILIA DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5638, 'JUZGADO 001 DE FAMILIA DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5639, 'JUZGADO 001 DE FAMILIA DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5640, 'JUZGADO 001 DE FAMILIA DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5641, 'JUZGADO 001 DE FAMILIA DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5642, 'JUZGADO 001 DE FAMILIA DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5643, 'JUZGADO 001 DE FAMILIA DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5644, 'JUZGADO 001 DE FAMILIA DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5645, 'JUZGADO 001 DE FAMILIA DEL CIRCUITO DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5646, 'JUZGADO 001 DE FAMILIA DEL CIRCUITO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5647, 'JUZGADO 001 DE MENORES DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5648, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5649, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5650, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5651, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5652, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5653, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5654, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5655, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5656, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5657, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5658, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5659, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5660, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5661, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5662, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5663, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5664, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5665, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5666, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5667, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5668, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5669, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5670, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5671, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5672, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5673, 'JUZGADO 001 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5674, 'JUZGADO 001 LABORAL DE AGUACHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5675, 'JUZGADO 001 LABORAL DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5676, 'JUZGADO 001 LABORAL DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5677, 'JUZGADO 001 LABORAL DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5678, 'JUZGADO 001 LABORAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5679, 'JUZGADO 001 LABORAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5680, 'JUZGADO 001 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5681, 'JUZGADO 001 LABORAL DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5682, 'JUZGADO 001 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5683, 'JUZGADO 001 LABORAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5684, 'JUZGADO 001 LABORAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5685, 'JUZGADO 001 LABORAL DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5686, 'JUZGADO 001 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5687, 'JUZGADO 001 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5688, 'JUZGADO 001 LABORAL DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5689, 'JUZGADO 001 LABORAL DE CHIRIGUANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5690, 'JUZGADO 001 LABORAL DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5691, 'JUZGADO 001 LABORAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5692, 'JUZGADO 001 LABORAL DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5693, 'JUZGADO 001 LABORAL DE EL BANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5694, 'JUZGADO 001 LABORAL DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5695, 'JUZGADO 001 LABORAL DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5696, 'JUZGADO 001 LABORAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5697, 'JUZGADO 001 LABORAL DE FUNDACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5698, 'JUZGADO 001 LABORAL DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5699, 'JUZGADO 001 LABORAL DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5700, 'JUZGADO 001 LABORAL DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5701, 'JUZGADO 001 LABORAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5702, 'JUZGADO 001 LABORAL DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5703, 'JUZGADO 001 LABORAL DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5704, 'JUZGADO 001 LABORAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5705, 'JUZGADO 001 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5706, 'JUZGADO 001 LABORAL DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5707, 'JUZGADO 001 LABORAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5708, 'JUZGADO 001 LABORAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5709, 'JUZGADO 001 LABORAL DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5710, 'JUZGADO 001 LABORAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5711, 'JUZGADO 001 LABORAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5712, 'JUZGADO 001 LABORAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5713, 'JUZGADO 001 LABORAL DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5714, 'JUZGADO 001 LABORAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5715, 'JUZGADO 001 LABORAL DE PUERTO BERRÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5716, 'JUZGADO 001 LABORAL DE PUERTO TEJADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5717, 'JUZGADO 001 LABORAL DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5718, 'JUZGADO 001 LABORAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5719, 'JUZGADO 001 LABORAL DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5720, 'JUZGADO 001 LABORAL DE ROLDANILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5721, 'JUZGADO 001 LABORAL DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5722, 'JUZGADO 001 LABORAL DE SAN JUAN DEL CESAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5723, 'JUZGADO 001 LABORAL DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5724, 'JUZGADO 001 LABORAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5725, 'JUZGADO 001 LABORAL DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5726, 'JUZGADO 001 LABORAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5727, 'JUZGADO 001 LABORAL DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5728, 'JUZGADO 001 LABORAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5729, 'JUZGADO 001 LABORAL DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5730, 'JUZGADO 001 LABORAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5731, 'JUZGADO 001 LABORAL DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5732, 'JUZGADO 001 LABORAL DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5733, 'JUZGADO 001 LABORAL DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5734, 'JUZGADO 001 MENORES DE CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5735, 'JUZGADO 001 MENORES DE CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5736, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5737, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5738, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5739, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5740, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5741, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5742, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5743, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5744, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5745, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5746, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5747, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5748, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5749, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5750, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5751, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5752, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5753, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5754, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5755, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5756, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5757, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5758, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5759, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5760, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5761, 'JUZGADO 001 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5762, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5763, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5764, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5765, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5766, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5767, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5768, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5769, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5770, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5771, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5772, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE CUNDINAMARCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5773, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5774, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5775, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5776, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5777, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5778, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5779, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5780, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5781, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5782, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5783, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5784, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5785, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5786, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5787, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5788, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE SANTA ROSA DE VITERBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5789, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5790, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5791, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5792, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5793, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5794, 'JUZGADO 001 PENAL DE CIRCUITO ESPECIALIZADO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5795, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5796, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5797, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5798, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5799, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5800, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5801, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5802, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5803, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5804, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5805, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE FUNZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5806, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5807, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5808, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5809, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5810, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5811, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5812, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5813, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5814, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5815, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5816, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5817, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5818, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5819, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5820, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5821, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5822, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5823, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5824, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5825, 'JUZGADO 001 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5826, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5827, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5828, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5829, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5830, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5831, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5832, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5833, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE GIRARDOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5834, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5835, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5836, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5837, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5838, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5839, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5840, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5841, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5842, 'JUZGADO 001 PENAL DEL CIRCUITO CON FUNCIÓN DE EJECUCIÓN DE SENTENCIAS DE JUSTICIA Y PAZ DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5843, 'JUZGADO 001 PENAL DEL CIRCUITO DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5844, 'JUZGADO 001 PENAL DEL CIRCUITO DE AGUADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5845, 'JUZGADO 001 PENAL DEL CIRCUITO DE ANDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5846, 'JUZGADO 001 PENAL DEL CIRCUITO DE ANSERMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5847, 'JUZGADO 001 PENAL DEL CIRCUITO DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5848, 'JUZGADO 001 PENAL DEL CIRCUITO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5849, 'JUZGADO 001 PENAL DEL CIRCUITO DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5850, 'JUZGADO 001 PENAL DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5851, 'JUZGADO 001 PENAL DEL CIRCUITO DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5852, 'JUZGADO 001 PENAL DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5853, 'JUZGADO 001 PENAL DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5854, 'JUZGADO 001 PENAL DEL CIRCUITO DE CALARCÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5855, 'JUZGADO 001 PENAL DEL CIRCUITO DE CALDAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5856, 'JUZGADO 001 PENAL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5857, 'JUZGADO 001 PENAL DEL CIRCUITO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5858, 'JUZGADO 001 PENAL DEL CIRCUITO DE CAUCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5859, 'JUZGADO 001 PENAL DEL CIRCUITO DE CERETÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5860, 'JUZGADO 001 PENAL DEL CIRCUITO DE CHAPARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5861, 'JUZGADO 001 PENAL DEL CIRCUITO DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5862, 'JUZGADO 001 PENAL DEL CIRCUITO DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5863, 'JUZGADO 001 PENAL DEL CIRCUITO DE CHIRIGUANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5864, 'JUZGADO 001 PENAL DEL CIRCUITO DE CHOCONTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5865, 'JUZGADO 001 PENAL DEL CIRCUITO DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5866, 'JUZGADO 001 PENAL DEL CIRCUITO DE CÁQUEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5867, 'JUZGADO 001 PENAL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5868, 'JUZGADO 001 PENAL DEL CIRCUITO DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5869, 'JUZGADO 001 PENAL DEL CIRCUITO DE EL BANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5870, 'JUZGADO 001 PENAL DEL CIRCUITO DE EL SANTUARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5871, 'JUZGADO 001 PENAL DEL CIRCUITO DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5872, 'JUZGADO 001 PENAL DEL CIRCUITO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5873, 'JUZGADO 001 PENAL DEL CIRCUITO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5874, 'JUZGADO 001 PENAL DEL CIRCUITO DE FREDONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5875, 'JUZGADO 001 PENAL DEL CIRCUITO DE FRESNO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5876, 'JUZGADO 001 PENAL DEL CIRCUITO DE FUNDACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5877, 'JUZGADO 001 PENAL DEL CIRCUITO DE FUNZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5878, 'JUZGADO 001 PENAL DEL CIRCUITO DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5879, 'JUZGADO 001 PENAL DEL CIRCUITO DE GACHETÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5880, 'JUZGADO 001 PENAL DEL CIRCUITO DE GARAGOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5881, 'JUZGADO 001 PENAL DEL CIRCUITO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5882, 'JUZGADO 001 PENAL DEL CIRCUITO DE GRANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5883, 'JUZGADO 001 PENAL DEL CIRCUITO DE GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5884, 'JUZGADO 001 PENAL DEL CIRCUITO DE GUATEQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5885, 'JUZGADO 001 PENAL DEL CIRCUITO DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5886, 'JUZGADO 001 PENAL DEL CIRCUITO DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5887, 'JUZGADO 001 PENAL DEL CIRCUITO DE ISTMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5888, 'JUZGADO 001 PENAL DEL CIRCUITO DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5889, 'JUZGADO 001 PENAL DEL CIRCUITO DE LA CEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5890, 'JUZGADO 001 PENAL DEL CIRCUITO DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5891, 'JUZGADO 001 PENAL DEL CIRCUITO DE LA MESA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5892, 'JUZGADO 001 PENAL DEL CIRCUITO DE LA UNIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5893, 'JUZGADO 001 PENAL DEL CIRCUITO DE LORICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5894, 'JUZGADO 001 PENAL DEL CIRCUITO DE LÉRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5895, 'JUZGADO 001 PENAL DEL CIRCUITO DE LÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5896, 'JUZGADO 001 PENAL DEL CIRCUITO DE MAGANGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5897, 'JUZGADO 001 PENAL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5898, 'JUZGADO 001 PENAL DEL CIRCUITO DE MARINILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5899, 'JUZGADO 001 PENAL DEL CIRCUITO DE MELGAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5900, 'JUZGADO 001 PENAL DEL CIRCUITO DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5901, 'JUZGADO 001 PENAL DEL CIRCUITO DE MONIQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5902, 'JUZGADO 001 PENAL DEL CIRCUITO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5903, 'JUZGADO 001 PENAL DEL CIRCUITO DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5904, 'JUZGADO 001 PENAL DEL CIRCUITO DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5905, 'JUZGADO 001 PENAL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5906, 'JUZGADO 001 PENAL DEL CIRCUITO DE PATÍA-EL BORDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5907, 'JUZGADO 001 PENAL DEL CIRCUITO DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5908, 'JUZGADO 001 PENAL DEL CIRCUITO DE PUENTE NACIONAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5909, 'JUZGADO 001 PENAL DEL CIRCUITO DE PUERTO TEJADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5910, 'JUZGADO 001 PENAL DEL CIRCUITO DE PURIFICACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5911, 'JUZGADO 001 PENAL DEL CIRCUITO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5912, 'JUZGADO 001 PENAL DEL CIRCUITO DE RAMIRIQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5913, 'JUZGADO 001 PENAL DEL CIRCUITO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5914, 'JUZGADO 001 PENAL DEL CIRCUITO DE RIOSUCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5915, 'JUZGADO 001 PENAL DEL CIRCUITO DE ROLDANILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5916, 'JUZGADO 001 PENAL DEL CIRCUITO DE SAHAGÚN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5917, 'JUZGADO 001 PENAL DEL CIRCUITO DE SALAMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5918, 'JUZGADO 001 PENAL DEL CIRCUITO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5919, 'JUZGADO 001 PENAL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5920, 'JUZGADO 001 PENAL DEL CIRCUITO DE SANTA ROSA DE CABAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5921, 'JUZGADO 001 PENAL DEL CIRCUITO DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5922, 'JUZGADO 001 PENAL DEL CIRCUITO DE SARAVENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5923, 'JUZGADO 001 PENAL DEL CIRCUITO DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5924, 'JUZGADO 001 PENAL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5925, 'JUZGADO 001 PENAL DEL CIRCUITO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5926, 'JUZGADO 001 PENAL DEL CIRCUITO DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5927, 'JUZGADO 001 PENAL DEL CIRCUITO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5928, 'JUZGADO 001 PENAL DEL CIRCUITO DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5929, 'JUZGADO 001 PENAL DEL CIRCUITO DE SONSÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5930, 'JUZGADO 001 PENAL DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5931, 'JUZGADO 001 PENAL DEL CIRCUITO DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5932, 'JUZGADO 001 PENAL DEL CIRCUITO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5933, 'JUZGADO 001 PENAL DEL CIRCUITO DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5934, 'JUZGADO 001 PENAL DEL CIRCUITO DE TÚQUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5935, 'JUZGADO 001 PENAL DEL CIRCUITO DE UBATÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5936, 'JUZGADO 001 PENAL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5937, 'JUZGADO 001 PENAL DEL CIRCUITO DE VILLETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5938, 'JUZGADO 001 PENAL DEL CIRCUITO DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5939, 'JUZGADO 001 PENAL DEL CIRCUITO DE YARUMAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5940, 'JUZGADO 001 PENAL DEL CIRCUITO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5941, 'JUZGADO 001 PENAL DEL CIRCUITO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5942, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5943, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5944, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5945, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5946, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5947, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5948, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5949, 'JUZGADO 001 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5950, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5951, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5952, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5953, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5954, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5955, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5956, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5957, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5958, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5959, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5960, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5961, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5962, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5963, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5964, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5965, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5966, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5967, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5968, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5969, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5970, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5971, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5972, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5973, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5974, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5975, 'JUZGADO 001 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5976, 'JUZGADO 001 PENAL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5977, 'JUZGADO 001 PENAL MUNICIPAL DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5978, 'JUZGADO 001 PENAL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5979, 'JUZGADO 001 PENAL MUNICIPAL DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5980, 'JUZGADO 001 PENAL MUNICIPAL DE CALARCÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5981, 'JUZGADO 001 PENAL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5982, 'JUZGADO 001 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5983, 'JUZGADO 001 PENAL MUNICIPAL DE CHAPARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5984, 'JUZGADO 001 PENAL MUNICIPAL DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5985, 'JUZGADO 001 PENAL MUNICIPAL DE CHOCONTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5986, 'JUZGADO 001 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5987, 'JUZGADO 001 PENAL MUNICIPAL DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5988, 'JUZGADO 001 PENAL MUNICIPAL DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5989, 'JUZGADO 001 PENAL MUNICIPAL DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5990, 'JUZGADO 001 PENAL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5991, 'JUZGADO 001 PENAL MUNICIPAL DE FUNZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5992, 'JUZGADO 001 PENAL MUNICIPAL DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5993, 'JUZGADO 001 PENAL MUNICIPAL DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5994, 'JUZGADO 001 PENAL MUNICIPAL DE GIRARDOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5995, 'JUZGADO 001 PENAL MUNICIPAL DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5996, 'JUZGADO 001 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5997, 'JUZGADO 001 PENAL MUNICIPAL DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5998, 'JUZGADO 001 PENAL MUNICIPAL DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (5999, 'JUZGADO 001 PENAL MUNICIPAL DE LA MESA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6000, 'JUZGADO 001 PENAL MUNICIPAL DE LA PLATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6001, 'JUZGADO 001 PENAL MUNICIPAL DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6002, 'JUZGADO 001 PENAL MUNICIPAL DE LOS PATIOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6003, 'JUZGADO 001 PENAL MUNICIPAL DE MADRID', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6004, 'JUZGADO 001 PENAL MUNICIPAL DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6005, 'JUZGADO 001 PENAL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6006, 'JUZGADO 001 PENAL MUNICIPAL DE MOSQUERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6007, 'JUZGADO 001 PENAL MUNICIPAL DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6008, 'JUZGADO 001 PENAL MUNICIPAL DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6009, 'JUZGADO 001 PENAL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6010, 'JUZGADO 001 PENAL MUNICIPAL DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6011, 'JUZGADO 001 PENAL MUNICIPAL DE PUERTO TEJADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6012, 'JUZGADO 001 PENAL MUNICIPAL DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6013, 'JUZGADO 001 PENAL MUNICIPAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6014, 'JUZGADO 001 PENAL MUNICIPAL DE ROLDANILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6015, 'JUZGADO 001 PENAL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6016, 'JUZGADO 001 PENAL MUNICIPAL DE SANTA ROSA DE CABAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6017, 'JUZGADO 001 PENAL MUNICIPAL DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6018, 'JUZGADO 001 PENAL MUNICIPAL DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6019, 'JUZGADO 001 PENAL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6020, 'JUZGADO 001 PENAL MUNICIPAL DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6021, 'JUZGADO 001 PENAL MUNICIPAL DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6022, 'JUZGADO 001 PENAL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6023, 'JUZGADO 001 PENAL MUNICIPAL DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6024, 'JUZGADO 001 PENAL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6025, 'JUZGADO 001 PENAL MUNICIPAL DE TÚQUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6026, 'JUZGADO 001 PENAL MUNICIPAL DE UBATÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6027, 'JUZGADO 001 PENAL MUNICIPAL DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6028, 'JUZGADO 001 PENAL MUNICIPAL DE YUMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6029, 'JUZGADO 001 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE CHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6030, 'JUZGADO 001 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6031, 'JUZGADO 001 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6032, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6033, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6034, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6035, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6036, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6037, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6038, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6039, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6040, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6041, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6042, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6043, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6044, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6045, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6046, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6047, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6048, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6049, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6050, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6051, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6052, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6053, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6054, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6055, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6056, 'JUZGADO 001 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6057, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6058, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE AGUACHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6059, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE AMAGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6060, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ANDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6061, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ANSERMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6062, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6063, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6064, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6065, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE BAHÍA SOLANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6066, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE BARBACOAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6067, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6068, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE BELÉN DE LOS ANDAQUÍES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6069, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6070, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6071, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6072, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CALOTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6073, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CARMEN DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6074, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6075, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CAUCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6076, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CERETÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6077, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CHAPARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6078, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6079, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CHINÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6080, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CHIRIGUANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6081, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CHOCONTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6082, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CISNEROS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6083, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6084, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CONCORDIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6085, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE COROZAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6086, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE CÁQUEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6087, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE EL BAGRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6088, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE EL BANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6089, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE EL SANTUARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6090, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6091, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6092, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE FREDONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6093, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE FRESNO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6094, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE FRONTINO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6095, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE FUNDACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6096, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GACHETÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6097, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GARAGOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6098, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6099, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6100, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GRANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6101, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GUADUAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6102, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6103, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE GUAPÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6104, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6105, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE INÍRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6106, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6107, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ISTMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6108, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ITUANGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6109, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE JERICÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6110, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA CEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6111, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA CRUZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6112, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6113, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA MESA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6114, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA PALMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6115, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA PLATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6116, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA UNIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6117, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6118, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LORICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6119, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LOS PATIOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6120, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LÉRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6121, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE LÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6122, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MAGANGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6123, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MAICAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6124, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MANZANARES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6125, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MARINILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6126, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MELGAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6127, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MIRAFLORES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6128, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MITÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6129, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MOMPÓS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6130, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MONTELÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6131, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MONTERREY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6132, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE MÁLAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6133, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6134, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE OROCUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6135, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PACHO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6136, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6137, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6138, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PATÍA-EL BORDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6139, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PAZ DE ARIPORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6140, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6141, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PLANETA RICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6142, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PLATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6143, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6144, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PUERTO BERRÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6145, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PUERTO BOYACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6146, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PUERTO CARREÑO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6147, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PUERTO RICO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6148, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PUERTO TEJADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6149, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE PURIFICACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6150, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6151, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6152, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE RIOSUCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6153, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE ROLDANILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6154, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SABANALARGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6155, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAHAGÚN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6156, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SALAMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6157, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAMANIEGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6158, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6159, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAN JOSÉ DEL GUAVIARE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6160, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAN JUAN DEL CESAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6161, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAN MARCOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6162, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAN MARTÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6163, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SANTA BÁRBARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6164, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SANTA ROSA DE OSOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6165, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SANTA ROSA DE VITERBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6166, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SANTAFÉ DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6167, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6168, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SARAVENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6169, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SEGOVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6170, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6171, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SIBUNDOY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6172, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SILVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6173, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SIMITÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6174, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6175, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SOATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6176, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6177, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6178, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6179, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SONSÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6180, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE SUCRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6181, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6182, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6183, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE TURBACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6184, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6185, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE TÁMESIS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6186, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE TÚQUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6187, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE UBATÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6188, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE URRAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6189, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE VILLETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6190, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6191, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE YARUMAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6192, 'JUZGADO 001 PROMISCUO DE FAMILIA DEL CIRCUITO DE YOLOMBÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6193, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE ABEJORRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6194, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE AGUACHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6195, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE AMAGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6196, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE AMALFI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6197, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE APÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6198, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE AYAPEL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6199, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE BAHÍA SOLANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6200, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE BARBACOAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6201, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE BELÉN DE LOS ANDAQUÍES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6202, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE BELÉN DE UMBRÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6203, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6204, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE CALOTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6205, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE CARMEN DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6206, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE CHARALÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6207, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE CIMITARRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6208, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE CISNEROS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6209, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE CONCORDIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6210, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE DABEIBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6211, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE EL BAGRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6212, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE FRONTINO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6213, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE GUADUAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6214, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE GUAPÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6215, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE INÍRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6216, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE ITUANGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6217, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE JERICÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6218, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE LA CRUZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6219, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE LA PALMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6220, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE LA PLATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6221, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE LA VIRGINIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6222, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6223, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE LOS PATIOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6224, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MAICAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6225, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MAJAGUAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6226, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MANZANARES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6227, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MIRAFLORES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6228, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MITÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6229, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MOMPÓS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6230, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MONTELÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6231, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MONTERREY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6232, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE MÁLAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6233, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE OROCUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6234, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PACHO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6235, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PAZ DE ARIPORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6236, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PAZ DE RÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6237, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PENSILVANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6238, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PLANETA RICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6239, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PLATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6240, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6241, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PUERTO BOYACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6242, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PUERTO CARREÑO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6243, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PUERTO LÓPEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6244, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE PUERTO RICO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6245, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE QUINCHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6246, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE RIOSUCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6247, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SABANALARGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6248, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SAMANIEGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6249, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SAN JOSÉ DEL GUAVIARE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6250, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SAN JUAN DEL CESAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6251, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SAN MARCOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6252, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SAN MARTÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6253, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SAN PEDRO DE LOS MILAGROS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6254, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SAN VICENTE DE CHUCURÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6255, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SANTA BÁRBARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6256, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SANTA ROSA DE OSOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6257, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SANTA ROSA DE VITERBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6258, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SANTAFÉ DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6259, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SARAVENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6260, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SEGOVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6261, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SIBUNDOY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6262, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SILVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6263, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SIMITÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6264, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SINCÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6265, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SOATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6266, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SOCHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6267, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE SOPETRÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6268, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE TURBACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6269, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE TÁMESIS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6270, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE URRAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6271, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE VILLANUEVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6272, 'JUZGADO 001 PROMISCUO DEL CIRCUITO DE YOLOMBÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6273, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ABEJORRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6274, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ABREGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6275, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ABRIAQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6276, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6277, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ACANDÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6278, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ACEVEDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6279, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ACHÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6280, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AGRADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6281, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AGUA DE DIOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6282, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AGUACHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6283, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AGUADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6284, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AGUADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6285, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AGUAZUL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6286, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AGUSTÍN CODAZZI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6287, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AIPE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6288, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALBANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6289, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALBÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6290, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALBÁN SAN JOSÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6291, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALCALÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6292, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALDANA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6293, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALEJANDRÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6294, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALGARROBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6295, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALGECIRAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6296, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALMAGUER', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6297, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALMEIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6298, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALPUJARRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6299, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALTAMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6300, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALTO BAUDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6301, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALTOS DEL ROSARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6302, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ALVARADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6303, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AMAGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6304, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AMALFI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6305, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AMBALEMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6306, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANAPOIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6307, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANCUYÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6308, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANDALUCÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6309, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANGELÓPOLIS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6310, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANGOSTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6311, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANOLAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6312, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANORÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6313, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANSERMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6314, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANSERMANUEVO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6315, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANZOÁTEGUI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6316, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ANZÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6317, 'JUZGADO 001 PROMISCUO MUNICIPAL DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6318, 'JUZGADO 001 PROMISCUO MUNICIPAL DE APULO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6319, 'JUZGADO 001 PROMISCUO MUNICIPAL DE APÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6320, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AQUITANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6321, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARACATACA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6322, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARANZAZÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6323, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARATOCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6324, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6325, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARAUQUITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6326, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARBELÁEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6327, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARBOLEDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6328, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARBOLEDAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6329, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARBOLETES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6330, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARCABUCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6331, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARENAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6332, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARGELIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6333, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARGELIA -VALLE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6334, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARIGUANÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6335, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARJONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6336, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6337, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ARROYOHONDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6338, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ASTREA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6339, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ATACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6340, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ATRATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6341, 'JUZGADO 001 PROMISCUO MUNICIPAL DE AYAPEL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6342, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BAGADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6343, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BAHÍA SOLANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6344, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BAJO BAUDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6345, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BALBOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6346, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARANOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6347, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARAYA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6348, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARBACOAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6349, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARBOSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6350, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARICHARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6351, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARRANCA DE UPÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6352, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARRANCAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6353, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BARRANCO DE LOBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6354, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BECERRIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6355, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BELALCAZAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6356, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BELMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6357, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BELÉN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6358, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BELÉN DE BAJIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6359, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BELÉN DE LOS ANDAQUÍES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6360, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BELÉN DE UMBRÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6361, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BERBEO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6362, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BETANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6363, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BETEITIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6364, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BETULIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6365, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BITUIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6366, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BOAVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6367, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BOCHALEMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6368, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BOJACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6369, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BOJAYÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6370, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6371, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BOSCONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6372, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BOYACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6373, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BRICEÑO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6374, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BUCARASICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6375, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BUENAVISTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6376, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BUENOS AIRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6377, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BUESACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6378, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BUGALAGRANDE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6379, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BURITICÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6380, 'JUZGADO 001 PROMISCUO MUNICIPAL DE BUSBANZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6381, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CABRERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6382, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CABUYARO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6383, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CACHIPAY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6384, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAICEDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6385, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAICEDONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6386, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAIMITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6387, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAJAMARCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6388, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAJIBÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6389, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAJICÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6390, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CALAMAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6391, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CALDAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6392, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CALDONO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6393, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CALIFORNIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6394, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CALIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6395, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CALOTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6396, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAMPAMENTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6397, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAMPO DE LA CRUZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6398, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAMPOALEGRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6399, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAMPOHERMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6400, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CANALETE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6401, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CANDELARIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6402, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CANTAGALLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6403, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CANTÓN DE SAN PABLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6404, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAPARRAPÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6405, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAPITANEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6406, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARACOLÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6407, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARAMANTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6408, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARCASÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6409, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAREPA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6410, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARMEN DE APICALÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6411, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARMEN DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6412, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARMEN DE CARUPA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6413, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARMEN DEL DARIÉN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6414, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAROLINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6415, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARTAGENA DEL CHAIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6416, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CARURÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6417, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CASABIANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6418, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CASTILLA LA NUEVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6419, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAUCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6420, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CAÑASGORDAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6421, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CEPITÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6422, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CERETÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6423, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CERINZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6424, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CERRITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6425, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CERRO DE SAN ANTONIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6426, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CERTEGUI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6427, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHACHAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6428, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHAGUANÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6429, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHALÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6430, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHARALÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6431, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6432, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIGORODÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6433, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6434, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIMICHAGUA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6435, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHINAVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6436, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6437, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHINÁCOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6438, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHINÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6439, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIPAQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6440, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIPATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6441, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIRIGUANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6442, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHISCAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6443, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6444, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHITAGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6445, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHITARAQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6446, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIVATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6447, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIVOLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6448, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHIVOR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6449, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHOACHÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6450, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHÁMEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6451, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CHÍQUIZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6452, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CICUCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6453, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CIMITARRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6454, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CIRCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6455, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CISNEROS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6456, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6457, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CIÉNAGA DE ORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6458, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CIÉNEGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6459, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CLEMENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6460, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COCORNÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6461, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6462, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COGUA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6463, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COLOMBIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6464, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COLOSÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6465, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COLÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6466, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONCEPCIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6467, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONCORDIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6468, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONDOTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6469, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONFINES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6470, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONSACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6471, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONTADERO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6472, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONTRATACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6473, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CONVENCIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6474, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COPACABANA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6475, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COPER', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6476, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CORINTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6477, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COROMORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6478, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COROZAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6479, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CORRALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6480, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6481, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COTORRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6482, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COVARACHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6483, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COVEÑAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6484, 'JUZGADO 001 PROMISCUO MUNICIPAL DE COYAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6485, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CRAVO NORTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6486, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUASPUD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6487, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUBARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6488, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUBARÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6489, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUCAITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6490, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUCUNUBÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6491, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUCUTILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6492, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUMARAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6493, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUMARIBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6494, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUMBAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6495, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUMBITARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6496, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CUNDAY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6497, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CURILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6498, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CURITÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6499, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CURUMANÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6500, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CÁCERES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6501, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CÁCHIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6502, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CÁCOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6503, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CÁQUEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6504, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CÓMBITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6505, 'JUZGADO 001 PROMISCUO MUNICIPAL DE CÓRDOBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6506, 'JUZGADO 001 PROMISCUO MUNICIPAL DE DABEIBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6507, 'JUZGADO 001 PROMISCUO MUNICIPAL DE DAGUA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6508, 'JUZGADO 001 PROMISCUO MUNICIPAL DE DIBULLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6509, 'JUZGADO 001 PROMISCUO MUNICIPAL DE DISTRACCIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6510, 'JUZGADO 001 PROMISCUO MUNICIPAL DE DOLORES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6511, 'JUZGADO 001 PROMISCUO MUNICIPAL DE DON MATÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6512, 'JUZGADO 001 PROMISCUO MUNICIPAL DE DURANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6513, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EBÉJICO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6514, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL BAGRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6515, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL BANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6516, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CAIRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6517, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CALVARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6518, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CARMEN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6519, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CARMEN DE ATRATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6520, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CARMEN DE CHUCURÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6521, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CARMEN DE VIBORAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6522, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CASTILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6523, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CERRITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6524, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL CHARCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6525, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL COPEY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6526, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL DONCELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6527, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL DORADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6528, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL DOVIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6529, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL GUACAMAYO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6530, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6531, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL MOLINO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6532, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL PASO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6533, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL PAUJIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6534, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL PEÑOL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6535, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL PEÑÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6536, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL PIÑÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6537, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL PLAYÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6538, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL RETIRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6539, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL RETORNO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6540, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL RETÉN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6541, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL ROBLE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6542, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL ROSAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6543, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL ROSARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6544, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL SANTUARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6545, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL TABLÓN DE GÓMEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6546, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL TAMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6547, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL TARRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6548, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL ZULIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6549, 'JUZGADO 001 PROMISCUO MUNICIPAL DE EL ÁGUILA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6550, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ELÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6551, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ENCINO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6552, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ENCISO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6553, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ENTRERRÍOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6554, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FALAN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6555, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FILADELFIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6556, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FILANDIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6557, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FIRAVITOBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6558, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FLANDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6559, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6560, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FLORESTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6561, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FLORIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6562, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FLORIÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6563, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FONSECA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6564, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FOSCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6565, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FRANCISCO PIZARRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6566, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FREDONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6567, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FRESNO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6568, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FRONTINO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6569, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FUENTE DE ORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6570, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FUNDACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6571, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FUNES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6572, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FÓMEQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6573, 'JUZGADO 001 PROMISCUO MUNICIPAL DE FÚQUENE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6574, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GACHALÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6575, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GACHANCIPÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6576, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GACHANTIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6577, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GACHETÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6578, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GALAPA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6579, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GALERAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6580, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GALÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6581, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6582, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GAMARRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6583, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GARAGOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6584, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GIGANTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6585, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GINEBRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6586, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GIRALDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6587, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GIRÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6588, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GONZÁLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6589, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GRAMALOTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6590, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GRANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6591, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUACA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6592, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUACAMAYAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6593, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUACARÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6594, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUACHENÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6595, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUACHETÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6596, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUACHUCAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6597, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUADALUPE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6598, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUADUAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6599, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAITARILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6600, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUALMATÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6601, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAMAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6602, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6603, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAPOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6604, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAPÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6605, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUARANDÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6606, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUARNE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6607, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUASCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6608, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUATAQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6609, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUATAVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6610, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUATEQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6611, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAVATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6612, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAYABAL (ARMERO)', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6613, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAYABAL DE SÍQUIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6614, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAYABETAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6615, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUAYATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6616, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUTIÉRREZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6617, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GUÁTICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6618, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GÁMBITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6619, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GÁMEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6620, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GÉNOVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6621, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GÓMEZ PLATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6622, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GÜEPSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6623, 'JUZGADO 001 PROMISCUO MUNICIPAL DE GÜICÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6624, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HACARÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6625, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HATILLO DE LOBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6626, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6627, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HATO COROZAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6628, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HATO NUEVO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6629, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HELICONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6630, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HERRÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6631, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HERVEO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6632, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HISPANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6633, 'JUZGADO 001 PROMISCUO MUNICIPAL DE HOBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6634, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ICONONZO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6635, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ILES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6636, 'JUZGADO 001 PROMISCUO MUNICIPAL DE IMUES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6637, 'JUZGADO 001 PROMISCUO MUNICIPAL DE INZÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6638, 'JUZGADO 001 PROMISCUO MUNICIPAL DE INÍRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6639, 'JUZGADO 001 PROMISCUO MUNICIPAL DE IQUIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6640, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ISNOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6641, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ISTMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6642, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ITUANGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6643, 'JUZGADO 001 PROMISCUO MUNICIPAL DE IZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6644, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JAMBALÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6645, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JAMUNDÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6646, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JARDÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6647, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JENESANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6648, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JERICÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6649, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JERUSALÉN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6650, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JESÚS MARÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6651, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JORDÁN SUBE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6652, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JUAN DE ACOSTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6653, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JUNÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6654, 'JUZGADO 001 PROMISCUO MUNICIPAL DE JURADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6655, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA APARTADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6656, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA ARGENTINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6657, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA BELLEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6658, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA CALERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6659, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA CAPILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6660, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA CEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6661, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA CELIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6662, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA CRUZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6663, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA CUMBRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6664, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6665, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA ESPERANZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6666, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA ESTRELLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6667, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA FLORIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6668, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA GLORIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6669, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA JAGUA DE IBIRICO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6670, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA JAGUA DEL PILAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6671, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA LLANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6672, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA MACARENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6673, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA MERCED', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6674, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA MONTAÑITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6675, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA PALMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6676, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA PAZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6677, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA PAZ (ROBLES)', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6678, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA PEÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6679, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA PINTADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6680, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA PLAYA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6681, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA PRIMAVERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6682, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA SALINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6683, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA SIERRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6684, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA TEBAIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6685, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA TOLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6686, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA UNIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6687, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA URIBE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6688, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA UVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6689, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA VEGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6690, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA VICTORIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6691, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LA VIRGINIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6692, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LABATECA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6693, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LABRANZAGRANDE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6694, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LANDÁZURI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6695, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LEBRIJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6696, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LEJANÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6697, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LENGUAZAQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6698, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LEYVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6699, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LIBORINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6700, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LINARES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6701, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LITORAL DE SAN JUAN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6702, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LLORÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6703, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LORICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6704, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LOS ANDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6705, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LOS CÓRDOBAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6706, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LOS PALMITOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6707, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LOS SANTOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6708, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LOURDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6709, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LURUACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6710, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LÉRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6711, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6712, 'JUZGADO 001 PROMISCUO MUNICIPAL DE LÓPEZ DE MICAY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6713, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MACANAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6714, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MACARAVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6715, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MACEO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6716, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MACHETÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6717, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MAGANGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6718, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MAGÜI-PAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6719, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MAHATES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6720, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MAICAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6721, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MAJAGUAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6722, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MALAMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6723, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MALLAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6724, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MANATÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6725, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MANAURE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6726, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MANTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6727, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MANZANARES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6728, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MANÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6729, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MAPIRIPÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6730, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARGARITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6731, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARINILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6732, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARIPÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6733, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARIQUITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6734, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARMATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6735, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARQUETALIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6736, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARSELLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6737, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARULANDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6738, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MARÍA LA BAJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6739, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MATANZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6740, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MEDINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6741, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MEDIO ATRATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6742, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MEDIO BAUDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6743, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MEDIO SAN JUAN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6744, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MELGAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6745, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MERCADERES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6746, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MESETAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6747, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MILÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6748, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MIRAFLORES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6749, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MIRANDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6750, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MISTRATÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6751, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MITÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6752, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MOGOTES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6753, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MOLAGAVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6754, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MOMIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6755, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MOMPÓS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6756, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONGUA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6757, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONGUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6758, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONIQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6759, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONTEBELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6760, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONTECRISTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6761, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONTELÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6762, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONTENEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6763, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MONTERREY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6764, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MORALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6765, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MORELIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6766, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MORROA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6767, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MOSQUERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6768, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MOTAVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6769, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MOÑITOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6770, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MURILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6771, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MURINDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6772, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MUTATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6773, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MUTISCUA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6774, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MUZO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6775, 'JUZGADO 001 PROMISCUO MUNICIPAL DE MÁLAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6776, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NARIÑO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6777, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NATAGAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6778, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NECHÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6779, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NECOCLÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6780, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NEIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6781, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NEMOCÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6782, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NILO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6783, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NIMAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6784, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NOBSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6785, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NOCAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6786, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NORCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6787, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NOROSÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6788, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NUEVA GRANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6789, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NUEVO COLÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6790, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NUNCHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6791, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NUQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6792, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NÁTAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6793, 'JUZGADO 001 PROMISCUO MUNICIPAL DE NÓVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6794, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OBANDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6795, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OCAMONTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6796, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OIBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6797, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OICATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6798, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OLAYA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6799, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OLAYA HERRERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6800, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ONZAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6801, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OPORAPA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6802, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ORITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6803, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OROCUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6804, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ORTEGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6805, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OSPINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6806, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OTANCHE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6807, 'JUZGADO 001 PROMISCUO MUNICIPAL DE OVEJAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6808, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PACHAVITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6809, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PACHO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6810, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PADILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6811, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAEZ - BELALCÁZAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6812, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAICOL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6813, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAILITAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6814, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAIME', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6815, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAIPA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6816, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAJARITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6817, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PALERMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6818, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PALESTINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6819, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PALMAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6820, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PALMAR DE VARELA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6821, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PALMAS DEL SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6822, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PALMITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6823, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PALOCABILDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6824, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAMPLONITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6825, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PANDI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6826, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PANQUEBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6827, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PARATEBUENO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6828, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PASCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6829, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PATÍA-EL BORDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6830, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAUNA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6831, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAYA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6832, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAZ DE ARIPORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6833, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PAZ DE RÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6834, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PEDRAZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6835, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PELAYA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6836, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PENSILVANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6837, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PEQUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6838, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PESCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6839, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIAMONTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6840, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIEDECUESTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6841, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIEDRAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6842, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIENDAMÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6843, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIJAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6844, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIJIÑO DEL CARMEN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6845, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PINCHOTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6846, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PINILLOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6847, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIOJÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6848, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PISBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6849, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PITAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6850, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PIVIJAY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6851, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PLANADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6852, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PLANETA RICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6853, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PLATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6854, 'JUZGADO 001 PROMISCUO MUNICIPAL DE POLICARPA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6855, 'JUZGADO 001 PROMISCUO MUNICIPAL DE POLO NUEVO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6856, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PONEDERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6857, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PORE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6858, 'JUZGADO 001 PROMISCUO MUNICIPAL DE POTOSÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6859, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PRADERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6860, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PRADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6861, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PROVIDENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6862, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUEBLO BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6863, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUEBLO NUEVO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6864, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUEBLO RICO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6865, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUEBLO VIEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6866, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUENTE NACIONAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6867, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6868, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6869, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO BERRÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6870, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO BOYACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6871, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO CARREÑO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6872, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO COLOMBIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6873, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO CONCORDIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6874, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO ESCONDIDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6875, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO GAITÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6876, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO GUZMÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6877, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO LEGUÍZAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6878, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO LIBERTADOR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6879, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO LLERAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6880, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO LÓPEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6881, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO NARE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6882, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO NARIÑO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6883, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO PARRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6884, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO RICO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6885, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO RONDÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6886, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO SANTANDER', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6887, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO TRIUNFO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6888, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUERTO WILCHES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6889, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PULÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6890, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PUPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6891, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PURACÉ-COCONUCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6892, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PURIFICACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6893, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PURÍSIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6894, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PÁCORA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6895, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PÁEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6896, 'JUZGADO 001 PROMISCUO MUNICIPAL DE PÁRAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6897, 'JUZGADO 001 PROMISCUO MUNICIPAL DE QUEBRADANEGRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6898, 'JUZGADO 001 PROMISCUO MUNICIPAL DE QUETAME', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6899, 'JUZGADO 001 PROMISCUO MUNICIPAL DE QUIMBAYA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6900, 'JUZGADO 001 PROMISCUO MUNICIPAL DE QUINCHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6901, 'JUZGADO 001 PROMISCUO MUNICIPAL DE QUIPILE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6902, 'JUZGADO 001 PROMISCUO MUNICIPAL DE QUÍPAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6903, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RAGONVALIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6904, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RAMIRIQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6905, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RECETOR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6906, 'JUZGADO 001 PROMISCUO MUNICIPAL DE REGIDOR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6907, 'JUZGADO 001 PROMISCUO MUNICIPAL DE REMOLINO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6908, 'JUZGADO 001 PROMISCUO MUNICIPAL DE REPELÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6909, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RESTREPO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6910, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RICAURTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6911, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RIOBLANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6912, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RIOFRÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6913, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6914, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RIOSUCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6915, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RIOVIEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6916, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RISARALDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6917, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RIVERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6918, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ROBERTO PAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6919, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RONCESVALLES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6920, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RONDÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6921, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ROSAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6922, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ROVIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6923, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RÁQUIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6924, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RÍO DE ORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6925, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RÍO IRÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6926, 'JUZGADO 001 PROMISCUO MUNICIPAL DE RÍO QUITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6927, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SABANA DE TORRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6928, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SABANAGRANDE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6929, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SABANALARGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6930, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SABANAS DE SAN ÁNGEL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6931, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SABANETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6932, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SABOYÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6933, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAHAGÚN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6934, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SALADOBLANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6935, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SALAMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6936, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SALAZAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6937, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SALDAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6938, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SALENTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6939, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SALGAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6940, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAMACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6941, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAMANIEGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6942, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAMANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6943, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAMPUÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6944, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN AGUSTÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6945, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ALBERTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6946, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ANDRÉS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6947, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ANDRÉS DE CUERQUÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6948, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ANDRÉS DE SOTAVENTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6949, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ANTERO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6950, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ANTONIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6951, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ANTONIO DEL TEQUENDAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6952, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN BENITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6953, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN BENITO ABAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6954, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN BERNARDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6955, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN BERNARDO DEL VIENTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6956, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN CALIXTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6957, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN CARLOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6958, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN CARLOS DE GUAROA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6959, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN CAYETANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6960, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN CRISTOBAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6961, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN DIEGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6962, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN EDUARDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6963, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ESTANISLAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6964, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN FERNANDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6965, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN FRANCISCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6966, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6967, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JACINTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6968, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JACINTO DEL CAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6969, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JERÓNIMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6970, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOAQUÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6971, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6972, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ DE FRAGUA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6973, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ DE LA MONTAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6974, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ DE MIRANDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6975, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ DE PARE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6976, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ DE URE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6977, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ DEL GUAVIARE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6978, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JOSÉ DEL PALMAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6979, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JUAN BETULIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6980, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JUAN DE ARAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6981, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JUAN DE RIOSECO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6982, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JUAN DE URABÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6983, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JUAN DEL CESAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6984, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JUAN NEPOMUCENO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6985, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN JUANITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6986, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN LORENZO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6987, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN LUIS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6988, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN LUIS DE GACENO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6989, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN LUIS DE PALENQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6990, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN MARCOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6991, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN MARTÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6992, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN MARTÍN DE LOBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6993, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN MATEO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6994, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN MIGUEL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6995, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN MIGUEL DE SEMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6996, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ONOFRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6997, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN PABLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6998, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN PABLO DE BORBUR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (6999, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN PEDRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7000, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN PEDRO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7001, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN PEDRO DE LOS MILAGROS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7002, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN PEDRO DE URABÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7003, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN PELAYO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7004, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN RAFAEL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7005, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ROQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7006, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN SEBASTIÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7007, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN SEBASTIÁN DE BUENAVISTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7008, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN VICENTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7009, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN VICENTE DE CHUCURÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7010, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN VICENTE DEL CAGUÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7011, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAN ZENÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7012, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANDONÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7013, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ANA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7014, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA BÁRBARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7015, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA BÁRBARA DE PINTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7016, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA BÁRBARA ISCUANDÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7017, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA CATALINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7018, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA CRUZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7019, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA HELENA DEL OPÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7020, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ISABEL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7021, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA LUCÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7022, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA MARÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7023, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ROSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7024, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ROSA DE LIMA O DEL NORTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7025, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ROSA DE OSOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7026, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ROSA DE VITERBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7027, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ROSA DEL SUR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7028, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA ROSALÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7029, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTA SOFÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7030, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTAFÉ DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7031, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTAMARÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7032, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTANA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7033, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTIAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7034, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTIAGO DE TOLÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7035, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTO DOMINGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7036, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTO TOMÁS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7037, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SANTUARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7038, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SAPUYES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7039, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SARAVENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7040, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SARDINATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7041, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SASAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7042, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SATIVANORTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7043, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SATIVASUR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7044, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SEGOVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7045, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SESQUILÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7046, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SIACHOQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7047, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SIBATÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7048, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SIBUNDOY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7049, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SILOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7050, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SILVANIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7051, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SILVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7052, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SIMACOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7053, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SIMIJACA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7054, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SIMITÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7055, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SINCÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7056, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SIPÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7057, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SITIO NUEVO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7058, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7059, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOCHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7060, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7061, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOCOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7062, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOLANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7063, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOLITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7064, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOMONDOCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7065, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SONSÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7066, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOPETRÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7067, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOPLAVIENTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7068, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOPÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7069, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SORA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7070, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SORACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7071, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOTAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7072, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SOTARÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7073, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUAITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7074, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUAN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7075, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUAZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7076, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUBACHOQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7077, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUCRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7078, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUESCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7079, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUPATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7080, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUPÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7081, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SURATÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7082, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7083, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUSACÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7084, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUTAMARCHÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7085, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUTATAUSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7086, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUTATENZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7087, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SUÁREZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7088, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SÁCAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7089, 'JUZGADO 001 PROMISCUO MUNICIPAL DE SÁCHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7090, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TABIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7091, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7092, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TALAIGANUEVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7093, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TAMALAMEQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7094, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TAME', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7095, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TAMINANGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7096, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TANGUA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7097, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TARAIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7098, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TARAZÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7099, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TARQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7100, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TARSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7101, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TASCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7102, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TAURAMENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7103, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TAUSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7104, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7105, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7106, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TENERIFE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7107, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TENJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7108, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TENZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7109, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TEORAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7110, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TERUEL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7111, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIBACUY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7112, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIBANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7113, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIBASOSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7114, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIBIRITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7115, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIBÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7116, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIERRALTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7117, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIMANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7118, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIMBIQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7119, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIMBÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7120, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TINJACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7121, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIPACOQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7122, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TIQUISIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7123, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TITIRIBÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7124, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7125, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOCAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7126, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOCANCIPÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7127, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7128, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOLEDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7129, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOLÚ VIEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7130, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7131, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOPAIPÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7132, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TORIBÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7133, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7134, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7135, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TOTORÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7136, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TRINIDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7137, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TRUJILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7138, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TUBARÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7139, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TUCHÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7140, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TUNUNGUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7141, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TURBACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7142, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TURBANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7143, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7144, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TURMEQUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7145, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7146, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TUTAZÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7147, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TÁMARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7148, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TÁMESIS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7149, 'JUZGADO 001 PROMISCUO MUNICIPAL DE TÓPAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7150, 'JUZGADO 001 PROMISCUO MUNICIPAL DE UBALÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7151, 'JUZGADO 001 PROMISCUO MUNICIPAL DE UBAQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7152, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ULLOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7153, 'JUZGADO 001 PROMISCUO MUNICIPAL DE UNE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7154, 'JUZGADO 001 PROMISCUO MUNICIPAL DE UNGUÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7155, 'JUZGADO 001 PROMISCUO MUNICIPAL DE UNIÓN PANAMERICANA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7156, 'JUZGADO 001 PROMISCUO MUNICIPAL DE URAMITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7157, 'JUZGADO 001 PROMISCUO MUNICIPAL DE URIBÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7158, 'JUZGADO 001 PROMISCUO MUNICIPAL DE URRAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7159, 'JUZGADO 001 PROMISCUO MUNICIPAL DE URUMITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7160, 'JUZGADO 001 PROMISCUO MUNICIPAL DE USIACURÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7161, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VALDIVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7162, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VALENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7163, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VALLE DE GUAMUEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7164, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VALLE DE SAN JOSÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7165, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VALLE DE SAN JUAN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7166, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VALPARAÍSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7167, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VEGACHÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7168, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VENADILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7169, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VENECIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7170, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VENTAQUEMADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7171, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VERGARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7172, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VERSALLES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7173, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VETAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7174, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VIANÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7175, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VICTORIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7176, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VIGÍA DEL FUERTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7177, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VIJES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7178, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLA DE LEYVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7179, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLA HERMOSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7180, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLA RICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7181, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLA ROSARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7182, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLACARO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7183, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLAGARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7184, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLAGÓMEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7185, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLAMARÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7186, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLANUEVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7187, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLAPINZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7188, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLAVIEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7189, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VILLETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7190, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VIOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7191, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VIRACACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7192, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VISTA HERMOSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7193, 'JUZGADO 001 PROMISCUO MUNICIPAL DE VITERBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7194, 'JUZGADO 001 PROMISCUO MUNICIPAL DE YACUANQUER', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7195, 'JUZGADO 001 PROMISCUO MUNICIPAL DE YAGUARA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7196, 'JUZGADO 001 PROMISCUO MUNICIPAL DE YALÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7197, 'JUZGADO 001 PROMISCUO MUNICIPAL DE YARUMAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7198, 'JUZGADO 001 PROMISCUO MUNICIPAL DE YOLOMBÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7199, 'JUZGADO 001 PROMISCUO MUNICIPAL DE YONDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7200, 'JUZGADO 001 PROMISCUO MUNICIPAL DE YOTOCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7201, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZAMBRANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7202, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZAPATOCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7203, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZAPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7204, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZARAGOZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7205, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZARZAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7206, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZETAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7207, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZIPACÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7208, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ZONA BANANERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7209, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ÚMBITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7210, 'JUZGADO 001 PROMISCUO MUNICIPAL DE ÚTICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7211, 'JUZGADO 002 ADMINISTRATIVO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7212, 'JUZGADO 002 ADMINISTRATIVO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7213, 'JUZGADO 002 ADMINISTRATIVO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7214, 'JUZGADO 002 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7215, 'JUZGADO 002 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7216, 'JUZGADO 002 ADMINISTRATIVO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7217, 'JUZGADO 002 ADMINISTRATIVO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7218, 'JUZGADO 002 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7219, 'JUZGADO 002 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7220, 'JUZGADO 002 ADMINISTRATIVO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7221, 'JUZGADO 002 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7222, 'JUZGADO 002 ADMINISTRATIVO DE DUITAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7223, 'JUZGADO 002 ADMINISTRATIVO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7224, 'JUZGADO 002 ADMINISTRATIVO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7225, 'JUZGADO 002 ADMINISTRATIVO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7226, 'JUZGADO 002 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7227, 'JUZGADO 002 ADMINISTRATIVO DE LA SECCIÓN PRIMERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7228, 'JUZGADO 002 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7229, 'JUZGADO 002 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7230, 'JUZGADO 002 ADMINISTRATIVO DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7231, 'JUZGADO 002 ADMINISTRATIVO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7232, 'JUZGADO 002 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7233, 'JUZGADO 002 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7234, 'JUZGADO 002 ADMINISTRATIVO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7235, 'JUZGADO 002 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7236, 'JUZGADO 002 ADMINISTRATIVO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7237, 'JUZGADO 002 ADMINISTRATIVO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7238, 'JUZGADO 002 ADMINISTRATIVO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7239, 'JUZGADO 002 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7240, 'JUZGADO 002 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7241, 'JUZGADO 002 ADMINISTRATIVO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7242, 'JUZGADO 002 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7243, 'JUZGADO 002 ADMINISTRATIVO DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7244, 'JUZGADO 002 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7245, 'JUZGADO 002 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7246, 'JUZGADO 002 ADMINISTRATIVO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7247, 'JUZGADO 002 ADMINISTRATIVO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7248, 'JUZGADO 002 CIVIL DEL CIRCUITO DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7249, 'JUZGADO 002 CIVIL DEL CIRCUITO DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7250, 'JUZGADO 002 CIVIL DEL CIRCUITO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7251, 'JUZGADO 002 CIVIL DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7252, 'JUZGADO 002 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7253, 'JUZGADO 002 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7254, 'JUZGADO 002 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7255, 'JUZGADO 002 CIVIL DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7256, 'JUZGADO 002 CIVIL DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7257, 'JUZGADO 002 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7258, 'JUZGADO 002 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7259, 'JUZGADO 002 CIVIL DEL CIRCUITO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7260, 'JUZGADO 002 CIVIL DEL CIRCUITO DE CERETÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7261, 'JUZGADO 002 CIVIL DEL CIRCUITO DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7262, 'JUZGADO 002 CIVIL DEL CIRCUITO DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7263, 'JUZGADO 002 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7264, 'JUZGADO 002 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7265, 'JUZGADO 002 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7266, 'JUZGADO 002 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7267, 'JUZGADO 002 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7268, 'JUZGADO 002 CIVIL DEL CIRCUITO DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7269, 'JUZGADO 002 CIVIL DEL CIRCUITO DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7270, 'JUZGADO 002 CIVIL DEL CIRCUITO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7271, 'JUZGADO 002 CIVIL DEL CIRCUITO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7272, 'JUZGADO 002 CIVIL DEL CIRCUITO DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7273, 'JUZGADO 002 CIVIL DEL CIRCUITO DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7274, 'JUZGADO 002 CIVIL DEL CIRCUITO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7275, 'JUZGADO 002 CIVIL DEL CIRCUITO DE GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7276, 'JUZGADO 002 CIVIL DEL CIRCUITO DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7277, 'JUZGADO 002 CIVIL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7278, 'JUZGADO 002 CIVIL DEL CIRCUITO DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7279, 'JUZGADO 002 CIVIL DEL CIRCUITO DE ISTMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7280, 'JUZGADO 002 CIVIL DEL CIRCUITO DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7281, 'JUZGADO 002 CIVIL DEL CIRCUITO DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7282, 'JUZGADO 002 CIVIL DEL CIRCUITO DE MAGANGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7283, 'JUZGADO 002 CIVIL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7284, 'JUZGADO 002 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7285, 'JUZGADO 002 CIVIL DEL CIRCUITO DE MELGAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7286, 'JUZGADO 002 CIVIL DEL CIRCUITO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7287, 'JUZGADO 002 CIVIL DEL CIRCUITO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7288, 'JUZGADO 002 CIVIL DEL CIRCUITO DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7289, 'JUZGADO 002 CIVIL DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7290, 'JUZGADO 002 CIVIL DEL CIRCUITO DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7291, 'JUZGADO 002 CIVIL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7292, 'JUZGADO 002 CIVIL DEL CIRCUITO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7293, 'JUZGADO 002 CIVIL DEL CIRCUITO DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7294, 'JUZGADO 002 CIVIL DEL CIRCUITO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7295, 'JUZGADO 002 CIVIL DEL CIRCUITO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7296, 'JUZGADO 002 CIVIL DEL CIRCUITO DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7297, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7298, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7299, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7300, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7301, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7302, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7303, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7304, 'JUZGADO 002 CIVIL DEL CIRCUITO DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7305, 'JUZGADO 002 CIVIL DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7306, 'JUZGADO 002 CIVIL DEL CIRCUITO DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7307, 'JUZGADO 002 CIVIL DEL CIRCUITO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7308, 'JUZGADO 002 CIVIL DEL CIRCUITO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7309, 'JUZGADO 002 CIVIL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7310, 'JUZGADO 002 CIVIL DEL CIRCUITO DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7311, 'JUZGADO 002 CIVIL DEL CIRCUITO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7312, 'JUZGADO 002 CIVIL DEL CIRCUITO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7313, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7314, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7315, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CARMEN DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7316, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7317, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7318, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7319, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7320, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7321, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7322, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7323, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7324, 'JUZGADO 002 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7325, 'JUZGADO 002 CIVIL MUNICIPAL DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7326, 'JUZGADO 002 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7327, 'JUZGADO 002 CIVIL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7328, 'JUZGADO 002 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7329, 'JUZGADO 002 CIVIL MUNICIPAL DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7330, 'JUZGADO 002 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7331, 'JUZGADO 002 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7332, 'JUZGADO 002 CIVIL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7333, 'JUZGADO 002 CIVIL MUNICIPAL DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7334, 'JUZGADO 002 CIVIL MUNICIPAL DE CALARCÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7335, 'JUZGADO 002 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7336, 'JUZGADO 002 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7337, 'JUZGADO 002 CIVIL MUNICIPAL DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7338, 'JUZGADO 002 CIVIL MUNICIPAL DE CHAPARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7339, 'JUZGADO 002 CIVIL MUNICIPAL DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7340, 'JUZGADO 002 CIVIL MUNICIPAL DE CHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7341, 'JUZGADO 002 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7342, 'JUZGADO 002 CIVIL MUNICIPAL DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7343, 'JUZGADO 002 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7344, 'JUZGADO 002 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7345, 'JUZGADO 002 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7346, 'JUZGADO 002 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7347, 'JUZGADO 002 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7348, 'JUZGADO 002 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7349, 'JUZGADO 002 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7350, 'JUZGADO 002 CIVIL MUNICIPAL DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7351, 'JUZGADO 002 CIVIL MUNICIPAL DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7352, 'JUZGADO 002 CIVIL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7353, 'JUZGADO 002 CIVIL MUNICIPAL DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7354, 'JUZGADO 002 CIVIL MUNICIPAL DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7355, 'JUZGADO 002 CIVIL MUNICIPAL DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7356, 'JUZGADO 002 CIVIL MUNICIPAL DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7357, 'JUZGADO 002 CIVIL MUNICIPAL DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7358, 'JUZGADO 002 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7359, 'JUZGADO 002 CIVIL MUNICIPAL DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7360, 'JUZGADO 002 CIVIL MUNICIPAL DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7361, 'JUZGADO 002 CIVIL MUNICIPAL DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7362, 'JUZGADO 002 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7363, 'JUZGADO 002 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7364, 'JUZGADO 002 CIVIL MUNICIPAL DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7365, 'JUZGADO 002 CIVIL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7366, 'JUZGADO 002 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7367, 'JUZGADO 002 CIVIL MUNICIPAL DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7368, 'JUZGADO 002 CIVIL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7369, 'JUZGADO 002 CIVIL MUNICIPAL DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7370, 'JUZGADO 002 CIVIL MUNICIPAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7371, 'JUZGADO 002 CIVIL MUNICIPAL DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7372, 'JUZGADO 002 CIVIL MUNICIPAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7373, 'JUZGADO 002 CIVIL MUNICIPAL DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7374, 'JUZGADO 002 CIVIL MUNICIPAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7375, 'JUZGADO 002 CIVIL MUNICIPAL DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7376, 'JUZGADO 002 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7377, 'JUZGADO 002 CIVIL MUNICIPAL DE SANTA ROSA DE CABAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7378, 'JUZGADO 002 CIVIL MUNICIPAL DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7379, 'JUZGADO 002 CIVIL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7380, 'JUZGADO 002 CIVIL MUNICIPAL DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7381, 'JUZGADO 002 CIVIL MUNICIPAL DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7382, 'JUZGADO 002 CIVIL MUNICIPAL DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7383, 'JUZGADO 002 CIVIL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7384, 'JUZGADO 002 CIVIL MUNICIPAL DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7385, 'JUZGADO 002 CIVIL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7386, 'JUZGADO 002 CIVIL MUNICIPAL DE TÚQUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7387, 'JUZGADO 002 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7388, 'JUZGADO 002 CIVIL MUNICIPAL DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7389, 'JUZGADO 002 CIVIL MUNICIPAL DE YUMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7390, 'JUZGADO 002 CIVIL MUNICIPAL DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7391, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7392, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7393, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7394, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7395, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7396, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7397, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7398, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7399, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7400, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE GUADUAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7401, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7402, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7403, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7404, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7405, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7406, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7407, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7408, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7409, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7410, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7411, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7412, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7413, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7414, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SANTA ROSA DE VITERBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7415, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7416, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7417, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7418, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7419, 'JUZGADO 002 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7420, 'JUZGADO 002 DE EJECUCIÓN EN ASUNTOS DE FAMILIA DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7421, 'JUZGADO 002 DE FAMILIA DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7422, 'JUZGADO 002 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7423, 'JUZGADO 002 DE FAMILIA DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7424, 'JUZGADO 002 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7425, 'JUZGADO 002 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7426, 'JUZGADO 002 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7427, 'JUZGADO 002 DE FAMILIA DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7428, 'JUZGADO 002 DE FAMILIA DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7429, 'JUZGADO 002 DE FAMILIA DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7430, 'JUZGADO 002 DE FAMILIA DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7431, 'JUZGADO 002 DE FAMILIA DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7432, 'JUZGADO 002 DE FAMILIA DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7433, 'JUZGADO 002 DE FAMILIA DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7434, 'JUZGADO 002 DE FAMILIA DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7435, 'JUZGADO 002 DE FAMILIA DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7436, 'JUZGADO 002 DE FAMILIA DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7437, 'JUZGADO 002 DE FAMILIA DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7438, 'JUZGADO 002 DE FAMILIA DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7439, 'JUZGADO 002 DE FAMILIA DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7440, 'JUZGADO 002 DE FAMILIA DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7441, 'JUZGADO 002 DE FAMILIA DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7442, 'JUZGADO 002 DE FAMILIA DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7443, 'JUZGADO 002 DE FAMILIA DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7444, 'JUZGADO 002 DE FAMILIA DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7445, 'JUZGADO 002 DE FAMILIA DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7446, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7447, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7448, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7449, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7450, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7451, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7452, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7453, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7454, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7455, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7456, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7457, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7458, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7459, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7460, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7461, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7462, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7463, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7464, 'JUZGADO 002 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7465, 'JUZGADO 002 LABORAL DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7466, 'JUZGADO 002 LABORAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7467, 'JUZGADO 002 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7468, 'JUZGADO 002 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7469, 'JUZGADO 002 LABORAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7470, 'JUZGADO 002 LABORAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7471, 'JUZGADO 002 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7472, 'JUZGADO 002 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7473, 'JUZGADO 002 LABORAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7474, 'JUZGADO 002 LABORAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7475, 'JUZGADO 002 LABORAL DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7476, 'JUZGADO 002 LABORAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7477, 'JUZGADO 002 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7478, 'JUZGADO 002 LABORAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7479, 'JUZGADO 002 LABORAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7480, 'JUZGADO 002 LABORAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7481, 'JUZGADO 002 LABORAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7482, 'JUZGADO 002 LABORAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7483, 'JUZGADO 002 LABORAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7484, 'JUZGADO 002 LABORAL DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7485, 'JUZGADO 002 LABORAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7486, 'JUZGADO 002 LABORAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7487, 'JUZGADO 002 LABORAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7488, 'JUZGADO 002 LABORAL DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7489, 'JUZGADO 002 LABORAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7490, 'JUZGADO 002 LABORAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7491, 'JUZGADO 002 LABORAL DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7492, 'JUZGADO 002 LABORAL DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7493, 'JUZGADO 002 MENORES DE CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7494, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7495, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7496, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7497, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7498, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7499, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7500, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7501, 'JUZGADO 002 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7502, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7503, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7504, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7505, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7506, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7507, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7508, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE CUNDINAMARCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7509, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7510, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7511, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7512, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7513, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7514, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7515, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7516, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7517, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7518, 'JUZGADO 002 PENAL DE CIRCUITO ESPECIALIZADO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7519, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7520, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7521, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7522, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7523, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7524, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7525, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7526, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7527, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7528, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7529, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7530, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7531, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7532, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7533, 'JUZGADO 002 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7534, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7535, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7536, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7537, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7538, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7539, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7540, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7541, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7542, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7543, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7544, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7545, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7546, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7547, 'JUZGADO 002 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7548, 'JUZGADO 002 PENAL DEL CIRCUITO DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7549, 'JUZGADO 002 PENAL DEL CIRCUITO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7550, 'JUZGADO 002 PENAL DEL CIRCUITO DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7551, 'JUZGADO 002 PENAL DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7552, 'JUZGADO 002 PENAL DEL CIRCUITO DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7553, 'JUZGADO 002 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7554, 'JUZGADO 002 PENAL DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7555, 'JUZGADO 002 PENAL DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7556, 'JUZGADO 002 PENAL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7557, 'JUZGADO 002 PENAL DEL CIRCUITO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7558, 'JUZGADO 002 PENAL DEL CIRCUITO DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7559, 'JUZGADO 002 PENAL DEL CIRCUITO DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7560, 'JUZGADO 002 PENAL DEL CIRCUITO DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7561, 'JUZGADO 002 PENAL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7562, 'JUZGADO 002 PENAL DEL CIRCUITO DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7563, 'JUZGADO 002 PENAL DEL CIRCUITO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7564, 'JUZGADO 002 PENAL DEL CIRCUITO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7565, 'JUZGADO 002 PENAL DEL CIRCUITO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7566, 'JUZGADO 002 PENAL DEL CIRCUITO DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7567, 'JUZGADO 002 PENAL DEL CIRCUITO DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7568, 'JUZGADO 002 PENAL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7569, 'JUZGADO 002 PENAL DEL CIRCUITO DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7570, 'JUZGADO 002 PENAL DEL CIRCUITO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7571, 'JUZGADO 002 PENAL DEL CIRCUITO DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7572, 'JUZGADO 002 PENAL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7573, 'JUZGADO 002 PENAL DEL CIRCUITO DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7574, 'JUZGADO 002 PENAL DEL CIRCUITO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7575, 'JUZGADO 002 PENAL DEL CIRCUITO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7576, 'JUZGADO 002 PENAL DEL CIRCUITO DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7577, 'JUZGADO 002 PENAL DEL CIRCUITO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7578, 'JUZGADO 002 PENAL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7579, 'JUZGADO 002 PENAL DEL CIRCUITO DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7580, 'JUZGADO 002 PENAL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7581, 'JUZGADO 002 PENAL DEL CIRCUITO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7582, 'JUZGADO 002 PENAL DEL CIRCUITO DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7583, 'JUZGADO 002 PENAL DEL CIRCUITO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7584, 'JUZGADO 002 PENAL DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7585, 'JUZGADO 002 PENAL DEL CIRCUITO DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7586, 'JUZGADO 002 PENAL DEL CIRCUITO DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7587, 'JUZGADO 002 PENAL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7588, 'JUZGADO 002 PENAL DEL CIRCUITO DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7589, 'JUZGADO 002 PENAL DEL CIRCUITO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7590, 'JUZGADO 002 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7591, 'JUZGADO 002 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7592, 'JUZGADO 002 PENAL DEL CIRCUITO MIXTO (LEYES 600, 906 Y 1098) DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7593, 'JUZGADO 002 PENAL DEL CIRCUITO MIXTO (LEYES 600, 906 Y 1098) DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7594, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7595, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7596, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7597, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7598, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7599, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7600, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7601, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7602, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7603, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7604, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7605, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7606, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7607, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7608, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7609, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7610, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7611, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7612, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7613, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7614, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7615, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ROLDANILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7616, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7617, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7618, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7619, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7620, 'JUZGADO 002 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7621, 'JUZGADO 002 PENAL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7622, 'JUZGADO 002 PENAL MUNICIPAL DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7623, 'JUZGADO 002 PENAL MUNICIPAL DE CALARCÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7624, 'JUZGADO 002 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7625, 'JUZGADO 002 PENAL MUNICIPAL DE CHAPARRAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7626, 'JUZGADO 002 PENAL MUNICIPAL DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7627, 'JUZGADO 002 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7628, 'JUZGADO 002 PENAL MUNICIPAL DE DOSQUEBRADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7629, 'JUZGADO 002 PENAL MUNICIPAL DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7630, 'JUZGADO 002 PENAL MUNICIPAL DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7631, 'JUZGADO 002 PENAL MUNICIPAL DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7632, 'JUZGADO 002 PENAL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7633, 'JUZGADO 002 PENAL MUNICIPAL DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7634, 'JUZGADO 002 PENAL MUNICIPAL DE GIRARDOTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7635, 'JUZGADO 002 PENAL MUNICIPAL DE HONDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7636, 'JUZGADO 002 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7637, 'JUZGADO 002 PENAL MUNICIPAL DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7638, 'JUZGADO 002 PENAL MUNICIPAL DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7639, 'JUZGADO 002 PENAL MUNICIPAL DE LA PLATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7640, 'JUZGADO 002 PENAL MUNICIPAL DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7641, 'JUZGADO 002 PENAL MUNICIPAL DE LOS PATIOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7642, 'JUZGADO 002 PENAL MUNICIPAL DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7643, 'JUZGADO 002 PENAL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7644, 'JUZGADO 002 PENAL MUNICIPAL DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7645, 'JUZGADO 002 PENAL MUNICIPAL DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7646, 'JUZGADO 002 PENAL MUNICIPAL DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7647, 'JUZGADO 002 PENAL MUNICIPAL DE PUERTO TEJADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7648, 'JUZGADO 002 PENAL MUNICIPAL DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7649, 'JUZGADO 002 PENAL MUNICIPAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7650, 'JUZGADO 002 PENAL MUNICIPAL DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7651, 'JUZGADO 002 PENAL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7652, 'JUZGADO 002 PENAL MUNICIPAL DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7653, 'JUZGADO 002 PENAL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7654, 'JUZGADO 002 PENAL MUNICIPAL DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7655, 'JUZGADO 002 PENAL MUNICIPAL DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7656, 'JUZGADO 002 PENAL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7657, 'JUZGADO 002 PENAL MUNICIPAL DE TÚQUERRES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7658, 'JUZGADO 002 PENAL MUNICIPAL DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7659, 'JUZGADO 002 PENAL MUNICIPAL DE YUMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7660, 'JUZGADO 002 PENAL MUNICIPAL DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7661, 'JUZGADO 002 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7662, 'JUZGADO 002 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE CHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7663, 'JUZGADO 002 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7664, 'JUZGADO 002 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7665, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7666, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7667, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7668, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7669, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7670, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7671, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7672, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7673, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7674, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7675, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7676, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7677, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7678, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7679, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7680, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7681, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7682, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7683, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7684, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7685, 'JUZGADO 002 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7686, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7687, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7688, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7689, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7690, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7691, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7692, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7693, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7694, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE GARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7695, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7696, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7697, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7698, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7699, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7700, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE PAMPLONA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7701, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7702, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7703, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7704, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7705, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE SANTANDER DE QUILICHAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7706, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7707, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7708, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7709, 'JUZGADO 002 PROMISCUO DE FAMILIA DEL CIRCUITO DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7710, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE AGUACHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7711, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE COROZAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7712, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE LA PLATA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7713, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE LETICIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7714, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE MAICAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7715, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE MOMPÓS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7716, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7717, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE PUERTO LÓPEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7718, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE SAN MARCOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7719, 'JUZGADO 002 PROMISCUO DEL CIRCUITO DE TURBACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7720, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7721, 'JUZGADO 002 PROMISCUO MUNICIPAL DE AGUACHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7722, 'JUZGADO 002 PROMISCUO MUNICIPAL DE AGUADAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7723, 'JUZGADO 002 PROMISCUO MUNICIPAL DE AGUAZUL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7724, 'JUZGADO 002 PROMISCUO MUNICIPAL DE AGUSTÍN CODAZZI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7725, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ALGECIRAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7726, 'JUZGADO 002 PROMISCUO MUNICIPAL DE AMAGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7727, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ANDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7728, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ANSERMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7729, 'JUZGADO 002 PROMISCUO MUNICIPAL DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7730, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7731, 'JUZGADO 002 PROMISCUO MUNICIPAL DE BAHÍA SOLANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7732, 'JUZGADO 002 PROMISCUO MUNICIPAL DE BARANOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7733, 'JUZGADO 002 PROMISCUO MUNICIPAL DE BARBACOAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7734, 'JUZGADO 002 PROMISCUO MUNICIPAL DE BARBOSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7735, 'JUZGADO 002 PROMISCUO MUNICIPAL DE BELÉN DE UMBRÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7736, 'JUZGADO 002 PROMISCUO MUNICIPAL DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7737, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CAJIBÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7738, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CAJICÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7739, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CALDAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7740, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CALOTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7741, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CAMPOALEGRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7742, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CANDELARIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7743, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CARMEN DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7744, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CAUCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7745, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CERETÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7746, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CHARALÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7747, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CHIGORODÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7748, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7749, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CHINÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7750, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CHIRIGUANÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7751, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CIMITARRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7752, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CIRCASIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7753, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7754, 'JUZGADO 002 PROMISCUO MUNICIPAL DE COPACABANA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7755, 'JUZGADO 002 PROMISCUO MUNICIPAL DE COROZAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7756, 'JUZGADO 002 PROMISCUO MUNICIPAL DE CÁQUEZA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7757, 'JUZGADO 002 PROMISCUO MUNICIPAL DE DABEIBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7758, 'JUZGADO 002 PROMISCUO MUNICIPAL DE EL BANCO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7759, 'JUZGADO 002 PROMISCUO MUNICIPAL DE EL CARMEN DE VIBORAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7760, 'JUZGADO 002 PROMISCUO MUNICIPAL DE EL CERRITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7761, 'JUZGADO 002 PROMISCUO MUNICIPAL DE FLANDES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7762, 'JUZGADO 002 PROMISCUO MUNICIPAL DE FLORIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7763, 'JUZGADO 002 PROMISCUO MUNICIPAL DE FREDONIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7764, 'JUZGADO 002 PROMISCUO MUNICIPAL DE FRESNO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7765, 'JUZGADO 002 PROMISCUO MUNICIPAL DE FUNDACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7766, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GARAGOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7767, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GIGANTE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7768, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GIRÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7769, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GRANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7770, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GUADUAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7771, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7772, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GUARNE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7773, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GUATEQUE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7774, 'JUZGADO 002 PROMISCUO MUNICIPAL DE GUAYABAL (ARMERO)', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7775, 'JUZGADO 002 PROMISCUO MUNICIPAL DE INÍRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7776, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ISTMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7777, 'JUZGADO 002 PROMISCUO MUNICIPAL DE JAMUNDÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7778, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LA CEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7779, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7780, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LA ESTRELLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7781, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LA TEBAIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7782, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LA UNIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7783, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LORICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7784, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LÉRIDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7785, 'JUZGADO 002 PROMISCUO MUNICIPAL DE LÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7786, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MAGANGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7787, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MAICAO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7788, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MALAMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7789, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MARINILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7790, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MARIQUITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7791, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MELGAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7792, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MIRANDA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7793, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MITÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7794, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MOMPÓS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7795, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MONIQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7796, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MONTELÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7797, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MONTENEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7798, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MONTERREY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7799, 'JUZGADO 002 PROMISCUO MUNICIPAL DE MÁLAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7800, 'JUZGADO 002 PROMISCUO MUNICIPAL DE NATAGAIMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7801, 'JUZGADO 002 PROMISCUO MUNICIPAL DE OIBA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7802, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ORTEGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7803, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PACHO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7804, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PAIPA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7805, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PALERMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7806, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PATÍA-EL BORDO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7807, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PAZ DE ARIPORO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7808, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PIENDAMÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7809, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PIVIJAY', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7810, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PLANETA RICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7811, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PLATO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7812, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PUENTE NACIONAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7813, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7814, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PUERTO BERRÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7815, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PUERTO BOYACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7816, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PUERTO CARREÑO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7817, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PUERTO LÓPEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7818, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PUERTO RICO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7819, 'JUZGADO 002 PROMISCUO MUNICIPAL DE PURIFICACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7820, 'JUZGADO 002 PROMISCUO MUNICIPAL DE QUIMBAYA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7821, 'JUZGADO 002 PROMISCUO MUNICIPAL DE RAMIRIQUÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7822, 'JUZGADO 002 PROMISCUO MUNICIPAL DE RIOSUCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7823, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ROVIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7824, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SABANALARGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7825, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SABANETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7826, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAHAGÚN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7827, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SALAMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7828, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SALDAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7829, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAMANIEGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7830, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7831, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAN JOSÉ DEL GUAVIARE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7832, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAN JUAN DEL CESAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7833, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAN MARCOS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7834, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAN MARTÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7835, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SAN VICENTE DE CHUCURÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7836, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SANTA ANA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7837, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SANTIAGO DE TOLÚ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7838, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SARAVENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7839, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SILVIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7840, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SIMITÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7841, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SINCÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7842, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7843, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SONSÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7844, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SUAITA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7845, 'JUZGADO 002 PROMISCUO MUNICIPAL DE SUCRE', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7846, 'JUZGADO 002 PROMISCUO MUNICIPAL DE TIMBÍO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7847, 'JUZGADO 002 PROMISCUO MUNICIPAL DE TURBACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7848, 'JUZGADO 002 PROMISCUO MUNICIPAL DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7849, 'JUZGADO 002 PROMISCUO MUNICIPAL DE TÁMESIS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7850, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VENADILLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7851, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VILLA DE LEYVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7852, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VILLA ROSARIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7853, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VILLAGARZÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7854, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VILLAMARÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7855, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VILLANUEVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7856, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VILLETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7857, 'JUZGADO 002 PROMISCUO MUNICIPAL DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7858, 'JUZGADO 002 PROMISCUO MUNICIPAL DE YARUMAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7859, 'JUZGADO 002 PROMISCUO MUNICIPAL DE ZONA BANANERA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7860, 'JUZGADO 003 ADMINISTRATIVO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7861, 'JUZGADO 003 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7862, 'JUZGADO 003 ADMINISTRATIVO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7863, 'JUZGADO 003 ADMINISTRATIVO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7864, 'JUZGADO 003 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7865, 'JUZGADO 003 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7866, 'JUZGADO 003 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7867, 'JUZGADO 003 ADMINISTRATIVO DE DUITAMA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7868, 'JUZGADO 003 ADMINISTRATIVO DE FACATATIVÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7869, 'JUZGADO 003 ADMINISTRATIVO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7870, 'JUZGADO 003 ADMINISTRATIVO DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7871, 'JUZGADO 003 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7872, 'JUZGADO 003 ADMINISTRATIVO DE LA SECCIÓN PRIMERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7873, 'JUZGADO 003 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7874, 'JUZGADO 003 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7875, 'JUZGADO 003 ADMINISTRATIVO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7876, 'JUZGADO 003 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7877, 'JUZGADO 003 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7878, 'JUZGADO 003 ADMINISTRATIVO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7879, 'JUZGADO 003 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7880, 'JUZGADO 003 ADMINISTRATIVO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7881, 'JUZGADO 003 ADMINISTRATIVO DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7882, 'JUZGADO 003 ADMINISTRATIVO DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7883, 'JUZGADO 003 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7884, 'JUZGADO 003 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7885, 'JUZGADO 003 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7886, 'JUZGADO 003 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7887, 'JUZGADO 003 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7888, 'JUZGADO 003 ADMINISTRATIVO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7889, 'JUZGADO 003 CIVIL DEL CIRCUITO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7890, 'JUZGADO 003 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7891, 'JUZGADO 003 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7892, 'JUZGADO 003 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7893, 'JUZGADO 003 CIVIL DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7894, 'JUZGADO 003 CIVIL DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7895, 'JUZGADO 003 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7896, 'JUZGADO 003 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7897, 'JUZGADO 003 CIVIL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7898, 'JUZGADO 003 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7899, 'JUZGADO 003 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7900, 'JUZGADO 003 CIVIL DEL CIRCUITO DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7901, 'JUZGADO 003 CIVIL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7902, 'JUZGADO 003 CIVIL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7903, 'JUZGADO 003 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7904, 'JUZGADO 003 CIVIL DEL CIRCUITO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7905, 'JUZGADO 003 CIVIL DEL CIRCUITO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7906, 'JUZGADO 003 CIVIL DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7907, 'JUZGADO 003 CIVIL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7908, 'JUZGADO 003 CIVIL DEL CIRCUITO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7909, 'JUZGADO 003 CIVIL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7910, 'JUZGADO 003 CIVIL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7911, 'JUZGADO 003 CIVIL DEL CIRCUITO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7912, 'JUZGADO 003 CIVIL DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7913, 'JUZGADO 003 CIVIL DEL CIRCUITO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7914, 'JUZGADO 003 CIVIL DEL CIRCUITO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7915, 'JUZGADO 003 CIVIL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7916, 'JUZGADO 003 CIVIL DEL CIRCUITO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7917, 'JUZGADO 003 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7918, 'JUZGADO 003 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7919, 'JUZGADO 003 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CARMEN DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7920, 'JUZGADO 003 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7921, 'JUZGADO 003 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7922, 'JUZGADO 003 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7923, 'JUZGADO 003 CIVIL MUNICIPAL DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7924, 'JUZGADO 003 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7925, 'JUZGADO 003 CIVIL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7926, 'JUZGADO 003 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7927, 'JUZGADO 003 CIVIL MUNICIPAL DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7928, 'JUZGADO 003 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7929, 'JUZGADO 003 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7930, 'JUZGADO 003 CIVIL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7931, 'JUZGADO 003 CIVIL MUNICIPAL DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7932, 'JUZGADO 003 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7933, 'JUZGADO 003 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7934, 'JUZGADO 003 CIVIL MUNICIPAL DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7935, 'JUZGADO 003 CIVIL MUNICIPAL DE CHÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7936, 'JUZGADO 003 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7937, 'JUZGADO 003 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7938, 'JUZGADO 003 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7939, 'JUZGADO 003 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7940, 'JUZGADO 003 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7941, 'JUZGADO 003 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7942, 'JUZGADO 003 CIVIL MUNICIPAL DE ENVIGADO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7943, 'JUZGADO 003 CIVIL MUNICIPAL DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7944, 'JUZGADO 003 CIVIL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7945, 'JUZGADO 003 CIVIL MUNICIPAL DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7946, 'JUZGADO 003 CIVIL MUNICIPAL DE FUSAGASUGÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7947, 'JUZGADO 003 CIVIL MUNICIPAL DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7948, 'JUZGADO 003 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7949, 'JUZGADO 003 CIVIL MUNICIPAL DE ITAGÜÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7950, 'JUZGADO 003 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7951, 'JUZGADO 003 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7952, 'JUZGADO 003 CIVIL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7953, 'JUZGADO 003 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7954, 'JUZGADO 003 CIVIL MUNICIPAL DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7955, 'JUZGADO 003 CIVIL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7956, 'JUZGADO 003 CIVIL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7957, 'JUZGADO 003 CIVIL MUNICIPAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7958, 'JUZGADO 003 CIVIL MUNICIPAL DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7959, 'JUZGADO 003 CIVIL MUNICIPAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7960, 'JUZGADO 003 CIVIL MUNICIPAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7961, 'JUZGADO 003 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7962, 'JUZGADO 003 CIVIL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7963, 'JUZGADO 003 CIVIL MUNICIPAL DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7964, 'JUZGADO 003 CIVIL MUNICIPAL DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7965, 'JUZGADO 003 CIVIL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7966, 'JUZGADO 003 CIVIL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7967, 'JUZGADO 003 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7968, 'JUZGADO 003 CIVIL MUNICIPAL DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7969, 'JUZGADO 003 CIVIL MUNICIPAL MEC DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7970, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7971, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7972, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7973, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7974, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7975, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7976, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7977, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7978, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7979, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7980, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7981, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7982, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7983, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7984, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7985, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7986, 'JUZGADO 003 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7987, 'JUZGADO 003 DE EJECUCIÓN EN ASUNTOS DE FAMILIA DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7988, 'JUZGADO 003 DE FAMILIA DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7989, 'JUZGADO 003 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7990, 'JUZGADO 003 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7991, 'JUZGADO 003 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7992, 'JUZGADO 003 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7993, 'JUZGADO 003 DE FAMILIA DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7994, 'JUZGADO 003 DE FAMILIA DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7995, 'JUZGADO 003 DE FAMILIA DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7996, 'JUZGADO 003 DE FAMILIA DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7997, 'JUZGADO 003 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7998, 'JUZGADO 003 DE FAMILIA DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (7999, 'JUZGADO 003 DE FAMILIA DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8000, 'JUZGADO 003 DE FAMILIA DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8001, 'JUZGADO 003 DE FAMILIA DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8002, 'JUZGADO 003 DE FAMILIA DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8003, 'JUZGADO 003 DE FAMILIA DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8004, 'JUZGADO 003 DE FAMILIA DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8005, 'JUZGADO 003 DE FAMILIA DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8006, 'JUZGADO 003 DE FAMILIA DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8007, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8008, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8009, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8010, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8011, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8012, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8013, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8014, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8015, 'JUZGADO 003 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8016, 'JUZGADO 003 LABORAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8017, 'JUZGADO 003 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8018, 'JUZGADO 003 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8019, 'JUZGADO 003 LABORAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8020, 'JUZGADO 003 LABORAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8021, 'JUZGADO 003 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8022, 'JUZGADO 003 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8023, 'JUZGADO 003 LABORAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8024, 'JUZGADO 003 LABORAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8025, 'JUZGADO 003 LABORAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8026, 'JUZGADO 003 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8027, 'JUZGADO 003 LABORAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8028, 'JUZGADO 003 LABORAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8029, 'JUZGADO 003 LABORAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8030, 'JUZGADO 003 LABORAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8031, 'JUZGADO 003 LABORAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8032, 'JUZGADO 003 LABORAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8033, 'JUZGADO 003 LABORAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8034, 'JUZGADO 003 LABORAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8035, 'JUZGADO 003 LABORAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8036, 'JUZGADO 003 LABORAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8037, 'JUZGADO 003 LABORAL DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8038, 'JUZGADO 003 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8039, 'JUZGADO 003 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8040, 'JUZGADO 003 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8041, 'JUZGADO 003 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8042, 'JUZGADO 003 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8043, 'JUZGADO 003 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8044, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8045, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8046, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8047, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8048, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8049, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8050, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8051, 'JUZGADO 003 PENAL DE CIRCUITO ESPECIALIZADO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8052, 'JUZGADO 003 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8053, 'JUZGADO 003 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8054, 'JUZGADO 003 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8055, 'JUZGADO 003 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8056, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8057, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8058, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8059, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8060, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8061, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8062, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8063, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8064, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8065, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8066, 'JUZGADO 003 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8067, 'JUZGADO 003 PENAL DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8068, 'JUZGADO 003 PENAL DEL CIRCUITO DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8069, 'JUZGADO 003 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8070, 'JUZGADO 003 PENAL DEL CIRCUITO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8071, 'JUZGADO 003 PENAL DEL CIRCUITO DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8072, 'JUZGADO 003 PENAL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8073, 'JUZGADO 003 PENAL DEL CIRCUITO DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8074, 'JUZGADO 003 PENAL DEL CIRCUITO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8075, 'JUZGADO 003 PENAL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8076, 'JUZGADO 003 PENAL DEL CIRCUITO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8077, 'JUZGADO 003 PENAL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8078, 'JUZGADO 003 PENAL DEL CIRCUITO DE RIONEGRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8079, 'JUZGADO 003 PENAL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8080, 'JUZGADO 003 PENAL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8081, 'JUZGADO 003 PENAL DEL CIRCUITO DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8082, 'JUZGADO 003 PENAL DEL CIRCUITO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8083, 'JUZGADO 003 PENAL DEL CIRCUITO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8084, 'JUZGADO 003 PENAL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8085, 'JUZGADO 003 PENAL DEL CIRCUITO DE YOPAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8086, 'JUZGADO 003 PENAL DEL CIRCUITO ESPECIALIZADO EN EXTINCIÓN DE DOMINIO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8087, 'JUZGADO 003 PENAL DEL CIRCUITO MIXTO (LEYES 600, 906 Y 1098) DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8088, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8089, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8090, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8091, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8092, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8093, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8094, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8095, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8096, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8097, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8098, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8099, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8100, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8101, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8102, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8103, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8104, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8105, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8106, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8107, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8108, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8109, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8110, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8111, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8112, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SEVILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8113, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8114, 'JUZGADO 003 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8115, 'JUZGADO 003 PENAL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8116, 'JUZGADO 003 PENAL MUNICIPAL DE BELLO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8117, 'JUZGADO 003 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8118, 'JUZGADO 003 PENAL MUNICIPAL DE CHIQUINQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8119, 'JUZGADO 003 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8120, 'JUZGADO 003 PENAL MUNICIPAL DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8121, 'JUZGADO 003 PENAL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8122, 'JUZGADO 003 PENAL MUNICIPAL DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8123, 'JUZGADO 003 PENAL MUNICIPAL DE IPIALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8124, 'JUZGADO 003 PENAL MUNICIPAL DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8125, 'JUZGADO 003 PENAL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8126, 'JUZGADO 003 PENAL MUNICIPAL DE OCAÑA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8127, 'JUZGADO 003 PENAL MUNICIPAL DE PITALITO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8128, 'JUZGADO 003 PENAL MUNICIPAL DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8129, 'JUZGADO 003 PENAL MUNICIPAL DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8130, 'JUZGADO 003 PENAL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8131, 'JUZGADO 003 PENAL MUNICIPAL DE TUMACO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8132, 'JUZGADO 003 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8133, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8134, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8135, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8136, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8137, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8138, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8139, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8140, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8141, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8142, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8143, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8144, 'JUZGADO 003 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8145, 'JUZGADO 003 PROMISCUO DE FAMILIA DEL CIRCUITO DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8146, 'JUZGADO 003 PROMISCUO DE FAMILIA DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8147, 'JUZGADO 003 PROMISCUO DE FAMILIA DEL CIRCUITO DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8148, 'JUZGADO 003 PROMISCUO DEL CIRCUITO DE SABANALARGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8149, 'JUZGADO 003 PROMISCUO MUNICIPAL DE AGUACHICA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8150, 'JUZGADO 003 PROMISCUO MUNICIPAL DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8151, 'JUZGADO 003 PROMISCUO MUNICIPAL DE ARAUCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8152, 'JUZGADO 003 PROMISCUO MUNICIPAL DE ARCH. DE SAN ANDRÉS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8153, 'JUZGADO 003 PROMISCUO MUNICIPAL DE BARBOSA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8154, 'JUZGADO 003 PROMISCUO MUNICIPAL DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8155, 'JUZGADO 003 PROMISCUO MUNICIPAL DE CIÉNAGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8156, 'JUZGADO 003 PROMISCUO MUNICIPAL DE COROZAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8157, 'JUZGADO 003 PROMISCUO MUNICIPAL DE FRESNO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8158, 'JUZGADO 003 PROMISCUO MUNICIPAL DE GIRÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8159, 'JUZGADO 003 PROMISCUO MUNICIPAL DE GRANADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8160, 'JUZGADO 003 PROMISCUO MUNICIPAL DE GUAMO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8161, 'JUZGADO 003 PROMISCUO MUNICIPAL DE JAMUNDÍ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8162, 'JUZGADO 003 PROMISCUO MUNICIPAL DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8163, 'JUZGADO 003 PROMISCUO MUNICIPAL DE LÍBANO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8164, 'JUZGADO 003 PROMISCUO MUNICIPAL DE MAGANGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8165, 'JUZGADO 003 PROMISCUO MUNICIPAL DE MALAMBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8166, 'JUZGADO 003 PROMISCUO MUNICIPAL DE MONIQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8167, 'JUZGADO 003 PROMISCUO MUNICIPAL DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8168, 'JUZGADO 003 PROMISCUO MUNICIPAL DE PUERTO BOYACÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8169, 'JUZGADO 003 PROMISCUO MUNICIPAL DE PURIFICACIÓN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8170, 'JUZGADO 003 PROMISCUO MUNICIPAL DE SABANALARGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8171, 'JUZGADO 003 PROMISCUO MUNICIPAL DE SABANETA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8172, 'JUZGADO 003 PROMISCUO MUNICIPAL DE SALAMINA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8173, 'JUZGADO 003 PROMISCUO MUNICIPAL DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8174, 'JUZGADO 003 PROMISCUO MUNICIPAL DE SOCORRO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8175, 'JUZGADO 003 PROMISCUO MUNICIPAL DE TURBO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8176, 'JUZGADO 003 PROMISCUO MUNICIPAL DE VÉLEZ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8177, 'JUZGADO 004 ADMINISTRATIVO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8178, 'JUZGADO 004 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8179, 'JUZGADO 004 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8180, 'JUZGADO 004 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8181, 'JUZGADO 004 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8182, 'JUZGADO 004 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8183, 'JUZGADO 004 ADMINISTRATIVO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8184, 'JUZGADO 004 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8185, 'JUZGADO 004 ADMINISTRATIVO DE LA SECCIÓN PRIMERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8186, 'JUZGADO 004 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8187, 'JUZGADO 004 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8188, 'JUZGADO 004 ADMINISTRATIVO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8189, 'JUZGADO 004 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8190, 'JUZGADO 004 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8191, 'JUZGADO 004 ADMINISTRATIVO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8192, 'JUZGADO 004 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8193, 'JUZGADO 004 ADMINISTRATIVO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8194, 'JUZGADO 004 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8195, 'JUZGADO 004 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8196, 'JUZGADO 004 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8197, 'JUZGADO 004 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8198, 'JUZGADO 004 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8199, 'JUZGADO 004 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8200, 'JUZGADO 004 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8201, 'JUZGADO 004 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8202, 'JUZGADO 004 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8203, 'JUZGADO 004 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8204, 'JUZGADO 004 CIVIL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8205, 'JUZGADO 004 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8206, 'JUZGADO 004 CIVIL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8207, 'JUZGADO 004 CIVIL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8208, 'JUZGADO 004 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8209, 'JUZGADO 004 CIVIL DEL CIRCUITO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8210, 'JUZGADO 004 CIVIL DEL CIRCUITO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8211, 'JUZGADO 004 CIVIL DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8212, 'JUZGADO 004 CIVIL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8213, 'JUZGADO 004 CIVIL DEL CIRCUITO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8214, 'JUZGADO 004 CIVIL DEL CIRCUITO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8215, 'JUZGADO 004 CIVIL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8216, 'JUZGADO 004 CIVIL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8217, 'JUZGADO 004 CIVIL DEL CIRCUITO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8218, 'JUZGADO 004 CIVIL DEL CIRCUITO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8219, 'JUZGADO 004 CIVIL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8220, 'JUZGADO 004 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8221, 'JUZGADO 004 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8222, 'JUZGADO 004 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8223, 'JUZGADO 004 CIVIL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8224, 'JUZGADO 004 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8225, 'JUZGADO 004 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8226, 'JUZGADO 004 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8227, 'JUZGADO 004 CIVIL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8228, 'JUZGADO 004 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8229, 'JUZGADO 004 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8230, 'JUZGADO 004 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8231, 'JUZGADO 004 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8232, 'JUZGADO 004 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8233, 'JUZGADO 004 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8234, 'JUZGADO 004 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8235, 'JUZGADO 004 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8236, 'JUZGADO 004 CIVIL MUNICIPAL DE ESPINAL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8237, 'JUZGADO 004 CIVIL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8238, 'JUZGADO 004 CIVIL MUNICIPAL DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8239, 'JUZGADO 004 CIVIL MUNICIPAL DE GIRARDOT', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8240, 'JUZGADO 004 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8241, 'JUZGADO 004 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8242, 'JUZGADO 004 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8243, 'JUZGADO 004 CIVIL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8244, 'JUZGADO 004 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8245, 'JUZGADO 004 CIVIL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8246, 'JUZGADO 004 CIVIL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8247, 'JUZGADO 004 CIVIL MUNICIPAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8248, 'JUZGADO 004 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8249, 'JUZGADO 004 CIVIL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8250, 'JUZGADO 004 CIVIL MUNICIPAL DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8251, 'JUZGADO 004 CIVIL MUNICIPAL DE SOGAMOSO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8252, 'JUZGADO 004 CIVIL MUNICIPAL DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8253, 'JUZGADO 004 CIVIL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8254, 'JUZGADO 004 CIVIL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8255, 'JUZGADO 004 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8256, 'JUZGADO 004 CIVIL MUNICIPAL MEC DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8257, 'JUZGADO 004 CIVIL MUNICIPALDE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8258, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8259, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8260, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8261, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8262, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8263, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8264, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8265, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8266, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8267, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8268, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8269, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8270, 'JUZGADO 004 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8271, 'JUZGADO 004 DE FAMILIA DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8272, 'JUZGADO 004 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8273, 'JUZGADO 004 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8274, 'JUZGADO 004 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8275, 'JUZGADO 004 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8276, 'JUZGADO 004 DE FAMILIA DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8277, 'JUZGADO 004 DE FAMILIA DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8278, 'JUZGADO 004 DE FAMILIA DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8279, 'JUZGADO 004 DE FAMILIA DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8280, 'JUZGADO 004 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8281, 'JUZGADO 004 DE FAMILIA DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8282, 'JUZGADO 004 DE FAMILIA DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8283, 'JUZGADO 004 DE FAMILIA DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8284, 'JUZGADO 004 DE FAMILIA DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8285, 'JUZGADO 004 DE FAMILIA DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8286, 'JUZGADO 004 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8287, 'JUZGADO 004 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8288, 'JUZGADO 004 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8289, 'JUZGADO 004 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8290, 'JUZGADO 004 LABORAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8291, 'JUZGADO 004 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8292, 'JUZGADO 004 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8293, 'JUZGADO 004 LABORAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8294, 'JUZGADO 004 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8295, 'JUZGADO 004 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8296, 'JUZGADO 004 LABORAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8297, 'JUZGADO 004 LABORAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8298, 'JUZGADO 004 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8299, 'JUZGADO 004 LABORAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8300, 'JUZGADO 004 LABORAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8301, 'JUZGADO 004 LABORAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8302, 'JUZGADO 004 LABORAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8303, 'JUZGADO 004 LABORAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8304, 'JUZGADO 004 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8305, 'JUZGADO 004 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8306, 'JUZGADO 004 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8307, 'JUZGADO 004 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8308, 'JUZGADO 004 PENAL DE CIRCUITO ESPECIALIZADO DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8309, 'JUZGADO 004 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8310, 'JUZGADO 004 PENAL DE CIRCUITO ESPECIALIZADO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8311, 'JUZGADO 004 PENAL DE CIRCUITO ESPECIALIZADO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8312, 'JUZGADO 004 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8313, 'JUZGADO 004 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8314, 'JUZGADO 004 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8315, 'JUZGADO 004 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8316, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8317, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8318, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8319, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8320, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8321, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8322, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8323, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8324, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8325, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8326, 'JUZGADO 004 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8327, 'JUZGADO 004 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8328, 'JUZGADO 004 PENAL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8329, 'JUZGADO 004 PENAL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8330, 'JUZGADO 004 PENAL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8331, 'JUZGADO 004 PENAL DEL CIRCUITO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8332, 'JUZGADO 004 PENAL DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8333, 'JUZGADO 004 PENAL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8334, 'JUZGADO 004 PENAL DEL CIRCUITO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8335, 'JUZGADO 004 PENAL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8336, 'JUZGADO 004 PENAL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8337, 'JUZGADO 004 PENAL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8338, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8339, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8340, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8341, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8342, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8343, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8344, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8345, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8346, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8347, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8348, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8349, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8350, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8351, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8352, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8353, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8354, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8355, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8356, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8357, 'JUZGADO 004 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8358, 'JUZGADO 004 PENAL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8359, 'JUZGADO 004 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8360, 'JUZGADO 004 PENAL MUNICIPAL DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8361, 'JUZGADO 004 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8362, 'JUZGADO 004 PENAL MUNICIPAL DE DEPURACIÓN - MIXTO CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8363, 'JUZGADO 004 PENAL MUNICIPAL DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8364, 'JUZGADO 004 PENAL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8365, 'JUZGADO 004 PENAL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8366, 'JUZGADO 004 PENAL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8367, 'JUZGADO 004 PENAL MUNICIPAL DE ZIPAQUIRÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8368, 'JUZGADO 004 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8369, 'JUZGADO 004 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8370, 'JUZGADO 004 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8371, 'JUZGADO 004 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8372, 'JUZGADO 004 PROMISCUO MUNICIPAL DE APARTADÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8373, 'JUZGADO 004 PROMISCUO MUNICIPAL DE CHINCHINÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8374, 'JUZGADO 004 PROMISCUO MUNICIPAL DE LA DORADA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8375, 'JUZGADO 004 PROMISCUO MUNICIPAL DE PIEDECUESTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8376, 'JUZGADO 004 PROMISCUO MUNICIPAL DE PUERTO ASÍS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8377, 'JUZGADO 004 PROMISCUO MUNICIPAL DE SAN GIL', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8378, 'JUZGADO 005 ADMINISTRATIVO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8379, 'JUZGADO 005 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8380, 'JUZGADO 005 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8381, 'JUZGADO 005 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8382, 'JUZGADO 005 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8383, 'JUZGADO 005 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8384, 'JUZGADO 005 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8385, 'JUZGADO 005 ADMINISTRATIVO DE LA SECCIÓN PRIMERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8386, 'JUZGADO 005 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8387, 'JUZGADO 005 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8388, 'JUZGADO 005 ADMINISTRATIVO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8389, 'JUZGADO 005 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8390, 'JUZGADO 005 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8391, 'JUZGADO 005 ADMINISTRATIVO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8392, 'JUZGADO 005 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8393, 'JUZGADO 005 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8394, 'JUZGADO 005 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8395, 'JUZGADO 005 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8396, 'JUZGADO 005 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8397, 'JUZGADO 005 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8398, 'JUZGADO 005 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8399, 'JUZGADO 005 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8400, 'JUZGADO 005 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8401, 'JUZGADO 005 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8402, 'JUZGADO 005 CIVIL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8403, 'JUZGADO 005 CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8404, 'JUZGADO 005 CIVIL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8405, 'JUZGADO 005 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8406, 'JUZGADO 005 CIVIL DEL CIRCUITO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8407, 'JUZGADO 005 CIVIL DEL CIRCUITO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8408, 'JUZGADO 005 CIVIL DEL CIRCUITO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8409, 'JUZGADO 005 CIVIL DEL CIRCUITO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8410, 'JUZGADO 005 CIVIL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8411, 'JUZGADO 005 CIVIL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8412, 'JUZGADO 005 CIVIL DEL CIRCUITO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8413, 'JUZGADO 005 CIVIL DEL CIRCUITO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8414, 'JUZGADO 005 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8415, 'JUZGADO 005 CIVIL MUNICIPAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8416, 'JUZGADO 005 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8417, 'JUZGADO 005 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8418, 'JUZGADO 005 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8419, 'JUZGADO 005 CIVIL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8420, 'JUZGADO 005 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8421, 'JUZGADO 005 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8422, 'JUZGADO 005 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8423, 'JUZGADO 005 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8424, 'JUZGADO 005 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8425, 'JUZGADO 005 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8426, 'JUZGADO 005 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8427, 'JUZGADO 005 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8428, 'JUZGADO 005 CIVIL MUNICIPAL DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8429, 'JUZGADO 005 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8430, 'JUZGADO 005 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8431, 'JUZGADO 005 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8432, 'JUZGADO 005 CIVIL MUNICIPAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8433, 'JUZGADO 005 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8434, 'JUZGADO 005 CIVIL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8435, 'JUZGADO 005 CIVIL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8436, 'JUZGADO 005 CIVIL MUNICIPAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8437, 'JUZGADO 005 CIVIL MUNICIPAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8438, 'JUZGADO 005 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8439, 'JUZGADO 005 CIVIL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8440, 'JUZGADO 005 CIVIL MUNICIPAL DE SOLEDAD', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8441, 'JUZGADO 005 CIVIL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8442, 'JUZGADO 005 CIVIL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8443, 'JUZGADO 005 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8444, 'JUZGADO 005 CIVIL MUNICIPAL MEC DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8445, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE ACACÍAS', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8446, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8447, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8448, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8449, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8450, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8451, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8452, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8453, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8454, 'JUZGADO 005 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8455, 'JUZGADO 005 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8456, 'JUZGADO 005 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8457, 'JUZGADO 005 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8458, 'JUZGADO 005 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8459, 'JUZGADO 005 DE FAMILIA DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8460, 'JUZGADO 005 DE FAMILIA DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8461, 'JUZGADO 005 DE FAMILIA DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8462, 'JUZGADO 005 DE FAMILIA DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8463, 'JUZGADO 005 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8464, 'JUZGADO 005 DE FAMILIA DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8465, 'JUZGADO 005 DE FAMILIA DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8466, 'JUZGADO 005 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8467, 'JUZGADO 005 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8468, 'JUZGADO 005 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8469, 'JUZGADO 005 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8470, 'JUZGADO 005 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8471, 'JUZGADO 005 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8472, 'JUZGADO 005 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8473, 'JUZGADO 005 LABORAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8474, 'JUZGADO 005 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8475, 'JUZGADO 005 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8476, 'JUZGADO 005 LABORAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8477, 'JUZGADO 005 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8478, 'JUZGADO 005 LABORAL DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8479, 'JUZGADO 005 LABORAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8480, 'JUZGADO 005 LABORAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8481, 'JUZGADO 005 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8482, 'JUZGADO 005 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8483, 'JUZGADO 005 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8484, 'JUZGADO 005 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8485, 'JUZGADO 005 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8486, 'JUZGADO 005 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8487, 'JUZGADO 005 PENAL DE CIRCUITO ESPECIALIZADO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8488, 'JUZGADO 005 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8489, 'JUZGADO 005 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8490, 'JUZGADO 005 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8491, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8492, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8493, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8494, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8495, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8496, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8497, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8498, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8499, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8500, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8501, 'JUZGADO 005 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8502, 'JUZGADO 005 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8503, 'JUZGADO 005 PENAL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8504, 'JUZGADO 005 PENAL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8505, 'JUZGADO 005 PENAL DEL CIRCUITO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8506, 'JUZGADO 005 PENAL DEL CIRCUITO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8507, 'JUZGADO 005 PENAL DEL CIRCUITO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8508, 'JUZGADO 005 PENAL DEL CIRCUITO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8509, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8510, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8511, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8512, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8513, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8514, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8515, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8516, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8517, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8518, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8519, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8520, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8521, 'JUZGADO 005 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8522, 'JUZGADO 005 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8523, 'JUZGADO 005 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8524, 'JUZGADO 005 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8525, 'JUZGADO 005 PENAL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8526, 'JUZGADO 005 PENAL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8527, 'JUZGADO 005 PENAL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8528, 'JUZGADO 005 PENAL MUNICIPAL DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8529, 'JUZGADO 005 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8530, 'JUZGADO 005 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8531, 'JUZGADO 006 ADMINISTRATIVO DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8532, 'JUZGADO 006 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8533, 'JUZGADO 006 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8534, 'JUZGADO 006 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8535, 'JUZGADO 006 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8536, 'JUZGADO 006 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8537, 'JUZGADO 006 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8538, 'JUZGADO 006 ADMINISTRATIVO DE LA SECCIÓN PRIMERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8539, 'JUZGADO 006 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8540, 'JUZGADO 006 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8541, 'JUZGADO 006 ADMINISTRATIVO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8542, 'JUZGADO 006 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8543, 'JUZGADO 006 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8544, 'JUZGADO 006 ADMINISTRATIVO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8545, 'JUZGADO 006 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8546, 'JUZGADO 006 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8547, 'JUZGADO 006 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8548, 'JUZGADO 006 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8549, 'JUZGADO 006 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8550, 'JUZGADO 006 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8551, 'JUZGADO 006 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8552, 'JUZGADO 006 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8553, 'JUZGADO 006 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8554, 'JUZGADO 006 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8555, 'JUZGADO 006 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8556, 'JUZGADO 006 CIVIL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8557, 'JUZGADO 006 CIVIL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8558, 'JUZGADO 006 CIVIL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8559, 'JUZGADO 006 CIVIL DEL CIRCUITO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8560, 'JUZGADO 006 CIVIL DEL CIRCUITO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8561, 'JUZGADO 006 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8562, 'JUZGADO 006 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8563, 'JUZGADO 006 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8564, 'JUZGADO 006 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8565, 'JUZGADO 006 CIVIL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8566, 'JUZGADO 006 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8567, 'JUZGADO 006 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8568, 'JUZGADO 006 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8569, 'JUZGADO 006 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8570, 'JUZGADO 006 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8571, 'JUZGADO 006 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8572, 'JUZGADO 006 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8573, 'JUZGADO 006 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8574, 'JUZGADO 006 CIVIL MUNICIPAL DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8575, 'JUZGADO 006 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8576, 'JUZGADO 006 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8577, 'JUZGADO 006 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8578, 'JUZGADO 006 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8579, 'JUZGADO 006 CIVIL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8580, 'JUZGADO 006 CIVIL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8581, 'JUZGADO 006 CIVIL MUNICIPAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8582, 'JUZGADO 006 CIVIL MUNICIPAL DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8583, 'JUZGADO 006 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8584, 'JUZGADO 006 CIVIL MUNICIPAL DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8585, 'JUZGADO 006 CIVIL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8586, 'JUZGADO 006 CIVIL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8587, 'JUZGADO 006 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8588, 'JUZGADO 006 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8589, 'JUZGADO 006 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8590, 'JUZGADO 006 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8591, 'JUZGADO 006 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8592, 'JUZGADO 006 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8593, 'JUZGADO 006 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8594, 'JUZGADO 006 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8595, 'JUZGADO 006 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8596, 'JUZGADO 006 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8597, 'JUZGADO 006 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8598, 'JUZGADO 006 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8599, 'JUZGADO 006 DE FAMILIA DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8600, 'JUZGADO 006 DE FAMILIA DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8601, 'JUZGADO 006 DE FAMILIA DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8602, 'JUZGADO 006 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8603, 'JUZGADO 006 DE FAMILIA DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8604, 'JUZGADO 006 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8605, 'JUZGADO 006 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8606, 'JUZGADO 006 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8607, 'JUZGADO 006 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8608, 'JUZGADO 006 LABORAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8609, 'JUZGADO 006 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8610, 'JUZGADO 006 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8611, 'JUZGADO 006 LABORAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8612, 'JUZGADO 006 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8613, 'JUZGADO 006 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8614, 'JUZGADO 006 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8615, 'JUZGADO 006 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8616, 'JUZGADO 006 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8617, 'JUZGADO 006 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8618, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8619, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8620, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8621, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8622, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8623, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8624, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8625, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8626, 'JUZGADO 006 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8627, 'JUZGADO 006 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8628, 'JUZGADO 006 PENAL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8629, 'JUZGADO 006 PENAL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8630, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8631, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8632, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8633, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8634, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8635, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8636, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8637, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8638, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8639, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8640, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8641, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8642, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8643, 'JUZGADO 006 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8644, 'JUZGADO 006 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8645, 'JUZGADO 006 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8646, 'JUZGADO 006 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8647, 'JUZGADO 006 PENAL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8648, 'JUZGADO 006 PENAL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8649, 'JUZGADO 006 PENAL MUNICIPAL MIXTO (LEYES 600,906 Y 1098) DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8650, 'JUZGADO 006 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8651, 'JUZGADO 006 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8652, 'JUZGADO 007 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8653, 'JUZGADO 007 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8654, 'JUZGADO 007 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8655, 'JUZGADO 007 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8656, 'JUZGADO 007 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8657, 'JUZGADO 007 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8658, 'JUZGADO 007 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8659, 'JUZGADO 007 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8660, 'JUZGADO 007 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8661, 'JUZGADO 007 ADMINISTRATIVO DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8662, 'JUZGADO 007 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8663, 'JUZGADO 007 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8664, 'JUZGADO 007 ADMINISTRATIVO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8665, 'JUZGADO 007 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8666, 'JUZGADO 007 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8667, 'JUZGADO 007 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8668, 'JUZGADO 007 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8669, 'JUZGADO 007 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8670, 'JUZGADO 007 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8671, 'JUZGADO 007 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8672, 'JUZGADO 007 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8673, 'JUZGADO 007 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8674, 'JUZGADO 007 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8675, 'JUZGADO 007 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8676, 'JUZGADO 007 CIVIL DEL CIRCUITO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8677, 'JUZGADO 007 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8678, 'JUZGADO 007 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8679, 'JUZGADO 007 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8680, 'JUZGADO 007 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8681, 'JUZGADO 007 CIVIL MUNICIPAL DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8682, 'JUZGADO 007 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8683, 'JUZGADO 007 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8684, 'JUZGADO 007 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8685, 'JUZGADO 007 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8686, 'JUZGADO 007 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8687, 'JUZGADO 007 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8688, 'JUZGADO 007 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8689, 'JUZGADO 007 CIVIL MUNICIPAL DE FLORIDABLANCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8690, 'JUZGADO 007 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8691, 'JUZGADO 007 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8692, 'JUZGADO 007 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8693, 'JUZGADO 007 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8694, 'JUZGADO 007 CIVIL MUNICIPAL DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8695, 'JUZGADO 007 CIVIL MUNICIPAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8696, 'JUZGADO 007 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8697, 'JUZGADO 007 CIVIL MUNICIPAL DE TULUÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8698, 'JUZGADO 007 CIVIL MUNICIPAL DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8699, 'JUZGADO 007 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8700, 'JUZGADO 007 CIVIL MUNICIPAL MEC DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8701, 'JUZGADO 007 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8702, 'JUZGADO 007 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8703, 'JUZGADO 007 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8704, 'JUZGADO 007 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8705, 'JUZGADO 007 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8706, 'JUZGADO 007 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8707, 'JUZGADO 007 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8708, 'JUZGADO 007 DE FAMILIA DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8709, 'JUZGADO 007 DE FAMILIA DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8710, 'JUZGADO 007 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8711, 'JUZGADO 007 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8712, 'JUZGADO 007 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8713, 'JUZGADO 007 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8714, 'JUZGADO 007 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8715, 'JUZGADO 007 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8716, 'JUZGADO 007 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8717, 'JUZGADO 007 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8718, 'JUZGADO 007 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8719, 'JUZGADO 007 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8720, 'JUZGADO 007 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8721, 'JUZGADO 007 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8722, 'JUZGADO 007 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8723, 'JUZGADO 007 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8724, 'JUZGADO 007 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8725, 'JUZGADO 007 PENAL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8726, 'JUZGADO 007 PENAL DEL CIRCUITO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8727, 'JUZGADO 007 PENAL DEL CIRCUITO MIXTO (LEYES 600, 906 Y 1098) DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8728, 'JUZGADO 007 PENAL DEL CIRCUITO MIXTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8729, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8730, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8731, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8732, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8733, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8734, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8735, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8736, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8737, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8738, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8739, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8740, 'JUZGADO 007 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8741, 'JUZGADO 007 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8742, 'JUZGADO 007 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8743, 'JUZGADO 007 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8744, 'JUZGADO 007 PENAL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8745, 'JUZGADO 007 PENAL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8746, 'JUZGADO 007 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8747, 'JUZGADO 008 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8748, 'JUZGADO 008 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8749, 'JUZGADO 008 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8750, 'JUZGADO 008 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8751, 'JUZGADO 008 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8752, 'JUZGADO 008 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8753, 'JUZGADO 008 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8754, 'JUZGADO 008 ADMINISTRATIVO DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8755, 'JUZGADO 008 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8756, 'JUZGADO 008 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8757, 'JUZGADO 008 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8758, 'JUZGADO 008 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8759, 'JUZGADO 008 ADMINISTRATIVO DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8760, 'JUZGADO 008 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8761, 'JUZGADO 008 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8762, 'JUZGADO 008 ADMINISTRATIVO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8763, 'JUZGADO 008 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8764, 'JUZGADO 008 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8765, 'JUZGADO 008 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8766, 'JUZGADO 008 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8767, 'JUZGADO 008 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8768, 'JUZGADO 008 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8769, 'JUZGADO 008 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8770, 'JUZGADO 008 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8771, 'JUZGADO 008 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8772, 'JUZGADO 008 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8773, 'JUZGADO 008 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8774, 'JUZGADO 008 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8775, 'JUZGADO 008 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8776, 'JUZGADO 008 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8777, 'JUZGADO 008 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8778, 'JUZGADO 008 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8779, 'JUZGADO 008 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8780, 'JUZGADO 008 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8781, 'JUZGADO 008 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8782, 'JUZGADO 008 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8783, 'JUZGADO 008 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8784, 'JUZGADO 008 CIVIL MUNICIPAL DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8785, 'JUZGADO 008 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8786, 'JUZGADO 008 CIVIL MUNICIPAL DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8787, 'JUZGADO 008 CIVIL MUNICIPAL MEC DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8788, 'JUZGADO 008 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8789, 'JUZGADO 008 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8790, 'JUZGADO 008 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8791, 'JUZGADO 008 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8792, 'JUZGADO 008 DE FAMILIA DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8793, 'JUZGADO 008 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8794, 'JUZGADO 008 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8795, 'JUZGADO 008 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8796, 'JUZGADO 008 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8797, 'JUZGADO 008 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8798, 'JUZGADO 008 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8799, 'JUZGADO 008 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8800, 'JUZGADO 008 LABORAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8801, 'JUZGADO 008 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8802, 'JUZGADO 008 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8803, 'JUZGADO 008 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8804, 'JUZGADO 008 PENAL DE CIRCUITO PARA ADOLESCENTES CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8805, 'JUZGADO 008 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8806, 'JUZGADO 008 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8807, 'JUZGADO 008 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8808, 'JUZGADO 008 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8809, 'JUZGADO 008 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8810, 'JUZGADO 008 PENAL DEL CIRCUITO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8811, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8812, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8813, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8814, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8815, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8816, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8817, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8818, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8819, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8820, 'JUZGADO 008 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8821, 'JUZGADO 008 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8822, 'JUZGADO 008 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8823, 'JUZGADO 008 PENAL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8824, 'JUZGADO 008 PENAL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8825, 'JUZGADO 008 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8826, 'JUZGADO 009 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8827, 'JUZGADO 009 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8828, 'JUZGADO 009 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8829, 'JUZGADO 009 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8830, 'JUZGADO 009 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8831, 'JUZGADO 009 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8832, 'JUZGADO 009 ADMINISTRATIVO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8833, 'JUZGADO 009 ADMINISTRATIVO DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8834, 'JUZGADO 009 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8835, 'JUZGADO 009 ADMINISTRATIVO DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8836, 'JUZGADO 009 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8837, 'JUZGADO 009 ADMINISTRATIVO DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8838, 'JUZGADO 009 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8839, 'JUZGADO 009 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8840, 'JUZGADO 009 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8841, 'JUZGADO 009 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8842, 'JUZGADO 009 CIVIL DEL CIRCUITO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8843, 'JUZGADO 009 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8844, 'JUZGADO 009 CIVIL MUNICIPAL DE ARMENIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8845, 'JUZGADO 009 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8846, 'JUZGADO 009 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8847, 'JUZGADO 009 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8848, 'JUZGADO 009 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8849, 'JUZGADO 009 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8850, 'JUZGADO 009 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8851, 'JUZGADO 009 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8852, 'JUZGADO 009 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8853, 'JUZGADO 009 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8854, 'JUZGADO 009 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8855, 'JUZGADO 009 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8856, 'JUZGADO 009 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8857, 'JUZGADO 009 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8858, 'JUZGADO 009 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8859, 'JUZGADO 009 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8860, 'JUZGADO 009 DE FAMILIA DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8861, 'JUZGADO 009 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8862, 'JUZGADO 009 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8863, 'JUZGADO 009 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8864, 'JUZGADO 009 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8865, 'JUZGADO 009 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8866, 'JUZGADO 009 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8867, 'JUZGADO 009 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8868, 'JUZGADO 009 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8869, 'JUZGADO 009 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8870, 'JUZGADO 009 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8871, 'JUZGADO 009 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8872, 'JUZGADO 009 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8873, 'JUZGADO 009 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8874, 'JUZGADO 009 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8875, 'JUZGADO 009 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8876, 'JUZGADO 009 PENAL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8877, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8878, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8879, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8880, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8881, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8882, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8883, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8884, 'JUZGADO 009 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8885, 'JUZGADO 009 PENAL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8886, 'JUZGADO 009 PENAL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8887, 'JUZGADO 009 PENAL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8888, 'JUZGADO 009 PENAL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8889, 'JUZGADO 009 PENAL MUNICIPAL PARA ADOLESCENTES CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8890, 'JUZGADO 010 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8891, 'JUZGADO 010 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8892, 'JUZGADO 010 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8893, 'JUZGADO 010 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8894, 'JUZGADO 010 ADMINISTRATIVO DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8895, 'JUZGADO 010 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8896, 'JUZGADO 010 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8897, 'JUZGADO 010 ADMINISTRATIVO DE POPAYÁN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8898, 'JUZGADO 010 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8899, 'JUZGADO 010 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8900, 'JUZGADO 010 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8901, 'JUZGADO 010 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8902, 'JUZGADO 010 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8903, 'JUZGADO 010 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8904, 'JUZGADO 010 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8905, 'JUZGADO 010 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8906, 'JUZGADO 010 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8907, 'JUZGADO 010 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8908, 'JUZGADO 010 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8909, 'JUZGADO 010 CIVIL MUNICIPAL DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8910, 'JUZGADO 010 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8911, 'JUZGADO 010 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8912, 'JUZGADO 010 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8913, 'JUZGADO 010 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8914, 'JUZGADO 010 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8915, 'JUZGADO 010 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8916, 'JUZGADO 010 CIVIL MUNICIPAL DE NEIVA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8917, 'JUZGADO 010 CIVIL MUNICIPAL DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8918, 'JUZGADO 010 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8919, 'JUZGADO 010 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8920, 'JUZGADO 010 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8921, 'JUZGADO 010 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8922, 'JUZGADO 010 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8923, 'JUZGADO 010 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8924, 'JUZGADO 010 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8925, 'JUZGADO 010 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8926, 'JUZGADO 010 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8927, 'JUZGADO 010 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8928, 'JUZGADO 010 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8929, 'JUZGADO 010 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8930, 'JUZGADO 010 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8931, 'JUZGADO 010 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8932, 'JUZGADO 010 PENAL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8933, 'JUZGADO 010 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8934, 'JUZGADO 010 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8935, 'JUZGADO 010 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8936, 'JUZGADO 010 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8937, 'JUZGADO 010 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8938, 'JUZGADO 010 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8939, 'JUZGADO 010 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8940, 'JUZGADO 010 PENAL MUNICIPAL DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8941, 'JUZGADO 011 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8942, 'JUZGADO 011 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8943, 'JUZGADO 011 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8944, 'JUZGADO 011 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8945, 'JUZGADO 011 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8946, 'JUZGADO 011 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8947, 'JUZGADO 011 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8948, 'JUZGADO 011 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8949, 'JUZGADO 011 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8950, 'JUZGADO 011 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8951, 'JUZGADO 011 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8952, 'JUZGADO 011 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8953, 'JUZGADO 011 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8954, 'JUZGADO 011 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8955, 'JUZGADO 011 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8956, 'JUZGADO 011 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8957, 'JUZGADO 011 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8958, 'JUZGADO 011 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8959, 'JUZGADO 011 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8960, 'JUZGADO 011 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8961, 'JUZGADO 011 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8962, 'JUZGADO 011 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8963, 'JUZGADO 011 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8964, 'JUZGADO 011 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8965, 'JUZGADO 011 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8966, 'JUZGADO 011 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8967, 'JUZGADO 011 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8968, 'JUZGADO 011 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8969, 'JUZGADO 011 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8970, 'JUZGADO 011 PENAL DE CIRCUITO ESPECIALIZADO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8971, 'JUZGADO 011 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8972, 'JUZGADO 011 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8973, 'JUZGADO 011 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8974, 'JUZGADO 011 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8975, 'JUZGADO 011 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8976, 'JUZGADO 011 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8977, 'JUZGADO 011 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8978, 'JUZGADO 011 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8979, 'JUZGADO 011 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8980, 'JUZGADO 011 PENAL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8981, 'JUZGADO 011 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8982, 'JUZGADO 012 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8983, 'JUZGADO 012 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8984, 'JUZGADO 012 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8985, 'JUZGADO 012 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8986, 'JUZGADO 012 ADMINISTRATIVO DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8987, 'JUZGADO 012 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8988, 'JUZGADO 012 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8989, 'JUZGADO 012 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8990, 'JUZGADO 012 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8991, 'JUZGADO 012 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8992, 'JUZGADO 012 CIVIL DEL CIRCUITO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8993, 'JUZGADO 012 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8994, 'JUZGADO 012 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8995, 'JUZGADO 012 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8996, 'JUZGADO 012 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8997, 'JUZGADO 012 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8998, 'JUZGADO 012 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (8999, 'JUZGADO 012 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9000, 'JUZGADO 012 CIVIL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9001, 'JUZGADO 012 CIVIL MUNICIPAL DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9002, 'JUZGADO 012 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9003, 'JUZGADO 012 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9004, 'JUZGADO 012 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9005, 'JUZGADO 012 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9006, 'JUZGADO 012 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9007, 'JUZGADO 012 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9008, 'JUZGADO 012 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9009, 'JUZGADO 012 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9010, 'JUZGADO 012 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9011, 'JUZGADO 012 MUNICIPAL DE PEQUEÑAS CAUSAS LABORALES DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9012, 'JUZGADO 012 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9013, 'JUZGADO 012 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9014, 'JUZGADO 012 PENAL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9015, 'JUZGADO 012 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9016, 'JUZGADO 012 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9017, 'JUZGADO 012 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9018, 'JUZGADO 012 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9019, 'JUZGADO 012 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9020, 'JUZGADO 012 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9021, 'JUZGADO 012 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9022, 'JUZGADO 013 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9023, 'JUZGADO 013 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9024, 'JUZGADO 013 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9025, 'JUZGADO 013 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9026, 'JUZGADO 013 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9027, 'JUZGADO 013 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9028, 'JUZGADO 013 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9029, 'JUZGADO 013 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9030, 'JUZGADO 013 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9031, 'JUZGADO 013 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9032, 'JUZGADO 013 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9033, 'JUZGADO 013 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9034, 'JUZGADO 013 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9035, 'JUZGADO 013 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9036, 'JUZGADO 013 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9037, 'JUZGADO 013 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9038, 'JUZGADO 013 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9039, 'JUZGADO 013 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9040, 'JUZGADO 013 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9041, 'JUZGADO 013 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9042, 'JUZGADO 013 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9043, 'JUZGADO 013 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9044, 'JUZGADO 013 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9045, 'JUZGADO 013 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9046, 'JUZGADO 013 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9047, 'JUZGADO 013 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9048, 'JUZGADO 013 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9049, 'JUZGADO 013 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9050, 'JUZGADO 013 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9051, 'JUZGADO 013 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9052, 'JUZGADO 013 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9053, 'JUZGADO 013 PENAL MUNICIPAL DE IBAGUÉ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9054, 'JUZGADO 014 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9055, 'JUZGADO 014 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9056, 'JUZGADO 014 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9057, 'JUZGADO 014 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9058, 'JUZGADO 014 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9059, 'JUZGADO 014 ADMINISTRATIVO DE TUNJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9060, 'JUZGADO 014 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9061, 'JUZGADO 014 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9062, 'JUZGADO 014 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9063, 'JUZGADO 014 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9064, 'JUZGADO 014 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9065, 'JUZGADO 014 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9066, 'JUZGADO 014 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9067, 'JUZGADO 014 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9068, 'JUZGADO 014 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9069, 'JUZGADO 014 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9070, 'JUZGADO 014 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9071, 'JUZGADO 014 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9072, 'JUZGADO 014 DE FAMILIA DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9073, 'JUZGADO 014 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9074, 'JUZGADO 014 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9075, 'JUZGADO 014 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9076, 'JUZGADO 014 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9077, 'JUZGADO 014 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9078, 'JUZGADO 014 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9079, 'JUZGADO 014 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9080, 'JUZGADO 014 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9081, 'JUZGADO 014 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9082, 'JUZGADO 014 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9083, 'JUZGADO 014 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9084, 'JUZGADO 014 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9085, 'JUZGADO 014 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9086, 'JUZGADO 014 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9087, 'JUZGADO 014 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9088, 'JUZGADO 015 ADMINISTRATIVO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9089, 'JUZGADO 015 ADMINISTRATIVO DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9090, 'JUZGADO 015 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9091, 'JUZGADO 015 ADMINISTRATIVO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9092, 'JUZGADO 015 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9093, 'JUZGADO 015 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9094, 'JUZGADO 015 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9095, 'JUZGADO 015 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9096, 'JUZGADO 015 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9097, 'JUZGADO 015 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9098, 'JUZGADO 015 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9099, 'JUZGADO 015 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9100, 'JUZGADO 015 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9101, 'JUZGADO 015 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9102, 'JUZGADO 015 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9103, 'JUZGADO 015 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9104, 'JUZGADO 015 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9105, 'JUZGADO 015 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9106, 'JUZGADO 015 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9107, 'JUZGADO 015 DE FAMILIA DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9108, 'JUZGADO 015 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9109, 'JUZGADO 015 LABORAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9110, 'JUZGADO 015 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9111, 'JUZGADO 015 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9112, 'JUZGADO 015 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9113, 'JUZGADO 015 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9114, 'JUZGADO 015 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9115, 'JUZGADO 015 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9116, 'JUZGADO 015 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9117, 'JUZGADO 015 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9118, 'JUZGADO 015 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9119, 'JUZGADO 015 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9120, 'JUZGADO 015 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9121, 'JUZGADO 015 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9122, 'JUZGADO 015 PENAL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9123, 'JUZGADO 016 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9124, 'JUZGADO 016 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9125, 'JUZGADO 016 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9126, 'JUZGADO 016 CIVIL DEL CIRCUITO DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9127, 'JUZGADO 016 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9128, 'JUZGADO 016 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9129, 'JUZGADO 016 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9130, 'JUZGADO 016 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9131, 'JUZGADO 016 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9132, 'JUZGADO 016 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9133, 'JUZGADO 016 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9134, 'JUZGADO 016 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9135, 'JUZGADO 016 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9136, 'JUZGADO 016 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9137, 'JUZGADO 016 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9138, 'JUZGADO 016 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9139, 'JUZGADO 016 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9140, 'JUZGADO 016 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9141, 'JUZGADO 016 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9142, 'JUZGADO 016 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9143, 'JUZGADO 016 PENAL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9144, 'JUZGADO 016 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9145, 'JUZGADO 016 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9146, 'JUZGADO 016 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9147, 'JUZGADO 016 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9148, 'JUZGADO 016 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9149, 'JUZGADO 016 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9150, 'JUZGADO 017 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9151, 'JUZGADO 017 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9152, 'JUZGADO 017 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9153, 'JUZGADO 017 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9154, 'JUZGADO 017 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9155, 'JUZGADO 017 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9156, 'JUZGADO 017 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9157, 'JUZGADO 017 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9158, 'JUZGADO 017 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9159, 'JUZGADO 017 CIVIL MUNICIPAL DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9160, 'JUZGADO 017 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9161, 'JUZGADO 017 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9162, 'JUZGADO 017 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9163, 'JUZGADO 017 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9164, 'JUZGADO 017 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9165, 'JUZGADO 017 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9167, 'JUZGADO 017 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9168, 'JUZGADO 017 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9169, 'JUZGADO 017 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9170, 'JUZGADO 017 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9171, 'JUZGADO 017 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9172, 'JUZGADO 018 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9173, 'JUZGADO 018 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9174, 'JUZGADO 018 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9175, 'JUZGADO 018 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9176, 'JUZGADO 018 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9177, 'JUZGADO 018 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9178, 'JUZGADO 018 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9179, 'JUZGADO 018 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9180, 'JUZGADO 018 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9181, 'JUZGADO 018 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9182, 'JUZGADO 018 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9183, 'JUZGADO 018 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9184, 'JUZGADO 018 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9185, 'JUZGADO 018 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9186, 'JUZGADO 018 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9187, 'JUZGADO 018 LABORAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9188, 'JUZGADO 018 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9189, 'JUZGADO 018 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9190, 'JUZGADO 018 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9191, 'JUZGADO 018 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9192, 'JUZGADO 018 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9193, 'JUZGADO 018 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9194, 'JUZGADO 018 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9195, 'JUZGADO 018 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9196, 'JUZGADO 019 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9197, 'JUZGADO 019 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9198, 'JUZGADO 019 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9199, 'JUZGADO 019 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9200, 'JUZGADO 019 CIVIL DEL CIRCUITO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9201, 'JUZGADO 019 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9202, 'JUZGADO 019 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9203, 'JUZGADO 019 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9204, 'JUZGADO 019 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9205, 'JUZGADO 019 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9206, 'JUZGADO 019 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9207, 'JUZGADO 019 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9208, 'JUZGADO 019 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9209, 'JUZGADO 019 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9210, 'JUZGADO 019 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9211, 'JUZGADO 019 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9212, 'JUZGADO 019 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9213, 'JUZGADO 019 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9214, 'JUZGADO 019 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9215, 'JUZGADO 019 PENAL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9216, 'JUZGADO 020 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9217, 'JUZGADO 020 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9218, 'JUZGADO 020 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9219, 'JUZGADO 020 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9220, 'JUZGADO 020 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9221, 'JUZGADO 020 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9222, 'JUZGADO 020 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9223, 'JUZGADO 020 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9224, 'JUZGADO 020 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9225, 'JUZGADO 020 CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9226, 'JUZGADO 020 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9227, 'JUZGADO 020 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9228, 'JUZGADO 020 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9229, 'JUZGADO 020 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9230, 'JUZGADO 020 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9231, 'JUZGADO 020 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9232, 'JUZGADO 020 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9233, 'JUZGADO 020 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9234, 'JUZGADO 020 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9235, 'JUZGADO 020 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9236, 'JUZGADO 020 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9237, 'JUZGADO 020 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9238, 'JUZGADO 021 ADMINISTRATIVO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9239, 'JUZGADO 021 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9240, 'JUZGADO 021 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9241, 'JUZGADO 021 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9242, 'JUZGADO 021 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9243, 'JUZGADO 021 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9244, 'JUZGADO 021 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9245, 'JUZGADO 021 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9246, 'JUZGADO 021 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9247, 'JUZGADO 021 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9248, 'JUZGADO 021 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9249, 'JUZGADO 021 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9250, 'JUZGADO 021 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9251, 'JUZGADO 021 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9252, 'JUZGADO 021 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9253, 'JUZGADO 021 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9254, 'JUZGADO 021 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9255, 'JUZGADO 021 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9256, 'JUZGADO 021 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9257, 'JUZGADO 021 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9258, 'JUZGADO 021 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9259, 'JUZGADO 021 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9260, 'JUZGADO 022 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9261, 'JUZGADO 022 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9262, 'JUZGADO 022 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9263, 'JUZGADO 022 CIVIL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9264, 'JUZGADO 022 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9265, 'JUZGADO 022 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9266, 'JUZGADO 022 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9267, 'JUZGADO 022 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9268, 'JUZGADO 022 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9269, 'JUZGADO 022 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9270, 'JUZGADO 022 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9271, 'JUZGADO 022 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9272, 'JUZGADO 022 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9273, 'JUZGADO 022 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9274, 'JUZGADO 022 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9275, 'JUZGADO 022 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9276, 'JUZGADO 022 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9277, 'JUZGADO 022 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9278, 'JUZGADO 022 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9279, 'JUZGADO 022 PENAL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9280, 'JUZGADO 023 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9281, 'JUZGADO 023 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9282, 'JUZGADO 023 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9283, 'JUZGADO 023 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9284, 'JUZGADO 023 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9285, 'JUZGADO 023 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9286, 'JUZGADO 023 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9287, 'JUZGADO 023 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9288, 'JUZGADO 023 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9289, 'JUZGADO 023 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9290, 'JUZGADO 023 LABORAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9291, 'JUZGADO 023 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9292, 'JUZGADO 023 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9293, 'JUZGADO 023 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9294, 'JUZGADO 023 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9295, 'JUZGADO 023 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9296, 'JUZGADO 023 PENAL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9297, 'JUZGADO 023PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9298, 'JUZGADO 024 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9299, 'JUZGADO 024 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9300, 'JUZGADO 024 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9301, 'JUZGADO 024 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9302, 'JUZGADO 024 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9303, 'JUZGADO 024 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9304, 'JUZGADO 024 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9305, 'JUZGADO 024 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9306, 'JUZGADO 024 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9307, 'JUZGADO 024 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9308, 'JUZGADO 024 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9309, 'JUZGADO 024 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9310, 'JUZGADO 024 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9311, 'JUZGADO 024 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9312, 'JUZGADO 024 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9313, 'JUZGADO 024 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9314, 'JUZGADO 024 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9315, 'JUZGADO 025 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9316, 'JUZGADO 025 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9317, 'JUZGADO 025 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9318, 'JUZGADO 025 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9319, 'JUZGADO 025 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9320, 'JUZGADO 025 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9321, 'JUZGADO 025 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9322, 'JUZGADO 025 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9323, 'JUZGADO 025 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9324, 'JUZGADO 025 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9325, 'JUZGADO 025 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9326, 'JUZGADO 025 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9327, 'JUZGADO 025 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9328, 'JUZGADO 025 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9329, 'JUZGADO 025 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9330, 'JUZGADO 025 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9331, 'JUZGADO 025 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9332, 'JUZGADO 026 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9333, 'JUZGADO 026 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9334, 'JUZGADO 026 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9335, 'JUZGADO 026 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9336, 'JUZGADO 026 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9337, 'JUZGADO 026 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9338, 'JUZGADO 026 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9339, 'JUZGADO 026 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9340, 'JUZGADO 026 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9341, 'JUZGADO 026 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9342, 'JUZGADO 026 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9343, 'JUZGADO 026 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9344, 'JUZGADO 026 PENAL DEL CIRCUITO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9345, 'JUZGADO 026 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9346, 'JUZGADO 026 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9347, 'JUZGADO 026 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9348, 'JUZGADO 026 PENAL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9349, 'JUZGADO 027 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9350, 'JUZGADO 027 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9351, 'JUZGADO 027 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9352, 'JUZGADO 027 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9353, 'JUZGADO 027 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9354, 'JUZGADO 027 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9355, 'JUZGADO 027 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9356, 'JUZGADO 027 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9357, 'JUZGADO 027 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9358, 'JUZGADO 027 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9359, 'JUZGADO 027 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9360, 'JUZGADO 027 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9361, 'JUZGADO 027 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9362, 'JUZGADO 027 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9363, 'JUZGADO 027 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9364, 'JUZGADO 027 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9365, 'JUZGADO 028 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9366, 'JUZGADO 028 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9367, 'JUZGADO 028 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9368, 'JUZGADO 028 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9369, 'JUZGADO 028 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9370, 'JUZGADO 028 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9371, 'JUZGADO 028 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9372, 'JUZGADO 028 DE EJECUCIÓN DE PENAS Y MEDIDAS DE SEGURIDAD DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9373, 'JUZGADO 028 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9374, 'JUZGADO 028 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9375, 'JUZGADO 028 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9376, 'JUZGADO 028 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9377, 'JUZGADO 028 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9378, 'JUZGADO 028 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9379, 'JUZGADO 028 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9380, 'JUZGADO 028 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9381, 'JUZGADO 028CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9382, 'JUZGADO 029 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9383, 'JUZGADO 029 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9384, 'JUZGADO 029 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9385, 'JUZGADO 029 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9386, 'JUZGADO 029 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9387, 'JUZGADO 029 CIVIL MUNICIPAL DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9388, 'JUZGADO 029 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9389, 'JUZGADO 029 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9390, 'JUZGADO 029 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9391, 'JUZGADO 029 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9392, 'JUZGADO 029 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9393, 'JUZGADO 029 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9394, 'JUZGADO 029 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9395, 'JUZGADO 029 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9396, 'JUZGADO 029 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9397, 'JUZGADO 029 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9398, 'JUZGADO 030 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9399, 'JUZGADO 030 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9400, 'JUZGADO 030 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9401, 'JUZGADO 030 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9402, 'JUZGADO 030 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9403, 'JUZGADO 030 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9404, 'JUZGADO 030 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9405, 'JUZGADO 030 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9406, 'JUZGADO 030 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9407, 'JUZGADO 030 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9408, 'JUZGADO 030 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9409, 'JUZGADO 030 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9410, 'JUZGADO 030 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9411, 'JUZGADO 030 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9412, 'JUZGADO 031 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9413, 'JUZGADO 031 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9414, 'JUZGADO 031 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9415, 'JUZGADO 031 CIVIL MUNICIPAL DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9416, 'JUZGADO 031 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9417, 'JUZGADO 031 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9418, 'JUZGADO 031 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9419, 'JUZGADO 031 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9420, 'JUZGADO 031 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9421, 'JUZGADO 031 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9422, 'JUZGADO 031 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9423, 'JUZGADO 031 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9424, 'JUZGADO 031 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9425, 'JUZGADO 032 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9426, 'JUZGADO 032 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9427, 'JUZGADO 032 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9428, 'JUZGADO 032 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9429, 'JUZGADO 032 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9430, 'JUZGADO 032 DE FAMILIA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9431, 'JUZGADO 032 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9432, 'JUZGADO 032 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9433, 'JUZGADO 032 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9434, 'JUZGADO 032 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9435, 'JUZGADO 032 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9436, 'JUZGADO 033 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9437, 'JUZGADO 033 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9438, 'JUZGADO 033 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9439, 'JUZGADO 033 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9440, 'JUZGADO 033 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9441, 'JUZGADO 033 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9442, 'JUZGADO 033 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9443, 'JUZGADO 033 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9444, 'JUZGADO 033 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9445, 'JUZGADO 033 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9446, 'JUZGADO 034 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9447, 'JUZGADO 034 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9448, 'JUZGADO 034 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9449, 'JUZGADO 034 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9450, 'JUZGADO 034 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9451, 'JUZGADO 034 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9452, 'JUZGADO 034 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9453, 'JUZGADO 034 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9454, 'JUZGADO 034 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9455, 'JUZGADO 034 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9456, 'JUZGADO 034 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9457, 'JUZGADO 035 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9458, 'JUZGADO 035 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9459, 'JUZGADO 035 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9460, 'JUZGADO 035 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9461, 'JUZGADO 035 CIVIL MUNICIPAL DE CALI', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9462, 'JUZGADO 035 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9463, 'JUZGADO 035 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9464, 'JUZGADO 035 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9465, 'JUZGADO 035 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9466, 'JUZGADO 035 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9467, 'JUZGADO 035 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9468, 'JUZGADO 036 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9469, 'JUZGADO 036 ADMINISTRATIVO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9470, 'JUZGADO 036 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9471, 'JUZGADO 036 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9472, 'JUZGADO 036 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9473, 'JUZGADO 036 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9474, 'JUZGADO 036 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9475, 'JUZGADO 036 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9476, 'JUZGADO 036 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9477, 'JUZGADO 037 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9478, 'JUZGADO 037 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9479, 'JUZGADO 037 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9480, 'JUZGADO 037 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9481, 'JUZGADO 037 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9482, 'JUZGADO 037 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9483, 'JUZGADO 037 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9484, 'JUZGADO 037 PENAL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9485, 'JUZGADO 038 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9486, 'JUZGADO 038 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9487, 'JUZGADO 038 DE PEQUEÑAS CAUSAS Y COMPETENCIA MÚLTIPLE DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9488, 'JUZGADO 038 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9489, 'JUZGADO 038 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9490, 'JUZGADO 038 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9491, 'JUZGADO 038 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9492, 'JUZGADO 038 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9493, 'JUZGADO 039 ADMINISTRATIVO DE LA SECCIÓN CUARTA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9494, 'JUZGADO 039 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9495, 'JUZGADO 039 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9496, 'JUZGADO 039 LABORAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9497, 'JUZGADO 039 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9498, 'JUZGADO 039 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9499, 'JUZGADO 039 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9500, 'JUZGADO 040 ADMINISTRATIVO DE LA SECCIÓN CUARTA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9501, 'JUZGADO 040 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9502, 'JUZGADO 040 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9503, 'JUZGADO 040 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9504, 'JUZGADO 040 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9505, 'JUZGADO 040 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9506, 'JUZGADO 041 ADMINISTRATIVO DE LA SECCIÓN CUARTA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9507, 'JUZGADO 041 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9508, 'JUZGADO 041 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9509, 'JUZGADO 041 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9510, 'JUZGADO 041 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9511, 'JUZGADO 041 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9512, 'JUZGADO 042 ADMINISTRATIVO DE LA SECCIÓN CUARTA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9513, 'JUZGADO 042 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9514, 'JUZGADO 042 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9515, 'JUZGADO 042 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9516, 'JUZGADO 042 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9517, 'JUZGADO 042 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9518, 'JUZGADO 043 ADMINISTRATIVO DE LA SECCIÓN CUARTA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9519, 'JUZGADO 043 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9520, 'JUZGADO 043 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9521, 'JUZGADO 043 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9522, 'JUZGADO 043 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9523, 'JUZGADO 043 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9524, 'JUZGADO 044 ADMINISTRATIVO DE LA SECCIÓN CUARTA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9525, 'JUZGADO 044 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9526, 'JUZGADO 044 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9527, 'JUZGADO 044 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9528, 'JUZGADO 044 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9529, 'JUZGADO 044 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9530, 'JUZGADO 045 ADMINISTRATIVO DE LA SECCIÓN PRIMERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9531, 'JUZGADO 045 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9532, 'JUZGADO 045 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9533, 'JUZGADO 045 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9534, 'JUZGADO 045 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9535, 'JUZGADO 045 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9536, 'JUZGADO 046 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9537, 'JUZGADO 046 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9538, 'JUZGADO 046 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9539, 'JUZGADO 046 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9540, 'JUZGADO 046 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9541, 'JUZGADO 046 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9542, 'JUZGADO 047 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9543, 'JUZGADO 047 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9544, 'JUZGADO 047 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9545, 'JUZGADO 047 PENAL MUNICIPAL CON FUNCIÓN DE CONOCIMIENTO DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9546, 'JUZGADO 047 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9547, 'JUZGADO 048 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9548, 'JUZGADO 048 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9549, 'JUZGADO 048 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9550, 'JUZGADO 048 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9551, 'JUZGADO 049 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9552, 'JUZGADO 049 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9553, 'JUZGADO 049 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9554, 'JUZGADO 049 PENAL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9555, 'JUZGADO 050 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9556, 'JUZGADO 050 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9557, 'JUZGADO 050 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9558, 'JUZGADO 050 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9559, 'JUZGADO 050 PENAL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9560, 'JUZGADO 050 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9561, 'JUZGADO 051 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9562, 'JUZGADO 051 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9563, 'JUZGADO 051 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9564, 'JUZGADO 051 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9565, 'JUZGADO 051 PENAL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9566, 'JUZGADO 051 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9567, 'JUZGADO 052 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9568, 'JUZGADO 052 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9569, 'JUZGADO 052 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9570, 'JUZGADO 052 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9571, 'JUZGADO 053 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9572, 'JUZGADO 053 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9573, 'JUZGADO 053 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9574, 'JUZGADO 054 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9575, 'JUZGADO 054 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9576, 'JUZGADO 054 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9577, 'JUZGADO 054 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9578, 'JUZGADO 055 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9579, 'JUZGADO 055 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9580, 'JUZGADO 055 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9581, 'JUZGADO 056 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9582, 'JUZGADO 056 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9583, 'JUZGADO 056 PENAL DEL CIRCUITO CON FUNCIÓN DE CONOCIMIENTO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9584, 'JUZGADO 056 PENAL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9585, 'JUZGADO 056 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9586, 'JUZGADO 057 ADMINISTRATIVO DE LA SECCIÓN SEGUNDA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9587, 'JUZGADO 057 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9588, 'JUZGADO 057 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9589, 'JUZGADO 058 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9590, 'JUZGADO 058 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9591, 'JUZGADO 058 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9592, 'JUZGADO 059 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9593, 'JUZGADO 059 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9594, 'JUZGADO 059 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9595, 'JUZGADO 060 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9596, 'JUZGADO 060 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9597, 'JUZGADO 061 ADMINISTRATIVO DE LA SECCION TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9598, 'JUZGADO 061 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9599, 'JUZGADO 061 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9600, 'JUZGADO 062 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9601, 'JUZGADO 062 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9602, 'JUZGADO 063 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9603, 'JUZGADO 063 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9604, 'JUZGADO 064 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9605, 'JUZGADO 064 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9606, 'JUZGADO 065 ADMINISTRATIVO DE LA SECCIÓN TERCERA DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9607, 'JUZGADO 065 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9608, 'JUZGADO 065 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9609, 'JUZGADO 066 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9610, 'JUZGADO 067 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9611, 'JUZGADO 067 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9612, 'JUZGADO 068 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9613, 'JUZGADO 068 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9614, 'JUZGADO 069 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9615, 'JUZGADO 069 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9616, 'JUZGADO 070 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9617, 'JUZGADO 071 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9618, 'JUZGADO 072 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9619, 'JUZGADO 073 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9620, 'JUZGADO 074 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9621, 'JUZGADO 074 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9622, 'JUZGADO 075 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9623, 'JUZGADO 075 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9624, 'JUZGADO 076 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9625, 'JUZGADO 076 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9626, 'JUZGADO 077 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9627, 'JUZGADO 077 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9628, 'JUZGADO 078 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9629, 'JUZGADO 078 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9630, 'JUZGADO 079 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9631, 'JUZGADO 079 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9632, 'JUZGADO 080 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9633, 'JUZGADO 080 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9634, 'JUZGADO 081 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9635, 'JUZGADO 082 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9636, 'JUZGADO 082 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9637, 'JUZGADO 083 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9638, 'JUZGADO 084 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9639, 'JUZGADO 085 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9640, 'JUZGADO 086 CIVIL MUNICIPAL DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9641, 'JUZGADO 101 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9642, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS AMBULANTE BACRIM DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9643, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9644, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9645, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9646, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9647, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9648, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9649, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9650, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9651, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SINCELEJO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9652, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9653, 'JUZGADO 101 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9654, 'JUZGADO 102 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE CÚCUTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9655, 'JUZGADO 102 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9656, 'JUZGADO 102 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE RIOHACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9657, 'JUZGADO 102 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9658, 'JUZGADO 103 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9659, 'JUZGADO 104 PENAL MUNICIPAL CON FUNCIÓN DE CONTROL DE GARANTÍAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9660, 'JUZGADO 401 ADMINISTRATIVO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9661, 'JUZGADO 401 ADMINISTRATIVO DE BOGOTÁ (ITINERANTE)', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9662, 'JUZGADO 401 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9663, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9664, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CARMEN DE BOLÍVAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9665, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE CUNDINAMARCA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9666, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE FLORENCIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9667, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9668, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE MONTERÍA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9669, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9670, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9671, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE SANTA MARTA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9672, 'JUZGADO 401 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE VILLAVICENCIO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9673, 'JUZGADO 401 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9674, 'JUZGADO 401 LABORAL DE BARRANCABERMEJA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9675, 'JUZGADO 401 PENAL DE CIRCUITO ESPECIALIZADO DE ANTIOQUIA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9676, 'JUZGADO 401 PENAL DE CIRCUITO ESPECIALIZADO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9677, 'JUZGADO 402 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9678, 'JUZGADO 402 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE MOCOA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9679, 'JUZGADO 402 CIVIL DEL CIRCUITO ESPECIALIZADO EN RESTITUCIÓN DE TIERRAS DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9680, 'JUZGADO 402 CIVIL MUNICIPAL DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9681, 'JUZGADO 402 PENAL DE CIRCUITO ESPECIALIZADO DE VALLEDUPAR', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9682, 'JUZGADO 403 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9683, 'JUZGADO 403 PENAL DE CIRCUITO ESPECIALIZADO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9684, 'JUZGADO 404 CIVIL DEL CIRCUITO DE BOGOTÁ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9685, 'JUZGADO 404 PENAL DE CIRCUITO ESPECIALIZADO DE QUIBDÓ', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9686, 'JUZGADO CIVIL DEL CIRCUITO DE EJECUCIÓN DE SENTENCIAS DE MEDELLÍN', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9687, 'JUZGADO CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE CARTAGENA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9688, 'JUZGADO CIVIL MUNICIPAL DE EJECUCIÓN DE SENTENCIAS DE MANIZALES', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9689, 'JUZGADO DE CIRCUITO 001 MENORES DE BARRANQUILLA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9690, 'JUZGADO DE CIRCUITO 001 MENORES DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9691, 'JUZGADO DE CIRCUITO 001 MENORES DE BUENAVENTURA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9692, 'JUZGADO DE CIRCUITO 001 MENORES DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9693, 'JUZGADO DE CIRCUITO 001 MENORES DE CARTAGO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9694, 'JUZGADO DE CIRCUITO 001 MENORES DE PALMIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9695, 'JUZGADO DE CIRCUITO 001 MENORES DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9696, 'JUZGADO DE CIRCUITO 001 MENORES DE PEREIRA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9697, 'JUZGADO DE CIRCUITO 001 MENORES DE SOACHA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9698, 'JUZGADO DE CIRCUITO 001 MENORES DE TULÚA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9699, 'JUZGADO DE CIRCUITO 002 MENORES DE BUCARAMANGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9700, 'JUZGADO DE CIRCUITO 002 MENORES DE BUGA', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9701, 'JUZGADO DE CIRCUITO 002 MENORES DE PASTO', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); +INSERT INTO public.msip_grupoper (id, nombre, anotaciones, created_at, updated_at) VALUES (9702, 'JUZGADO DE CIRCUITO 004 MENORES DE BOGOTÁ D.C.', 'Fuente https://www.minjusticia.gov.co/programas-co/LegalApp/Paginas/Instituciones.aspx', '2023-08-22 00:00:00', '2023-08-22 00:00:00'); SELECT pg_catalog.setval('public.msip_grupoper_id_seq', 10000, true); - -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (1, 1, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, NULL); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (30, 30, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 1); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (31, 31, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (311, 311, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (32, 32, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (33, 33, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (34, 34, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (35, 35, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (36, 36, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (37, 37, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (40, 40, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 1); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (41, 41, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 40); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (42, 42, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 40); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (43, 43, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 40); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (50, 50, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 1); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (51, 51, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 50); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (312, 312, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (313, 313, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (314, 314, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (315, 315, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (316, 316, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (317, 317, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (318, 318, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (319, 319, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (320, 320, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (321, 321, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (322, 322, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (323, 323, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (324, 324, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (325, 325, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (326, 326, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (327, 327, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (328, 328, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (329, 329, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3001, 3001, ' ext. ', 'dirsec.amazonas@fiscalia.gov.co', 'Cll. 9 No. 86 - 1 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3002, 3002, '57(4) 4446677 ext. 2504', 'fistrsant@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3003, 3003, ' ext. ', 'claudia.garcia@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3004, 3004, '57(8) 5925902 ext. ', 'pedro.marin@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3005, 3005, ' ext. ', 'yolima.remarchuck@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3006, 3006, '57(4) 4446677 ext. 2551', 'dirfisant@fiscalia.gov.co; dirsec.antioquia@fiscalia.gov.co', 'Cra. 64C No. 67-300 Bloque F, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3007, 3007, '57(4) 4446677 ext. 2521', 'fisadpant@fiscalia.gov.co; eugenia.garcia@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3008, 3008, '57(4) 4446677 ext. 2526', 'fisrnaant@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3009, 3009, '57(4) 4446677 ext. 2540', 'f074desant@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3010, 3010, '57(4) 8648064  ext. ', 'f128secantabe@fiscalia.gov.co', 'Cra. 53 No. 50 - 28 P.2 / Abejorral / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3011, 3011, '57(4) 847-27-60  ext. ', 'f065secantama@fiscalia.gov.co', 'Cll. 49 La Pola No. 51-21 / Amagá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3012, 3012, '57(4) 830-07-21  ext. ', '', 'Cra. Aranzansu No. 20-21 P. 3 / Amalfi / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3013, 3013, '57(4) 8416280 ext. ', 'f109secantand@fiscalia.gov.co', 'Centro Comercial el Cóndor de los Andes, parque principal, P. 4 / Andes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3014, 3014, '57(4) 828-14-55  ext. ', '', 'Cra. 99 No. 96-35 P.6, Ofc. 603-613-614-615 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3015, 3015, '57(4) 8200066 ext. ', '', 'Cll. 20 de Julio P.2 / Arboletes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3016, 3016, '57(4) 8536503 ext. ', 'oscar.sancghez@fiscalia.gov.co', 'Cll. 20 Nro. 20-05, Palacio Municipal / Briceño / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3017, 3017, '57(4) 8362016 ext. 216', 'jaime.higuita@fiscalia.gov.co', 'Cll. 51 Nro. 46-24 Casa de Justicia / Cáceres / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3018, 3018, '57(4) 8350094 ext. ', '', 'Parque principal, Palacio Municipal P.1 / Anorí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3019, 3019, '57(4) 8393320 ext. ', '', 'Cll. 20 No-10-45 / Caucasia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3020, 3020, '57(4) 825-37-17  ext. ', '', 'Nuevo tr. 105 No. 102-10 / Chigorodó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3021, 3021, '57(4) 863-14-80 ext. ', '', 'Cra. 19 No. 16-86 / Cisneros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3022, 3022, '57(4) 841-17-20 ext. ', 'f009secantbol@fiscalia.gov.co', 'Cll. 50 No- 51-13 Palacio Municipal P.2 / Ciudad Bolívar / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3023, 3023, '57(4) 844 -67-47   ext. ', 'f34conant@fiscalia.gov.co', 'Cra. 20 17a - 30 / Concordia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3024, 3024, '57(4) 859-01-38  ext. ', '', 'Cra. Murillo Toro No. 10-75 / Dabeiba / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3025, 3025, '57 (8) 5925902 ext. ', '', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3026, 3026, '57(4) 8647994  ext. ', 'f092locantabe@fiscalia.gov.co', 'Cra. 53 No. 50 - 28 P.2 / Abejorral / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3027, 3027, '57(4) 866-01-00 ext. ', '', 'Cra.19 No. 18-66 / Alejandría / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3028, 3028, '57(4) 820-00-59  ext. ', '', 'Cll. 20 de Julio P.2 / Arboletes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3029, 3029, '57(4) 8470457 ext. ', 'fislinamaant@fiscalia.gov.co', 'Cll. 49 No. 51-25 / Amagá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3030, 3030, '57(4) 8284044 ext. ', 'fislinapaant@fiscalia.gov.co', 'Cra. 99 No- 96-35 P.5, Ofc. 505-506-511-512 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3031, 3031, '57(4) 8631382 ext. ', 'fislincisant@fiscalia.gov.co', 'Cra. 19 No. 16-86 / Cisneros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3032, 3032, '57(4) 837-27-07 ext. ', 'f115secantbag@fiscalia.gov.co', 'Cll. 50 No. 47A-17 / El Bagre / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3033, 3033, '57(4) 546-19-93 ext. ', '', 'Cra. 42 No. 49-99 Edf. Juan P.II. / El Santuario / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3034, 3034, '57(4) 840-19-86   ext. ', 'f020secantfre@fiscalia.gov.co', 'Cra. 51 No. 50-39 / Fredonia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3035, 3035, '57(4) 859-54-02  ext. ', '', 'Cra. 32 No. 30-60 Pasaje elkalipsa P-1, Edf. Juzgados / Frontino / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3036, 3036, '57(4) 551-18-19 ext. ', 'f002secantgua@fiscalia.gov.co', 'Cra. 50 No. 45-21 P.2 / Guarne / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3037, 3037, '57(4) 864-36-48  ext. ', '', 'Palacio Municipal P. 2 / Ituango / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3038, 3038, '57(4) 852-35-08 ext. ', '', 'Cll. 7 No.3-40 / Jericó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3039, 3039, '57(4) 5682509 ext. ', 'f041secantcej@fiscalia.gov.co', 'Cll. 20 No.19-48 / La Ceja / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3040, 3040, '57(4) 548-53-28  ext. ', 'f094secantmar@fiscalia.gov.co', 'Cll. 30 No- 31-64 Ofc. 402 / Marinilla / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3041, 3041, '57(4) 5351310,  5351330 ext. ', 'f001secantrio@fiscalia.gov.co', 'Cra. 47 No- 60-02 / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3042, 3042, '57(4) 868-62-28 ext. ', '', 'Cra. 49 A No. 48-08 P.3 / San Pedro de los Milagros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3043, 3043, '57(4) 846-33-54 ext. ', 'f027secantsba@fiscalia.gov.co', 'Cra. Bolivar Edf. Aures P.4 / Santa Bárbara / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3044, 3044, '57(4) 853-11-22/ ext. ', 'f006secantsda@fiscalia.gov.co', 'Cll. 9 No. 11-27 / Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3045, 3045, '57(4) 860-82-91 ext. ', 'f013secantsro@fiscalia.gov.co', 'Cll. 29 No. 30-31 Ofc. 202 / Santa Rosa de Osos / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3046, 3046, '57(4) 831-54-70 ext. ', '', 'Cra. 49 No. 50-36 P. 2 / Segovia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3047, 3047, '57(4) 869-11-14 ext. ', 'f120secantson@fiscalia.gov.co', 'Cra. 7 No. 6 - 65 P. 2 / Sonsón / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3048, 3048, '57(4) 5629182 ext. ', 'fislinrneant@fiscalia.gov.co', 'Vereda barro blanco vía porvenir aeropuerto / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3049, 3049, '57(4) 8532744 ext. ', 'sandra.sabogal@fiscalia.gov.co', 'Cll. 9 No. 11-27 / Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3050, 3050, '57(4) 8607758 ext. ', '', 'Cll. 31 No. 29 - 20 Ofc. 301 / Santa Rosa de Osos / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3051, 3051, '57(4) 854-16-63 ext. ', 'f088secantsop@fiscalia.gov.co', 'Cll. 9 No. 11-78 / Sopetrán / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3052, 3052, '57(4) 849-48-71  ext. ', 'f035secanttam@fiscalia.gov.co', 'Cll. Orozco No. 9-51 / Támesis / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3053, 3053, '57(4) 827-30-44 ext. ', '', 'Cra. 14 No. 102-25 P-4 Edf. Rico Pollo / Turbo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3054, 3054, '57(4) 850-24-94 ext. ', 'f092secanturr@fiscalia.gov.co', 'Cra. 30 No. 27-51 / Urrao / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3055, 3055, '57(4) 8537532 ext. ', 'f015secantyar@fiscalia.gov.co', 'Edf. de Gobierno Municipal. P. 3 / Yarumal / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3056, 3056, '57(4) 865-46-50 ext. ', 'f096secantyol@fiscalia.gov.co', 'Cll. Colombia No. 20-116 P. 2 / Yolombó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3057, 3057, '57 (8) 5927964 ext. ', 'fislocletcun@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 323); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3058, 3058, '57(4) 8253630 ext. 160', 'fiscjuchiant@fiscalia.gov.vo   ', 'Cra. 104 A No 100-30 / Chigorodó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3059, 3059, ' ext. ', 'dirsecfisara@fiscalia.gov.co', 'Cll. 23 No. 78 - 41 Piso 2 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3060, 3060, ' ext. ', 'dirsec. arauca@fiscalia.gov.co', 'Cll. 23 No. 78 - 41 Piso 2 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3061, 3061, ' ext. ', 'ctidirsecara@fiscalia.gov.co', 'Cra. 23 No. 18 - 41 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3062, 3062, '57(8)885 1548 ext. ', '', 'Cll. 19 No. 21-31 P. 4 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3063, 3063, '57(8)885 3354 ext. ', '', 'Cll. 19 No. 21-31 P. 4 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3064, 3064, '57(8)885 7659 ext. ', 'fisasiara@fiscalia.gov.co', 'Cll. 19 No. 21-31 P. 2 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3065, 3065, '57(8)889 1042 ext. ', '', 'Cll. 28 No. 14-36 P. 2 / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3066, 3066, '57(8)889 1042 ext. ', 'fissarara@fiscalia.gov.co', 'Cll. 28 No. 14-36 P. 2 / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3067, 3067, '57(8)888 6305 ext. ', '', 'Palacio de Justicia P. 2 / Tame / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3068, 3068, '57(8)888 6238 ext. ', '', 'Palacio de Justicia P. 2 / Tame / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3069, 3069, '57 (1) 4088000 ext. 4416-4417-4023-3520-3523', 'dirsec.bogota@fiscalia.gov.co', 'Cra. 28 No. 18-64 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3070, 3070, '57 (1) 2971000 ext. 3808-3807', 'subdir.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3071, 3071, '57 (1) 2971000 ext. 3810-3879', 'subdir2.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3072, 3072, '57 (1) 2971000 ext. 3816-3813', 'subdir3.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3073, 3073, '57 (1) 2971000 ext. 3838-4006', 'subdir4.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3074, 3074, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3075, 3075, '57(8)885 8538 ext. ', '', 'Cra. 21 No. 17-73 P. 3 Antiguo Edf. DAS / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3076, 3076, '57 (1) 2971000 57 (1) 2772899 ext. 3529-3515', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3077, 3077, '57 (1) 2971000 57 (1) 2772899 ext. 3529-3515', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3078, 3078, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3079, 3079, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3080, 3080, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3081, 3081, '57(8)885 3182 ext. ', '', 'Cra. 24 No. 20-36 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3082, 3082, '57 (1) 2971000 ext. 3905-3045', 'fisusecant@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3083, 3083, '57 (1) 2971000 ext. 3850-3848', 'sandra.felix@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3084, 3084, '57 (1) 2971000 ext. 3620-3819', 'roberto.quintero@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3085, 3085, '57 (1) 2971000 ext. 3241-3308', 'f249secantbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3086, 3086, '57 (1) 2971000 ext. 3977-3148', 'fanny.vega@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3087, 3087, '57 (1) 2971000 ext. 3945-3615-3815-3425-3211-3408', 'fisad2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3088, 3088, '57(1) 2839710 ext. 124', 'f001tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3089, 3089, '57(4) 820-55-21 ext. ', '', 'Cll Principal Cra. 45A - 183 P.2 / San Pedro de Urabá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3090, 3090, '57(4) 858-64-37 ext. ', '', 'Cll. 31 No. 32-16 / San Rafael / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3091, 3091, '57(4) 865-60-16 ext. ', '', 'Cra. 19 No. 23-29 / San Roque / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3092, 3092, '57(4) 854-47-37 ext. ', '', 'Cra. 29 No. 30-20 / San Vicente de Ferrer / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3093, 3093, '57(4) 846-40-97 ext. ', 'f035locantsba@fiscalia.gov.co', 'Cra. Bolivar Edf. Aures P.4 / Santa Bárbara / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3094, 3094, '57(4) 853-16-94 ext. ', 'f100locantsda@fiscalia.gov.co', 'Cll. 9 No. 11-27 / Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3095, 3095, '57(4) 860-86-19 ext. ', 'f058locantsro@fiscalia.gov.co', 'Cra. 31 Cll. 28 B -5 ofc. 302 / Santa Rosa de Osos Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3096, 3096, '57(4) 862-13-62  ext. ', '', 'Cra. 14 Cll. 15 / Santo Domingo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3097, 3097, '57(4) 831-42-33 ext. ', '', 'Cra. 49 No. 50-36 P. 2 / Segovia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3098, 3098, '57(4) 869-14-41 ext. ', 'f008locantson@fiscalia.gov.co', 'Cra. 7 No. 6 - 65 P. 2 / Sonsón / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3099, 3099, '57(4) 854-16-63 ext. ', 'f105locsopant@fiscalia.gov.co ', 'Cll. 9 No. 11-78 / Sopetrán / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3100, 3100, '57(4) 849-60-26  ext. ', 'f006locanttam@fiscalia.gov.co', 'Cll. Orozco No. 9-51 / Támesis / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3101, 3101, '57(4) 836-57-69  ext. ', 'soraya.cuesta@fiscalia.gov.co', 'Cll. 29 Cra. 29 / Tarazá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3102, 3102, '57(4) 827-30-47 ext. ', 'f073turant@fiscalia.gov.co', 'Cra. 14 No. 102-25 P-3, Edf. Rico Pollo / Turbo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3103, 3103, '57(4) 850-42-42 ext. ', '', 'Cra. 30 No. 27-45 / Urrao / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3104, 3104, '57(4) 8360134 ext. ', 'morelia.giraldo@fiscalia.gov.co', 'Cll. 8 Nro. 9-02 / Valdivia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3105, 3105, '57(4) 8875588 ext. ', 'f004locantyar@fiscalia.gov.co', 'Edf. de Gobierno Municipal P. 4 / Yarumal / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3106, 3106, '57(4) 865-43-91 ext. ', 'f056locantyol@fiscalia.gov.co', 'Cll. Colombia No. 20-116 P. 2 / Yolombó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3107, 3107, '57(4) 838-91-60 ext. ', '', 'Cll. Junin No- 19A-26 / Zaragoza / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3108, 3108, '57(8)885 2490 ext. ', '', 'Cll. 19 No. 21-31 P. 1 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3109, 3109, '57(8)889 1042 ext. ', '', 'Cll. 28 No. 14-36 P. 2 / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3110, 3110, '57(8)888 6238 ext. ', '', 'Palacio de Justicia P. 2 / Tame / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3111, 3111, '57 (5) 628 4896 ext. 57 (5) 628 4896', 'fisarjcar@fiscalia.gov.co', 'Cll. de La Palma No. 48 - 46 / Arjona / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3112, 3112, '57 (5) 689 0003 ext. 57 (5) 689 0003', 'fislocsajcar@fiscalia.gov.co', 'Cll. 9. Cra. 11 Esq. Barrio Centro / San Juan Nepomuceno / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3113, 3113, '57 (5) 620 8319 ext. 57 (5) 620 8319', 'fisloccalcar@fiscalia.gov.co', 'Transversal. 1 A No. 205 Cll. SuCra.e / Calamar / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3114, 3114, '57 (5) 687 6666 ext. 57 (5) 687 6666', 'fislocmagcar@fiscalia.gov.co', 'Avda. Colombia No. 13 - 80 / Magangué / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3115, 3115, '57 (5) 685 5194 ext. 57 (5) 685 5194', 'fiscalia.mompoxcar@fiscalia.gov.co', 'Palacio Municipal P. 1 / Mompóx / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3116, 3116, '57 (5) 418 2713 ext. 57(5) 418 2713', 'fislocsmicar@fiscalia.gov.co', 'Antiguo Palacio Municipal, plazoleta de Telecom P. 1 / San Martín de Loba / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3117, 3117, '57 (6) 8928291 ext. 1163 - 1208 - 1155 1156 - 1157- 1158 1154 - 1165 - 1159 1161 - 1209 - 1248', 'f011locman@fiscalia.gov.co fiscalia012.localmanizales@fiscalia.gov.co fiscalia002.localmanizales@fiscalia.gov.co fiscalia003.localmanizales@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 6 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3118, 3118, '57 (6) 8928280 ext. 1160 - 1162 - 1172 1173 - 1153 - 1166', '', 'Cra. 23 No. 20 - 40, P 6 - 7 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3119, 3119, '57 (6) 8857732 ext. ', '', 'Cll. 53 No. 25 A - 35 P 2 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3120, 3120, '57 (6) 8843643 ext. ', 'fiscalia001.saumanizales@fiscalia.gov.co', 'Cra. 20 A No. 24 - 26 P 3 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3121, 3121, '57 (6) 8514850 ext. ', 'fiscalia001.locaguadasman@fiscalia.gov.co', 'Cll. 6 No. 5 - 23 P 2 / Aguadas / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3122, 3122, '57 (1) 5295174 ext. ', '', 'Cra. 7 No. 8-87 Casa de Justicia / Sibaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3123, 3123, '57 (1) 3511680 ext. ', 'claudia.acevedo@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3124, 3124, '57 (1) 2971000 ext. 3046-3205', 'f046adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3125, 3125, '57 (1) 2971000 ext. 3070-3702', 'f070ap2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3126, 3126, '57 (1) 2971000 ext. 3200-3432', 'f071adp2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3127, 3127, '57 (1) 2971000 ext. 3089-3966', 'f128adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3128, 3128, '57 (1) 2971000 ext. 3432-3194-3134', 'fiscalia186.adminpublica2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3129, 3129, '57 (1) 2971000 ext. 3188-3427', 'f188adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3130, 3130, '57 (1) 2971000 ext. 3192-3431-3413', 'f192adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3131, 3131, '57 (1) 2971000 ext. 3244-3421-3403', 'f201admpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3132, 3132, '57 (1) 2971000 ext. 3222-3411', 'f202admpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3133, 3133, '57 (1) 2971000 ext. 3203-3454', 'f203admpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3134, 3134, '57 (1) 2971000 ext. 3201-3409', 'f212adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3135, 3135, '57 (1) 2971000 ext. 3207-3214', 'fiscalia214.adminpublica2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3136, 3136, '57 (1) 2971000 ext. 3217-3196', 'f217ap1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3137, 3137, '57 (1) 2971000 ext. 3218-3456', 'f218adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3138, 3138, '57 (1) 2971000 ext. 3202-3436', 'f222adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3139, 3139, '57 (1) 2971000 ext. 3223-3423', 'f223adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3140, 3140, '57 (1) 2971000 ext. 3186-3615', 'f264adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3141, 3141, '57 (1) 2971000 ext. 4020-3305', 'f295antbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3142, 3142, '57 (1) 2971000 ext. 3783-3569-3315-3581', 'fisvi1bog@fiscalia.gov.co; f040vi1bog@fiscalia.gov.co; jesus.vigoya@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3143, 3143, '57 (1) 2971000 ext. 3005-3548', 'f005vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3144, 3144, '57 (1) 2971000 ext. 3008-3911', 'f008vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3145, 3145, '57 (1) 2971000 ext. 3388-3040-3388', 'f009vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3146, 3146, '57 (1) 2971000 ext. 3031-3523', 'andrea.romero@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3147, 3147, '57 (1) 2971000 ext. 3013-3232', 'f013vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3148, 3148, '57 (1) 2971000 ext. 3435-3319', 'f015v2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3149, 3149, '57 (1) 2971000 ext. 3585-3057', 'luis.uribe@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3150, 3150, '57 (1) 2971000 ext. 3483-3483', 'f023vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3151, 3151, '57 (1) 2971000 ext. 3545-3087', 'f033vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3152, 3152, '57 (1) 2971000 ext. 3003-3324', 'lavinia.holguin@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3153, 3153, '57 (1) 2971000 ext. 3637-3639', 'f037vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3154, 3154, '57 (1) 2971000 ext. 3336-3599', 'f041vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3155, 3155, '57 (1) 2971000 ext. 3042-3081', 'f042vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3156, 3156, '57 (1) 2971000 ext. 3231-3043', 'f043vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3157, 3157, '57 (1) 2971000 ext. 3047', 'f047vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3158, 3158, '57 (1) 2971000 ext. 3914', 'f051vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3159, 3159, '57 (1) 2971000 ext. 3052-3549', 'f052vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3160, 3160, '57 (1) 2971000 ext. 3068-3302', 'f072vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3161, 3161, '57 (1) 2971000 ext. 3023-3220', 'f112vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3162, 3162, '57 (1) 2971000 ext. ', 'claudia.rivera@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3163, 3163, '57 (1) 2971000 ext. 3549', 'f191vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3164, 3164, '57 (1) 2971000 ext. 3261', 'f261vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3165, 3165, '57 (1) 2971000 ext. 3298', 'f298vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3166, 3166, '57 (1) 2971000 ext. 3589-3039', 'f329vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3167, 3167, '57 (1) 2971000 ext. 3506-3507', 'f334vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3168, 3168, '57 (1) 2971000 ext. 3589-3587', 'f364vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3169, 3169, '57 (1) 5876120 ext. 1299', 'f081fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3170, 3170, '57 (1) 5876120 ext. 1158', 'f019sec1fpbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3171, 3171, '57 (1) 5876120 ext. 1122', 'f049fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3172, 3172, '57 (1) 5876120 ext. ', '', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3173, 3173, '57 (1) 5876120 ext. 1148', 'f085fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3174, 3174, '57 (1) 5876120 ext. 1151', 'f086fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3175, 3175, '57 (1) 5876120 ext. 1153', 'f088pa1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3176, 3176, '57 (1) 5876120 ext. 1167', 'f093fp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3177, 3177, '57 (1) 5876120 ext. 1124', 'f096fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3178, 3178, '57 (1) 5876120 ext. 1126', 'f101fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3179, 3179, '57 (1) 5876120 ext. 1128', 'f102fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3180, 3180, '57 (1) 5876120 ext. 1136', 'f103fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3181, 3181, '57 (1) 5876120 ext. 1130', 'fis104fpbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3182, 3182, '57 (1) 5876120 ext. 1132', 'f105fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3183, 3183, '57 (1) 5876120 ext. 1142', 'f111fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3184, 3184, '57 (1) 5876120 ext. 1134', 'f116fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3185, 3185, '57 (1) 5876120 ext. 1138', 'f119fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3186, 3186, '57 (1) 5876120 ext. 1140', 'f124fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3187, 3187, '57 (1) 5876120 ext. 1290', 'fis140sec1fpbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3188, 3188, '57 (1) 5876120 ext. 1144', 'f162fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3189, 3189, '57 (1) 5876120 ext. 1154', 'f176fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3190, 3190, '57 (1) 5876120 ext. 1147', 'f177fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3191, 3191, '57 (1) 5876120 ext. 1150', 'f287fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3192, 3192, '57 (1) 5876120 ext. 1166', 'f309fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3193, 3193, '57 (1) 5876120 ext. 1152', 'f362fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3194, 3194, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3195, 3195, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3196, 3196, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3197, 3197, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3198, 3198, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3199, 3199, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3200, 3200, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3201, 3201, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3202, 3202, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3203, 3203, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3204, 3204, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3205, 3205, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3206, 3206, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3207, 3207, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3208, 3208, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3209, 3209, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3210, 3210, '57 (1) 5876120 ext. 1201-1202-1203-1205', 'fisfp3bog@fiscalia.gov.co; f146fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3211, 3211, '57 (1) 5876120 ext. 1170', 'f115fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3212, 3212, '57 (1) 5876120 ext. 1206/1207', 'f134fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3213, 3213, '57 (1) 5876120 ext. 1209/1251', 'f137fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3214, 3214, '57 (1) 5876120 ext. 1210/1211', 'f144fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3215, 3215, '57 (1) 5876120 ext. 1212/1213', 'f147fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3216, 3216, '57 (1) 5876120 ext. 1214/1215', 'f149fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3217, 3217, '57 (1) 5876120 ext. 1216/1217', 'f150fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3218, 3218, '57 (1) 5876120 ext. 1218/1219', 'f151fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3219, 3219, '57 (1) 5876120 ext. 1220/1221', 'f157fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3220, 3220, '57 (1) 5876120 ext. 1222/1233', 'f158fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3221, 3221, '57 (1) 5876120 ext. 1224/1225', 'f159fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3222, 3222, '57 (1) 5876120 ext. 1226/1227', 'f160fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3223, 3223, '57 (1) 5876120 ext. 1228/1229', 'f161fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3224, 3224, '57 (1) 5876120 ext. 1230/1231', 'f163fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3225, 3225, '57 (1) 5876120 ext. 3156', 'f164fp3bog@fiscalia.gov.co', 'Cra. 29 No. 18-45 Piso 1 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3226, 3226, '57 (1) 5876120 ext. 1234/1235', 'f169fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3227, 3227, '57 (1) 5876120 ext. 1236/1237', 'f170fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3228, 3228, '57 (1) 5876120 ext. 1238/1239', 'f181fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3861, 3861, '57 (8) 710552 ext. ', 'farid.plata@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3229, 3229, '57 (1) 5876120 ext. 1240/1241', 'f183fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3230, 3230, '57 (1) 5876120 ext. 1242/1243', 'f184fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3231, 3231, '57 (1) 5876120 ext. 1157/1111', 'f221fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3232, 3232, '57 (1) 5876120 ext. 1244/1245', 'f243fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3233, 3233, '57 (1) 5876120 ext. 1246/1247', 'f277fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3234, 3234, '57 (1) 5876120 ext. 1248/1249', 'f328fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3235, 3235, '57 (1) 5876120 ext. 1419-1309-1308', 'fisfp4bog@fiscalia.gov.co; danya.velasco@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3236, 3236, '57 (1) 5876120 ext. 1350-1351', 'f035au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3237, 3237, '57 (1) 5876120 ext. 1340-1341', 'f039au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3238, 3238, '57 (1) 5876120 ext. 1317-1334-1335', 'f069au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3239, 3239, '57 (1) 5876120 ext. 1322-1323', 'f089au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3240, 3240, '57 (1) 5876120 ext. 1297-1156', 'f099fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3241, 3241, '57 (1) 5876120 ext. 1342-1343', 'f108au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3242, 3242, '57 (1) 5876120 ext. 1308-1309', 'fisfp4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3243, 3243, '57 (1) 5876120 ext. 1316', 'f126au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3244, 3244, '57 (1) 5876120 ext. 1354', 'f127au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3245, 3245, '57 (1) 5876120 ext. 1329-1328', 'f129au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3246, 3246, '57 (1) 5876120 ext. 1346-1347', 'f130au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3247, 3247, '57 (1) 5876120 ext. 1344-1345', 'f132au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3248, 3248, '57 (1) 5876120 ext. 1314-1315', 'f148au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3249, 3249, '57 (1) 5876120 ext. 1318-1319', 'f156au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3250, 3250, '57 (1) 5876120 ext. 1320-1321-1348-1349', 'f206au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3251, 3251, '57 (1) 5876120 ext. 1326-1327', 'f333au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3252, 3252, '57 (1) 2971000 ext. 3406-3236-3796-3931', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3253, 3253, '57 (1) 2971000 ext. 3796-3961', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3254, 3254, '57 (1) 2971000 ext. 3032-3634', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3255, 3255, '57 (1) 2971000 ext. 3369', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3256, 3256, '57 (1) 2971000 ext. 3434-3246', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3257, 3257, '57 (1) 2971000 ext. 3239-3405', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3258, 3258, '57 (1) 2971000 ext. 3972-3822', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3259, 3259, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3260, 3260, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3261, 3261, '57 (1) 2778135 ext. ', 'f019loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3262, 3262, '57 (1) 2778135 ext. ', 'f035armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3263, 3263, '57 (1) 2778135 ext. ', 'f036loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3264, 3264, '57 (1) 2778135 ext. ', 'f66loccavbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3265, 3265, '57 (1) 2778135 ext. ', 'f099armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3266, 3266, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3267, 3267, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3268, 3268, '57 (1) 2778135 ext. ', 'f157loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3269, 3269, '57 (1) 2778135 ext. ', 'f216armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3270, 3270, '57 (1) 2778135 ext. ', 'f268armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3271, 3271, '57 (1) 2778135 ext. ', 'f273loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3272, 3272, '57 (1) 2778135 ext. ', 'fiscalia277.larmoniaBogotá@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3273, 3273, '57 (1) 2778135 ext. ', 'f279loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3274, 3274, '57 (1) 2778135 ext. ', 'f280armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3275, 3275, '57 (1) 2778135 ext. ', 'f284loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3276, 3276, '57 (1) 2778135 ext. ', 'f285loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3277, 3277, '57 (1) 2778135 ext. ', 'f293loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3278, 3278, '57 (1) 2778135 ext. ', 'f295loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3279, 3279, '57 (1) 2778135 ext. ', 'f296loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3280, 3280, '57 (1) 2778135 ext. ', 'fiscalia298larmoniaBogotá@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3281, 3281, '57 (1) 2778135 ext. ', 'f297loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3282, 3282, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3283, 3283, '57 (1) 2778135 ext. ', 'f317loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3284, 3284, '57 (1) 2778135 ext. ', 'f334loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3285, 3285, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3286, 3286, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3287, 3287, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3288, 3288, '57 (1) 3754272-; 57 (1) 2016198-; 57 (1) 2015854 ext. ', 'fislfsbog@fiscalia.gov.co; piedad.gonzalez@fiscalia.gov.co; jose.rengifo@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3289, 3289, '57 (1) 3754272 ext. ', 'f002lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3290, 3290, '57 (1) 2911000 ext. 3160', 'f004lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3291, 3291, '57 (1) 2911000 ext. 3015', 'f007lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3292, 3292, '57 (1) 3754272 ext. ', 'f017lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3293, 3293, '57 (1) 2911000 ext. 3350-3102', 'f021lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3294, 3294, '57 (1) 2016198 ext. ', 'f030lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3295, 3295, '58 (1) 2016198 ext. ', 'f038lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3296, 3296, '59 (1) 2016198 ext. ', 'f073lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3297, 3297, '60 (1) 2016198 ext. ', 'f094lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3298, 3298, '57 (1) 3750342 ext. ', 'f110dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3299, 3299, '57 (1) 2-016198 ext. ', 'f141lfsbog@fiscalia,gov,co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3300, 3300, '57 (1) 2911000 ext. 3019', 'f166dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3301, 3301, '57 (1) 2016198 ext. ', 'f196lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3302, 3302, '57 (1) 3750342 ext. ', 'f219dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3303, 3303, '57 (1) 2016198 ext. ', 'f225lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3304, 3304, '57 (1) 2971000 ext. ', 'f226lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3305, 3305, '57 (1) 2911000 ext. 3015', 'fiscalia227.libertadformsexbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3306, 3306, '57 (1) 2911000 ext. 3024', 'f228lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3307, 3307, '57 (1) 2015854 ext. ', 'f229lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3308, 3308, '57 (1) 2015854 ext. ', 'f230lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3309, 3309, '57 (1) 2911000 ext. 3184-3505', 'fiscalia231.libertadformsexbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3310, 3310, '57 (1) 2-015854 ext. ', 'f232lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3311, 3311, '57 (1) 2911000 ext. 3486', 'f233lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3312, 3312, '57 (1) 2015854 ext. ', 'fiscalia234.libertadformsexbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3313, 3313, '57 (1) 2911000 ext. 3499', 'f235lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3314, 3314, '57 (1) 2-015712 ext. ', 'f251lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3315, 3315, '57 (1) 2911000 ext. 3015', 'f267lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3316, 3316, '57 (1) 2911000 ext. 3299-3468-3299', 'f268lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3317, 3317, '57 (1) 2911000 ext. 3804', 'f269lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3318, 3318, '57 (1) 2-015712 ext. ', 'f272dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3319, 3319, '57 (1) 2911000 ext. 3019', 'f289dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3320, 3320, '57 (1) 2911000 ext. 3146-3346-3184-3505', 'f319lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3321, 3321, '57 (1) 2015712 ext. ', 'f332lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3322, 3322, '57 (1) 2911000 ext. 3347-3184-3505', 'f341lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3323, 3323, '57 (1) 3750342 ext. ', 'f357dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3324, 3324, '57 (1) 2015712 ext. ', 'f363dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3325, 3325, '57 (1) 2911000 ext. 3299-3468', 'f367dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3326, 3326, '57 (1) 3750342 ext. ', 'f368dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3327, 3327, '57 (1) 2971000 ext. 3820- 3111', 'fisorebog@fiscalia.gov.co; f66orebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3328, 3328, '57 (1) 2971000 ext. 3303', 'f113orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3329, 3329, '57 (1) 2971000 ext. 3145-3128', 'f60orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3330, 3330, '57 (1) 2971000 ext. 3155-3931', 'f172orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3331, 3331, '57 (1) 2971000 ext. 3075', 'f75orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3332, 3332, '57 (1) 2971000 ext. 3076-3117', 'f242orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3333, 3333, '57 (1) 2971000 ext. 3074-3375', 'f365orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3334, 3334, '57 (1) 2971000 ext. 3073', 'f69orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3335, 3335, '57 (1) 2971000 ext. 3055-3617', 'f79orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3336, 3336, '57 (1) 2971000 ext. 3058-3633', 'f58orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3337, 3337, '57 (1) 2971000 ext. 3002', 'f61orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3338, 3338, '57 (1) 2971000 ext. 3063', 'f76orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3339, 3339, '57 (1) 2971000 ext. 3150', 'f76orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3340, 3340, '57 (1) 2971000 ext. 3151', 'f63orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3341, 3341, '57 (1) 2971000 ext. 3065-3122', 'f65orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3342, 3342, '57 (1) 2971000 ext. 3158-3159', 'f349orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3343, 3343, '57 (1) 2971000 ext. 3164', 'f366orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3344, 3344, '57 (1) 2971000 ext. 3399-3398', 'f68orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3345, 3345, '57 (1) 2971000 ext. 3248-3449', 'fissepbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3346, 3346, '57 (1) 2971000 ext. 3006', 'f06segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3347, 3347, '57 (1) 2971000 ext. 3459', 'f22segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3348, 3348, '57 (1) 2971000 ext. 3249', 'f31segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3349, 3349, '57 (1) 2971000 ext. 3455', 'f50segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3350, 3350, '57 (1) 2971000 ext. 3443', 'f84segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3351, 3351, '57 (1) 2971000 ext. 3255', 'f117segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3352, 3352, '57 (1)2971000 ext. 3263', 'f187segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3353, 3353, '57 (1)2971000 ext. 3262', 'f205segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3354, 3354, '57 (1) 2971000 ext. 3174', 'f244segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3355, 3355, '57 (1) 2971000 ext. 3250', 'f250sepbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3356, 3356, '57 (1) 2971000 ext. 3254', 'f254sepbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3357, 3357, '57 (1) 2971000 ext. 3256', 'f256segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3358, 3358, '57 (1) 2971000 ext. 3257', 'f257segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3359, 3359, '57 (1) 2971000 ext. 3258', 'f258segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3360, 3360, '57 (1) 2971000 ext. 3251', 'f262segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3361, 3361, '57 (1) 2971000 ext. 3266', 'f266segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3362, 3362, '57 (1) 2971000 ext. 3271', 'f271segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3363, 3363, '57 (1) 2971000 ext. 3711', 'f301segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3364, 3364, '57 (1) 2971000 ext. 3133', 'f340segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3365, 3365, '57 (1) 2971000 ext. 3340', 'f358segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3366, 3366, '57 (1) 2971000 ext. 3235', 'fsegpubog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3367, 3367, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ; 57 (1) 3704370 ; 57 (1) 2370822; 57 3183418183 ext. 104-105', 'f133linbog@fiscalia.gov.co; f133jpabog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3368, 3368, '57 (1) 3510085 ;57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 125', 'f025linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3369, 3369, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 113-133', 'f267linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3370, 3370, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 140-111', 'f344linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3371, 3371, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 127-110', 'gloria.saenz@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3372, 3372, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 135-111', 'maria.arrieta@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3373, 3373, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 120', 'f348linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3374, 3374, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 124-112', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3375, 3375, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 137', 'f135linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3376, 3376, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 136', 'f194linbog@fiscalia.gov.co; gloria.zambrano@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3377, 3377, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 134', 'f255linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3378, 3378, '57 (1) 3510085; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 139-110', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3379, 3379, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 129', 'gloria.saenz@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3380, 3380, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 138', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3381, 3381, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 123-107', 'f350linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3382, 3382, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 128', 'f351linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3383, 3383, '57 (1) 3510085 ;57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 131', 'f352linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3384, 3384, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 132', 'f354linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3385, 3385, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 119', 'f355linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3386, 3386, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 121', 'f356linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3387, 3387, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 130', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3388, 3388, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3389, 3389, '57 (1) 3510085; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3390, 3390, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3391, 3391, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3392, 3392, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3393, 3393, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3394, 3394, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3395, 3395, '57(1) 2844775 - 57(1) 2839710 ext. 128-138', 'fistrsbog@fiscalia.gov.co; leonel.onofre@fiscalia.gov.co', 'Cll. 12B No. 7-60 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3396, 3396, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co;fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3397, 3397, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3398, 3398, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3399, 3399, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3400, 3400, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3401, 3401, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3402, 3402, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3403, 3403, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3404, 3404, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3405, 3405, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3406, 3406, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3407, 3407, '57 (1) 8535362 ext. ', '', 'Cll. 4 No. 3-21 Piso 2 Palacio de Justicia / Gachetá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3408, 3408, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3409, 3409, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3410, 3410, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3411, 3411, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3412, 3412, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3413, 3413, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3414, 3414, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3415, 3415, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3416, 3416, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3417, 3417, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3418, 3418, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3419, 3419, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3420, 3420, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3421, 3421, '57(1) 2839710 ext. 142', 'nhora.ferreira@fiscalia.gov.co', 'Cll.12 B No. 7 - 60 Piso 6° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3422, 3422, '57(1) 2839710 ext. 143', 'f012tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 6° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3423, 3423, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3424, 3424, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3425, 3425, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3426, 3426, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3427, 3427, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3428, 3428, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3429, 3429, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3430, 3430, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3431, 3431, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3432, 3432, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3433, 3433, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3434, 3434, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3435, 3435, '57 (1) 8311743/34 ext. ', '', 'Cll. 19 No.8-48 Barrio Granada / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3436, 3436, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3437, 3437, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3438, 3438, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3439, 3439, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3440, 3440, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3441, 3441, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3442, 3442, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3443, 3443, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3444, 3444, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3445, 3445, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3446, 3446, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3447, 3447, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3448, 3448, '57 (1) 7694911- ;57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3449, 3449, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3450, 3450, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3451, 3451, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3452, 3452, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3453, 3453, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3454, 3454, '57 (1) 7694911- ;57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3455, 3455, '57 (1) 7694911- ;57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3456, 3456, '57 (1) 7694911- 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3457, 3457, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3458, 3458, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3459, 3459, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3460, 3460, '57 (1) 5894444 ext. 1380', 'fislo1bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3461, 3461, '57 (1) 5894444 ext. 1128', 'fis2loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3462, 3462, '57 (1)5894444 ext. 1110', 'fis4loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3463, 3463, '57 (1) 5894444 ext. 1135', 'f007lo01bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3464, 3464, '57 (1) 5894444 ext. 1130', 'f009lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3465, 3465, '57 (1) 5894444 ext. 1108', 'f0101bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3466, 3466, '57 (1) 5894444 ext. 1106', 'f011lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3467, 3467, '57 (1) 5894444 ext. 1120', 'f17loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3468, 3468, '57 (1) 5894444 ext. 1123', 'f101lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3469, 3469, '57 (1) 5894444 ext. 1391', 'f108loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3470, 3470, '57 (1) 5894444 ext. 1402', 'f176lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3471, 3471, '57 (1) 5894444 ext. 1404', 'f177locbog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3472, 3472, '57 (1) 5894444 ext. 1399', 'f178locbog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3473, 3473, '57 (1) 5894444 ext. 1398', 'f180loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3474, 3474, '57 (1) 5894444 ext. 1390', 'f184locbog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3475, 3475, '57 (1) 5894444 ext. 1395', 'f186lo01bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3476, 3476, '57 (1) 5894444 ext. 1407', 'f190lo01bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3477, 3477, '57 (1) 5894444 ext. 1388', 'f192loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3478, 3478, '57 (1) 5894444 ext. 1113', 'f204lo01bog@fiiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3479, 3479, '57 (1) 5894444 ext. 1127', 'f275lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3480, 3480, '57 (1) 5894444 ext. 1387', 'f337lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3481, 3481, '57 (1) 3347893 ext. ', 'f148lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3482, 3482, '57 (1) 5894444 ext. 1183-1210', 'fislo2bog@fiscalia.gov.co; f020lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3483, 3483, '57 (1) 5894444 ext. 1193', 'f153lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3484, 3484, '57 (1) 5894444 ext. 1181', 'f22lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3485, 3485, '57 (1) 5894444 ext. 1182', 'f27lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3486, 3486, '57 (1) 5894444 ext. 1185', 'f31lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3487, 3487, '57 (1) 5894444 ext. 1186', 'f37lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3488, 3488, '57 (1) 5894444 ext. 1188', 'f38lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3489, 3489, '57 (1) 5894444 ext. 1160', 'f110lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3490, 3490, '57 (1) 5894444 ext. 1190', 'f179lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3491, 3491, '57 (1) 5894444 ext. 1174', 'f197lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3492, 3492, '57 (1) 5894444 ext. 1172', 'f221lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3493, 3493, '57 (1) 5894444 ext. 1169', 'f223lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3494, 3494, '57 (1) 5894444 ext. 1227', 'f224lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3495, 3495, '57 (1) 5894444 ext. 1229', 'f29lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3496, 3496, '57 (1) 5894444 ext. 1200', 'f30lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3497, 3497, '57 (1) 5894444 ext. 1228', 'f139lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3498, 3498, '57 (1) 5894444 ext. 1223', 'f151lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3499, 3499, '57 (1) 5894444 ext. 1225', 'f196lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3500, 3500, '57 (1) 5894444 ext. 1215', 'f218lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3501, 3501, '57 (1) 5894444 ext. 1214', 'f225lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3502, 3502, '57 (1) 5894444 ext. 1213', 'f246lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3503, 3503, '57 (1) 5894444 ext. 1537', 'f121lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3504, 3504, '57 (1) 5894444 ext. 1230-1200-1229', 'fislo3bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3505, 3505, '57 (1) 5894444 ext. 1217-1228-1227', 'f040lo3bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3506, 3506, '57 (1) 5894444 ext. 1217-1193-1206', 'f053lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3507, 3507, '57 (1) 5894444 ext. 1217-1220-1219', 'f054lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3508, 3508, '57 (1) 5894444 ext. 1217-1214-1213', 'f103lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3509, 3509, '57 (1) 5894444 ext. 1217', 'f229lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3510, 3510, '57 (1) 5894444 ext. 1217', 'f266lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3511, 3511, '57 (1) 3347893 ext. ', 'f045lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3512, 3512, '57 (1) 3347893 ext. ', 'f047lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3513, 3513, '57 (1) 3347893 ext. ', 'f100lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3514, 3514, '57 (1) 3347893 ext. ', 'f112lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3515, 3515, '57 (1) 3347893 ext. ', 'f141lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3516, 3516, '57 (1) 8466442 ext. ', '', 'Cll. 3 No. 1-36 Centro Piso 1 / Guaduas / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3517, 3517, '57 (1) 3347893 ext. ', 'f251lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3518, 3518, '57 (1) 3347893 ext. ', 'f254lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3519, 3519, '57 (1) 3347893 ext. ', 'f257lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3520, 3520, '57 (1) 3347893 ext. ', 'f260lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3862, 3862, '57 (8) 710552 ext. ', 'f06secnei@fiscalia.gov.co', 'Cra. 9 No.6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3521, 3521, '57 (1) 3347893 ext. ', 'f263lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3522, 3522, '57 (1) 3347893 ext. ', 'f270lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3523, 3523, '57 (1) 3347893 ext. ', 'f335lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3524, 3524, '57 (1) 5894444 ext. 1571-1240-1237', 'fislo4bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3525, 3525, '57 (1) 5894444 ext. 1369-1370', 'fl105loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3526, 3526, '57 (1) 5894444 ext. 1345-1358', 'fl118loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3527, 3527, '57 (1) 5894444 ext. 1257-1571', 'fl119loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3528, 3528, '57 (1) 5894444 ext. ', 'fl120loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3529, 3529, '57 (1) 5894444 ext. 1340-1341', 'fl127loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3530, 3530, '57 (1) 5894444 ext. 1571-1241', 'fl128loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3531, 3531, '57 (1) 5894444 ext. 1367-1343', 'fl130loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3532, 3532, '57 (1) 5894444 ext. 1366-1365', 'fl131loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3533, 3533, '57 (1) 5894444 ext. 1239-1244', 'fl149loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3534, 3534, '57 (1) 5894444 ext. 1379-1376', 'fl152loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3535, 3535, '57 (1) 5894444 ext. 1350-1260', 'fl130loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3536, 3536, '57 (1) 5894444 ext. 1351-1353', 'fl159loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3537, 3537, '57 (1) 5894444 ext. 1259-1252', 'fl160loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3538, 3538, '57 (1) 5894444 ext. 1253-1258', 'fl163loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3539, 3539, '57 (1) 5894444 ext. 1249-1256', 'fl166loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3540, 3540, '57 (1) 5894444 ext. ', 'fl168loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3541, 3541, '57 (1) 5894444 ext. 1339-1393', 'fl189loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3542, 3542, '57 (1) 5894444 ext. 1346', 'fl315loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3543, 3543, '57 (1) 5894444 ext. ', 'fl336loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3544, 3544, '57 (1) 5894444 ext. 1310-1311-1270-1271', 'fislo5bog@fiscalia.gov.co ; diego.merchan@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3545, 3545, '57 (1) 5894444 ext. ', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3546, 3546, '57 (1) 5894444 ext. 1301', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3547, 3547, '57 (1) 5894444 ext. 1293', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3548, 3548, '57 (1) 5894444 ext. 1292', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3549, 3549, '57 (1) 5894444 ext. 1278', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3550, 3550, '57 (1) 5894444 ext. 1273', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3551, 3551, ';57 (1) 7175266 ext. ', 'fiscjcbog@fiscalia.gov.co', 'Transversal 73 No. 70 A -04 Sur La Casona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3552, 3552, '57 (1) 5894444 ext. 1290', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3553, 3553, '57 (1) 5894444 ext. 1291', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3554, 3554, '57 (1) 5894444 ext. 1311', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3555, 3555, '57 (1) 5894444 ext. 1333', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3556, 3556, '57 (1) 5894444 ext. 1315', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3557, 3557, '57 (1) 5894444 ext. 1317', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3558, 3558, '57 (1) 5894444 ext. 1318', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3559, 3559, '57 (1) 5894444 ext. 1326', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3560, 3560, '57 (1) 5894444 ext. 1372', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3561, 3561, '57 (1) 5894444 ext. 1316', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3562, 3562, '57 (1) 5894444 ext. 1275', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3563, 3563, '57 (1) 5894444 ext. 1335', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3564, 3564, '57 (1) 5894444 ext. 1294', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3565, 3565, '57 (1) 5894444 ext. 1328', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3566, 3566, '57 (1) 5894444 ext. 1314', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3567, 3567, '57 (1) 5894444 ext. 1167-1233-1502-1235-1234', 'inaalibog@fiscalia.gov.co', 'Cra. 13 No. 18-51 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3568, 3568, '57 (1) 5894444 ext. ', 'inaalimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3569, 3569, '57 (1) 5894444 ext. ', 'fis015alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3570, 3570, '57 (1) 5894444 ext. ', 'fis033alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3571, 3571, '57 (1) 5894444 ext. ', 'fis055alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3572, 3572, '57 (1) 5894444 ext. ', 'fis080alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3573, 3573, '57 (1) 5894444 ext. ', 'fis081alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3574, 3574, '57 (1) 5894444 ext. ', 'fis098alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3575, 3575, '57 (1) 5894444 ext. ', 'fis104alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3576, 3576, '57 (1) 5894444 ext. ', 'fis107alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3577, 3577, '57 (1) 5894444 ext. ', 'fis122alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3578, 3578, '57 (1) 5894444 ext. ', 'fis125alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3579, 3579, '57 (1) 5894444 ext. ', 'fis135alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3580, 3580, '57 (1) 5894444 ext. ', 'fis140alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3581, 3581, '57 (1) 5894444 ext. ', 'fis144alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3582, 3582, '57 (1) 5894444 ext. ', 'fis145alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3583, 3583, '57 (1) 5894444 ext. ', 'fis158alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3584, 3584, '57 (1) 5894444 ext. ', 'fis182alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3585, 3585, '57 (1) 5894444 ext. ', 'fis217alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3586, 3586, '57 (1) 5894444 ext. ', 'fis243alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3587, 3587, '57 (1) 5894444 ext. ', 'fis258alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3588, 3588, '57 (1) 5894444 ext. ', 'fis340alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3589, 3589, '57 (1) 5894444 ext. ', 'fis020alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3590, 3590, '57 (1) 5894444 ext. ', 'fis039alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3591, 3591, '57 (1) 5894444 ext. ', 'fis236alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3592, 3592, '57 (1) 5894444 ext. ', 'fis138alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3593, 3593, '57 (1) 5894444 ext. ', 'fis231alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3594, 3594, '57 (1) 5894444 ext. ', 'fis143alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3595, 3595, '57 (1) 5894444 ext. ', 'fis248alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3596, 3596, '57 (1) 5894444 ext. ', 'fis023alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3597, 3597, '57 (1) 5894444 ext. ', 'fis064alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3598, 3598, '57 (1) 5894444 ext. ', 'fis070alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3599, 3599, '57 (1) 5894444 ext. ', 'fis087alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3600, 3600, '57 (1) 5894444 ext. ', 'fis150alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3601, 3601, '57 (1) 5894444 ext. ', 'fis191alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3602, 3602, '57 (1) 5894444 ext. ', 'fis247alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3603, 3603, '57 (1) 5894444 ext. ', 'fis289alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3604, 3604, '57 (1) 5894444 ext. ', 'fis294alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3605, 3605, '57 (1) 5894444 ext. ', 'fis299alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3606, 3606, '57 (1) 5894444 ext. ', 'fis328alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3607, 3607, '57 (1) 5894444 ext. ', 'fis041alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3608, 3608, '57 (1) 5894444 ext. ', 'fis044alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3609, 3609, '57 (1) 5894444 ext. ', 'fis065alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3610, 3610, '57 (1) 5894444 ext. ', 'fis067alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3611, 3611, '57 (1) 5894444 ext. ', 'fis090alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3612, 3612, '57 (1) 5894444 ext. ', 'fis106alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3613, 3613, '57 (1) 5894444 ext. ', 'fis126alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3614, 3614, '57 (1) 5894444 ext. ', 'fis171alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3615, 3615, '57 (1) 5894444 ext. ', 'fis220alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3616, 3616, '57 (1) 5894444 ext. ', 'fis255alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3617, 3617, '57 (1) 5894444 ext. ', 'fis271alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3618, 3618, '57 (1) 5894444 ext. ', 'fis283alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3619, 3619, '57 (1) 5894444 ext. ', 'fis338alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3620, 3620, '57 (1) 5876120 ext. 1301-1400-1401-1492-1402-1406', 'fisassbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3621, 3621, '57 (1) 8573214 ext. ', '', 'Cll. 3 No. 3-66 Piso 2 / Guasca / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3622, 3622, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3623, 3623, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3624, 3624, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3625, 3625, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'f055orebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3626, 3626, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3627, 3627, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3628, 3628, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3629, 3629, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3630, 3630, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3631, 3631, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3632, 3632, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3633, 3633, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'luis.valero@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3634, 3634, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'willia.gomez@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3635, 3635, '57 (1) 2971000 ext. 3628-3029', 'fisesabog@fiscalia.gov.co; nelly.peñalosa@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3636, 3636, '57 (1) 2971000 ext. 3028', 'f028esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3637, 3637, '57 (1) 2971000 ext. 3131', 'f029esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3638, 3638, '57 (1) 2971000 ext. 3888', 'f131esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3639, 3639, '57 (1) 2971000 ext. 3325', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3640, 3640, '57 (1) 2971000 ext. 3619', 'f153esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3641, 3641, '57 (1) 2971000 ext. 3288', 'f208esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3642, 3642, '57 (1) 2971000 ext. 3013', 'f313loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3643, 3643, '57 (1) 2971000 ext. 3951', 'f73loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3644, 3644, '57 (1) 2971000 ext. 3856', 'f94loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3645, 3645, '57 (1) 2971000 ext. 3113', 'f113loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3646, 3646, '57 (1) 2971000 ext. 3269', 'f133esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3647, 3647, '57 (1) 2971000 ext. 3025', 'f146edabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3648, 3648, '57 (1) 2971000 ext. ', 'f170loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3649, 3649, '57 (1) 2971000 ext. ', 'f174loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3650, 3650, '57 (1) 2971000 ext. 3086', 'f175loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3651, 3651, '57 (1) 2971000 ext. 3610', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3652, 3652, '57 (1) 2971000 ext. 3726', 'f205loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3653, 3653, '57 (1) 2971000 ext. 4025', 'f269esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3654, 3654, '57 (1) 2971000 ext. 3923', 'f288loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3655, 3655, '57 (1) 2971000 ext. 3026', 'f326loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3656, 3656, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3657, 3657, '57 (1) 8751642 ext. ', 'fiscalia.lacalerabog@fiscalia.gov.co', 'Cll. 6 No. 39 C.C. Andino Parque ; Principal. Piso 3 / La Calera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3658, 3658, '57 (1) 8751642 ext. ', 'fiscalia.lacalerabog@fiscalia.gov.co', 'Cll. 6 No. 39 C.C. Andino Parque ; Principal. Piso 3 / La Calera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3659, 3659, '57 (1) 8751642 ext. ', 'fiscalia.lacalerabog@fiscalia.gov.co', 'Cll. 6 No. 39 C.C. Andino Parque ; Principal. Piso 3 / La Calera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3660, 3660, '57 (1) 2839710 ext. 116', 'f017tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3661, 3661, '57(1) 2839710 ext. 123', 'f022tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3662, 3662, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3663, 3663, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3664, 3664, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3665, 3665, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3666, 3666, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3667, 3667, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3668, 3668, '57 (1) 2839710 ext. 135', 'f027tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3669, 3669, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co; adelina.fonseca@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3670, 3670, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co;blanca.carrero@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3671, 3671, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co;alisidro@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3672, 3672, '57 (1) 2839710 ext. 120', 'f034tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3673, 3673, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3674, 3674, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3675, 3675, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3676, 3676, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3677, 3677, '57(1) 2839710 ext. 107', 'f035tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3678, 3678, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3679, 3679, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3680, 3680, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3681, 3681, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3682, 3682, '57 (1) 2839710 ext. 108', 'f038tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3683, 3683, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissaubog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3684, 3684, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissaubog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3685, 3685, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissasbog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3686, 3686, '57 (1) 6826109 -;57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissasbog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3687, 3687, '57 (1) 6818538 ext. ', 'fiscjsbog@fiscalia.gov.co', 'Cll. 146 A No. 94 A -05 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3688, 3688, '57 (1) 2012420-;57 (1) 2471001 ext. ', 'fiscjmbog@fiscalia.gov.co', 'Cra. 21 No. 14-75 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3689, 3689, '57 (1) 7795326 ext. ', 'fiscjbbog@fiscalia.gov.co', 'Cra. 81 D No. 59- A -59 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3690, 3690, '57 (1) 7660000 ext. ', 'fiscjubog@fiscalia.gov.co', 'Cll. 5 N 4 - 53 Usme / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3691, 3691, ' ext. ', 'fissaucbog@fiscalia.gov.co;fissaujefbog@fiscalia.gov.co', 'Transversal 73 D Avda.. 1 Mayo 38 C -72 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3692, 3692, ' ext. ', 'fissaucbog@fiscalia.gov.co;fissaujefbog@fiscalia.gov.co', 'Cll. 19 No. 99-67 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3693, 3693, ' ext. ', 'fissaucbog@fiscalia.gov.co;fissaujefbog@fiscalia.gov.co', 'Cll. 31 Sur No. 3 C - 67 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3694, 3694, '57 (1) 4238230 ext. 1199-1200', 'fisarcbog@fiscalia.gov.co', 'Cll. 18 No. 68 A -69 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3695, 3695, '57(5) 6569696 ext. ', 'dirfiscal@fiscalia.gov.co ;dirsec.bolivar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 ;Barrio Crespo; Edificio Hocol - Piso 4 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3696, 3696, '57(5) 6569696 ext. 1401 -1411', 'dirfiscar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3697, 3697, ';57(5) 6569696 ext. 1200', 'ricaurte.rivera@fiscalia.gov.co;subdir.poljudicialbol@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 ;Barrio Crespo; Edificio Hocol - Piso 4 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3698, 3698, '57 (5) 656 9696 ext. 1533', 'fisasicar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3699, 3699, '57 (5) 656 9696 ext. 1206', 'fiscoosaucar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3700, 3700, '57 (5) 656 9696 ext. 1516', 'fisadpcar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3701, 3701, '57 (5) 656 9696 ext. 1418', 'fispaecar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3702, 3702, '57 (5) 656 9696 ext. 1514', 'fisloccar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3703, 3703, '57 (1) 2839710 ext. 141', 'f40tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 6° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3704, 3704, '57 (5) 661 3720 ext. 57 (5) 661 3720', 'fiscjccar@fiscalia.gov.co', 'Barrio Chiquinquirá, Carretera principal del Barrio Olaya / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3705, 3705, '57 ( 5 ) 667 7134 ext. 57 (5) 667 7134', 'ficjcocar@fiscalia.gov.co', 'Barrio Country, Mz. 1 Lote 1 Parque de La Convivencia / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3706, 3706, '57 (5) 663 7834 ext. 57 (5) 663 7834', 'fiscalia.turbacocar@fiscalia.gov.co', 'Cll. Las Flores No. 8 - 56 / Turbaco / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3707, 3707, '57 (5) 686 0216 ext. 57 (5) 686 0216', 'fiscalia.carmendebolivarcar@fiscalia.gov.co', 'Edf. Telecom P. 2 / Carmen de Bolívar / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3708, 3708, '57 (5) 687 6666 ext. 57 (5) 687 6666', 'adrianafelix@fiscalia.gov.co', 'Avda. Colombia No. 13 - 80 / Magangué / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3709, 3709, '57 (6) 8928280 ext. ', 'dirsec.caldas@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 2 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3710, 3710, '57 (6) 8928280 ext. 1215', 'subdir.poljudicialcald@fiscalia.gov.co ;ctisecasistman@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 803 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3711, 3711, '57 (6) 8928280 ext. 1102 - 1237', '', 'Cra. 23 No. 20 - 40 P 1 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3712, 3712, '57 (6) 8928280 ext. 1104-1244-1245', '', 'Cra. 23 No. 20 - 40 P 1 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3713, 3713, '57 (5) 656 9696 ext. 1576', 'fisuricar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3714, 3714, '57 (5) 629 7161 ext. 57 (5) 629 7161', 'fiscalia.starosantecar@fiscalia.gov.co', 'Cll. Media Luna Edf. Don Miguel / Santa Rosa de Lima / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3715, 3715, '57 (5) 656 9696 ext. 1416', 'fisespcar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3716, 3716, '57 (5) 656 0242 ext. 57 (5) 656 0242', 'fislincar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3717, 3717, '57 ( 5 ) 6560291 ext. 57 (5) 656 0291', 'fiscavcar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3718, 3718, '57 (5) 656 9696 ext. 1560 - 1563 - 1435', 'fisesacar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3719, 3719, '57 (5) 656 0291 ext. 57 (5) 656 0291', 'fiscaicar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3720, 3720, '57 (6) 8841180 ext. ', 'fiscalia001.saumanizales@fiscalia.gov.co', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3721, 3721, '57 (6) 8862976 ext. ', '', 'Cll. 53 No. 25 A - 35 P 1 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3722, 3722, '57 (6) 8928280 ext. 1233', 'subdir.fiscaliascald@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 P 9 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3723, 3723, '57 (6) 8928291 ext. 1189 - 1190', '', 'Cra. 23 No. 20 - 40, P 9 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3724, 3724, '57 (6) 8844688 ext. 104-105-106-109', '', 'Cra. 18 Nro 27 - 27 Nivel 3 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3725, 3725, '57 (6) 8928082 ext. 1167-1168-1176', '', 'Cra. 23 No. 20 - 40 P 7 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3726, 3726, '57 (6) 8928280 ext. 1170-1171-1174 1175-1181-1182', 'fiscalia013.vidamanizales@fiscalia.gov.co fiscalia021.vidamanizales@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 7 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3727, 3727, '57 (6) 8842752 ext. ', 'fiscalia023.libertadman', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3728, 3728, '57 (6) 8847624 ext. ', '', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3729, 3729, '57 (6) 8928280 ext. 1138 -1140 - 1130', 'fiscalia015.fepublicaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 4 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3730, 3730, '57 (6) 8928280 ext. 1126 - 1127 - 1142 1152 - 1125 - 1129', 'fiscalia001.adminpublicaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 4 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3731, 3731, '57 (6) 8928291 ext. 1133 - 1134 - 1135 1136 - 1137 - 1139', 'fiscalia012.segpublicaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 4 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3732, 3732, '57 (6) 8514452 ext. ', '', 'Cll. 6 No. 5 - 23 - P 2 / Aguadas / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3733, 3733, '57 (6) 8533834 ext. ', 'fiscalia002.secansermaman@fiscalia.gov.co', 'Cll. 6 entre Cra. 4 y 5 Palacio de Justicia P 3 / Anserma / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3734, 3734, '57 (6) 8505975 57 (6) 8506147 ext. ', '', 'Cra. 8 Cll. 11 Esquina Palacio Municipal, P 4 / Chinchiná / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3735, 3735, '57 (6) 8575756 57 (6) 8575756 57 (6) 8574122 57 (6) 8571992 ext. ', 'fiscalia004.secladoradaman@fiscalia.gov.co', 'Cra. 14 No. 5 - 26, P 5, Edf Capricentro. / La Dorada / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3736, 3736, '57 (6) 8550674 ext. ', 'fiscalia001.secmanzanaresman@fiscalia.gov.co', 'Cra. 4 No. 6 - 32, Edf. Cultural y de la Juventud, 3 / Manzanares / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3737, 3737, '57 (6) 8592797 57 (6) 8599114 ext. ', 'fiscalia002.secriosucioman@fiscalia.gov.co', 'Cra. 5 No. 12 - 117, Avda.. Fundadores, P 2 / Riosucio / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3738, 3738, '57 (6) 8596266 ext. ', 'fiscalia001.secsalaminaman@fiscalia.gov.co', 'Cll. 10 No. 6 - 39 / Salamina / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3739, 3739, '57 (6) 8928291 ext. 1179 - 1247', '', 'Cra. 23 No. 20 - 40, P 6 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3740, 3740, '57 (6) 8928280 ext. 1191 - 1192', 'fiscalia001.especializadaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 9 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3742, 3742, '57 (6) 8574550 ext. ', 'fiscalia001.locladoradaman@fiscalia.gov.co', 'Cra. 14 No. 5 - 26, P 4, Edf Capricentro. / La Dorada / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3743, 3743, '57 (6) 8928280 ext. 1149', 'ctiinvman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 P 5 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3744, 3744, '57 (6) 8850203 ext. ', 'ctiinvman@fiscalia.gov.co', 'Cll. 53 No. 25 A - 35 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3745, 3745, '57 (6) 8928280 ext. 1283', 'pablo.florez@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 804 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3746, 3746, '57 (6) 8928280 ext. 1256', 'luis.ossa@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 804 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3747, 3747, '57 (6) 8928280 ext. 1276', 'ctiinvman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 P 5 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3748, 3748, '57 (6) 8803137 ext. ', 'ctiuriman@fiscalia.gov.co', 'Cra. 20 A No. 24 - 46 P 5 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3749, 3749, '57 (6) 8928280 ext. 1197', 'cticriman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1001 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3750, 3750, '57 (6) 8928280 ext. 1202 1203', 'ctibalman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3751, 3751, '57 (6) 8928280 ext. 1198 1199', 'ctidocman2@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3752, 3752, '57 (6) 8928280 ext. 1206', 'cticriman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1002 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3753, 3753, '57 (6) 8928280 ext. 1201 1211', 'ctilofman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3754, 3754, '57 (6) 8928280 ext. 1200', 'cticriman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3755, 3755, '57 (6) 8928280 ext. 1204', 'ctinnsman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1002 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3756, 3756, '57 (6) 8928280 ext. 1217 1212', 'cti.sacmanizales@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 802 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3757, 3757, '57 (6) 8928280 ext. 1251', 'edwin.romero@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 801 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3758, 3758, '57 (6) 8928280 ext. 1243 1253', 'cti.sacmanizales@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 802 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3759, 3759, '57 (6) 8928280 ext. 1254', 'cti.sacmanizales@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 802 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3760, 3760, '57 (8) 4351052 -57 (8) 4358352 -57 (8) 4349821 ext. 135', 'dirsec.caqueta@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3761, 3761, ' ext. ', 'dirsec.caqueta@fiscalia.gov.co ;dirfisflo@fiscalia.gov.co;', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3762, 3762, ' ext. ', 'andres.calle@fiscalia.gov.co ;dirctiflor@fiscalia.gov.co', 'Cra. 11 No. 5 - 32;Avda.. Los Fundadores / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3763, 3763, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 139', 'martin.velasco@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3764, 3764, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 139', 'martin.velasco@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3765, 3765, '57 (8) 4351052 ext. 132-133-134-135-136', 'alexander.lopez@fiscalia.gov.co jose.ardila@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 211 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3766, 3766, '57 (8) 4351052 ext. ', 'mildreth.rodriguez@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3767, 3767, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. ', 'diego.ramirez@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3768, 3768, '57 (8) 4355498 ext. ', 'asbleidi.pulido@fiscalia.gov.co - yenny.rodriguez@fiscalia.gov.co', 'Cra. 4 No. 15 - 44 - Barrio El Povenir / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3769, 3769, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 140', 'osiris.rojas@fiscalia.gov.co - nubia.lopez@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3770, 3770, ' ext. ', 'luz.nunez@fiscalia.gov.co - jaime.cicery@fiscalia.gov.co', 'Cra. 8 con Cll 17 Esquina / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3771, 3771, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 135', 'Subdir.fiscaliascaq@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3772, 3772, '57 (8) 4351052 ext. ', 'mariac.rivera@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3773, 3773, '57 (8) 4351052 ext. ', 'mariac.rivera@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3774, 3774, '57 (8) 4358732 ext. ', 'fisespflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3775, 3775, '57 (8) 4351052 ext. 113', 'libardo.silva@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 108 - 109 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3776, 3776, ' ext. ', 'kristhiam.hurtado@fiscalia.gov.co', 'Cll. 18 No. 11-55 Barrio el Centro / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3777, 3777, '57 (8) 4351052 ext. 105-106', 'juan.novoa@fiscalia.gov.co - oswaldo.garcia@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 107 - 110 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3778, 3778, '57 (8) 4351052 ext. 122', 'fis09secflo@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 103 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3779, 3779, '57 (8) 4358732 ext. ', 'fislocflo@fiscalia.gov.co - f15locflo@fiscalia.gov.co - f05locflo@fiscalia.gov.co - f06locflo@fiscalia.gov.co - f07locflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3780, 3780, '57 (8) 4341701 ext. ', 'luzdary.abril@fiscalia.gov.co', 'Cra. 10 Cll. 18 Esquina Centro - Casa de la Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3781, 3781, ' ext. ', 'fis01gauflo@fiscalia.gov.co', 'Cll. 16 No. 13-67 - Décima Segunda Brigada / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3782, 3782, ' ext. ', 'mariam.bolivar@fiscalia.gov.co', 'Cll. 16 No. 13-67 - Décima Segunda Brigada / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3783, 3783, '57 (8) 4358732 ext. ', 'fisespflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3784, 3784, '57 (8) 4351052 ext. 117-118-119', 'paola.garnica@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3785, 3785, '57 (8) 4351052 ext. 132-133-134-135-136', 'alexander.lopez@fiscalia.gov.co - jose.ardila@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 211 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3786, 3786, '57 (1) 2839710 ext. 121', 'f041tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3787, 3787, '57 (8) 4316212 ext. ', 'fissecbdaflo@fiscalia.gov.co -', 'Cra. 4 No. 4 - 20 / Belén de los Andaquíes / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3788, 3788, '57 (8) 4312138 ext. ', 'fisasipriflo@fiscalia.gov.co - fissecpriflo@fiscalia.gov.co', 'Cra. 7 No. 5 - 49 / Puerto Rico / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3789, 3789, '57 (8) 4316212 ext. ', 'fislocbdaflo@fiscalia.gov.co', 'Cra. 4 No. 4 - 20 / Belén de los Andaquíes / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3790, 3790, '57 (8) 4358732 ext. ', 'fisespflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3791, 3791, '57 (8) 4355498 ext. ', 'milley.ramirez@fiscalia.gov.co - tatiana.vega@fiscalia.gov.co', 'Cra. 4 No. 15 - 44 - Barrio El Povenir / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3792, 3792, '57 (098) 4341701 ext. ', 'fiscavflo@fiscalia.gov.co', 'Cra. 10 Cll. 18 Esquina Centro - Casa de la Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3793, 3793, '57 (8) 4351052 ext. 123', 'joseph.berdugo@fiscalia.gov.co - gustavo.quintero@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 103 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3794, 3794, '57 (8) 464 4006 ext. ', 'jorgee.pena@fiscalia.gov.co', 'Cll. 5 No. 3 - 09 Barrio El Centro / San Vicente del Caguán / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3795, 3795, '57 (8) 431 8443 ext. ', 'fisloccdcflo@fiscalia.gov.co - alexander.suzunaga@fiscalia.gov.co', 'Cll. 3 No. 2 - 37 Centro Comercial El Palmar / Cartagena del Chairá / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3796, 3796, '57(8)6358998 ext. ', 'dirsec.casanare@fiscalia.gov.co', 'Cll. 7 No. 19-35 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3797, 3797, '57(8) 6358006 ext. ', 'subdir.fiscaliascas@fiscalia.gov.co', 'Cra. 22 No. 10A-05 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3798, 3798, '57(8)6354200 ext. ', 'subdir.poljudicialcas@fiscalia.gov.co', 'Cll. 7 No.19-35 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3799, 3799, '57(8)6358219 ext. 13', 'fis13secyop@fiscalia.gov.co', 'Cll. 7 No. 9-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3800, 3800, '57(8)6358219 ext. 25', 'fis25secyop@fiscalia.gov.co', 'Cll. 7 No.19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3801, 3801, '57(8)6358219 ext. 29', 'fis29secyop@fiscalia.gov.co', 'Cll. 7 No. 19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3802, 3802, '57(8)6358219 ext. 31', 'fis31secyop@fiscalia.gov.co', 'Cll. 7 No.19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3803, 3803, '57(8)6358219 ext. 33', 'fis33secyop@fiscalia.gov.co', 'Cll. 7 No.19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3804, 3804, '57 (1) 2839710 ext. 119', 'patricia.ladino@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3805, 3805, '57(8)6353731 ext. ', 'fis3espyop@fiscalia.gov.co', 'Cra. 21 No. 6-64/68 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3806, 3806, '57(8)6358283 ext. 1', '', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3807, 3807, '57(8)6358283 ext. 5', '', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3808, 3808, '57(8)6249227 ext. ', 'fissemon1@fiscalia.gov.co', 'Cra. 6 No.16-30 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3809, 3809, '57(8)6365113 ext. 11', 'fis17oro@fiscalia.gov.co', 'Cll. 2 No.9-80 / Orocué / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3810, 3810, '57(8)6373268 ext. 25', 'fis18secpar@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3811, 3811, '57(8)6373268 ext. 26', 'fis19secpar@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3812, 3812, '57 (1) 2841180 ext. 129', 'dirseccun@fiscalia.gov.co', 'Cra. 10 No. 26-71 Interior 106 Piso 11 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3813, 3813, '57(8) 6358283 ext. ', 'fis30uriyop@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3814, 3814, '57(8)6358948 ext. 13', 'f05gauyopstr@fiscalia.gov.co', 'Cra. 21 No. 6-64/68 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3815, 3815, '57(8)6353731 ext. 15', 'f06espyop@fiscalia.gov.co', 'Cra. 21 No. 6-64/68 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3816, 3816, ' ext. ', 'f37urpayopstr@fiscalia.gov.co', 'Cll. 11 No.18-25 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3817, 3817, ' ext. ', 'f38urpayopstr@fiscalia.gov.co', 'Cll. 11 No.18-25 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3818, 3818, '57(8)6249181 ext. ', 'f38urpamonstr@fiscalia.gov.co', 'Cll. 15 No.11-97 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3819, 3819, ' ext. ', 'f37urpapazstr@fiscalia.gov.co', 'Cra 8 No. 6 - 44 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3820, 3820, '57(8) 6358006 ext. 16', 'fis18cavifyop@fiscalia.gov.co', 'Cra. 22 No.10A-05 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3821, 3821, '57(8) 6358006 ext. 19', 'fis16caivasyop@fiscalia.gov.co', 'Cra. 22 No.10A-05 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3822, 3822, '57 (1) 5893366 ext. 1311', 'dirfiscun@fiscalía.gov.co', 'Cll. 18 A No. 69-76 Zona Industrial Montevideo / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3823, 3823, '57 (1) 5893366 ext. 1311', 'sudir.poljudicialcun@fiscalía.gov.co', 'Cll. 18 A No. 69-76 Zona Industrial Montevideo / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3824, 3824, '57 (1) 2841180 ext. ', 'subdir.apgestioncun@fiscalia.gov.co', 'Cra. 10 No. 26-71 Interior 106 Piso 11 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3825, 3825, '57 (1) 8481339 ext. ', '', 'Cll. 4 No. 3-53 / Cáqueza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3826, 3826, '57 (1) 8562554 ext. ', '', 'Cll. 3 No. 4-04 Piso 3 / Chocontá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3827, 3827, '57 (1) 8429781/ 8437641 ext. ', '', 'Cll. 13 No. 8-20 Piso 2 Barrio Copigue / Facatativá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3828, 3828, '57 (1) 8260845 ext. 127', '', 'Cll. 11 No. 12-44 Piso 3 / Funza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3829, 3829, '57 (1) 8676239 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12No. 16-04 Casa el Molino Piso 2 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3830, 3830, '57 (1) 2839710 ext. 109', 'heardila@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3831, 3831, '57 (1) 8535259 ext. ', '', 'Cll. 4 No. 3-21 Piso 2 Palacio de Justicia / Gachetá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3832, 3832, '57 (1)8311679 ext. ', '', 'Cll. 19 No. 8-48 Barrio Granada / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3833, 3833, '57 (1) 2839710 ext. 133', 'f045tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3834, 3834, '57 (1) 8466337 ext. ', '', 'Cll. 3 No. 1-36 Centro Piso 2 / Guaduas / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3835, 3835, '57 (1) 8472466 ext. ', 'fisseclamecunqfiscalia.gov.co', 'Cll. 8 No.16-28 / La Mesa / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3836, 3836, '57 (1) 8505247 ext. ', 'fiscalia.secpalmacun@fiscalia.gov.co', 'Cll. 6 No. 3-49 Barrio las Puentes / La Palma / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3837, 3837, '57 (1) 8562554 ext. ', '', 'Cll. 3 No. 4-04 Piso 3 / Chocontá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3838, 3838, '57 (1) 8540790 ext. ', '', 'Cll. 6 No. 17-11 Piso 5 / Pacho / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3839, 3839, '57 (1) 8672180 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12 No. 16-04 Casa el Molino Piso 1 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3840, 3840, '57 (1) 8352375 ext. ', '', 'Cra. 12 No.16-33 Piso 3 / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3841, 3841, '57 (1) 8923476 ext. ', 'fislinfaccun@fiscalia.gov.co', 'Cll, 8 No. 2-08 / Facatativá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3842, 3842, '57 (1) 8220494 ext. ', '', 'Cll. 13 Cra. 15 Esquina Primer Piso / Funza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3843, 3843, '57 (1) 8865550 ext. ', '', 'Cra. 6 No. 11-15 Barrio Coburgo Piso 2 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3844, 3844, '57 (1) 8339988 ext. ', '', 'Casa de Justicia Barrio 1 de Enero / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3845, 3845, '57 (1) 8472762 ext. ', 'fisseclamecunqfiscalia.gov.co', 'Cll. 8 N° 16-28 / La Mesa / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3846, 3846, '57 (1) 7220648-49-50 ext. 106', 'fisasisoa@fiscalia.gov.co', 'Cll. 11 No. 6-70 Piso 3 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3847, 3847, '57 (1) 2839710 ext. 103', 'f051tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3848, 3848, '57 (1) 8553485/3075 ext. ', '', 'Cra. 6 No. 8-27 Centro / Ubaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3849, 3849, '57 (1) 8444088 ext. ', '', 'Dg. 1 A No. 11-09 Barrio Bello Horizonte Piso 2 / Villeta / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3850, 3850, '57 (1) 8513338 ext. ', '', 'Cra. 16 No. 4A-74 Algarra III Piso 1 y 2 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3851, 3851, '57 (1) 7220648-49-50 ext. 123', 'fisasisoa@fiscalia.gov.co', 'Cll. 11 No. 6-70 Piso 2 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3852, 3852, '57(8) 5840784 ext. ', 'dirsec.guaviare@fiscalia.gov.co', 'Cll. 10 No. 22-51 Barrio la Esperanza / San José del Guaviare / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3853, 3853, '57 (8) 713351 ext. ', 'dirsec.huila@fiscalia.gov.co', 'Palacio de Justicia - Oficina 608 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3854, 3854, '57 (8) 710657 ext. ', 'subdir.fiscaliashui@fiscalia.gov.co', 'Palacio de Justicia - Oficina 509 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3855, 3855, '57 8713351 ext. ', 'subdir.poljudicial@fiscalia.gov.co', 'Palacio de Justicia - Oficina 802 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3856, 3856, '57 (8) 713119 ext. ', 'f06gaulaneiva@fiscalia.gov.co', 'Cra. 8 No. 6-61 piso 1 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3857, 3857, '57 (8) 710401 ext. ', 'mauricio.gamboa@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3858, 3858, '57 (8) 710401 ext. ', 'f02secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3859, 3859, '57 (8) 710552 ext. ', 'f03secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3860, 3860, '57 (8) 710552 ext. ', 'f04secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3863, 3863, '57 (8) 715474 ext. ', 'fisurinei@fiscalia.gov.co', 'Cll. 9 No. 10 - 36 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3864, 3864, '57 (8) 713119 ext. ', 'f08secnei@fiscalia.gov.co', 'Cra. 8 No. 6 - 61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3865, 3865, '57 (8) 710552 ext. ', 'lilia.ramirez@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3866, 3866, '57 (8) 710552 ext. ', 'f10secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3867, 3867, '57 (8) 710552 ext. ', 'f011secnei@fiscalia.gov.co', 'Cra. 9 No.6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3868, 3868, '57 (1) 7124233 ext. ', '', 'Cll. 11 No. 6-70 Piso 2 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3869, 3869, '57 (1) 8813093-94 ext. ', '', 'Avda.. 15 No. 6-53 Piso 4 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3870, 3870, '57 (1) 8572473 ext. ', '', 'Cra. 4 No. 3 A -11 Piso 2 / Sopo / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3871, 3871, '57 (1) 8645288 ext. ', '', 'Cll. 5 No. 4-30 Centro / Tenjo / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3872, 3872, '57 (1) 7220648-49-50 ext. 232', '', 'Cll. 11 No. 6-70 Piso 1 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3873, 3873, '57 (1) 8892178 ext. ', '', 'Cll. 6 No. 8-87 San Francisco / Ubaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3874, 3874, '57 (1) 8445469 ext. ', '', 'Dg. 1 A No. 11-09 Barrio Bello Horizonte Piso 1 / Villeta / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3875, 3875, '57 (1) 8814646 ext. ', '', 'Avda.. 15 No. 6-53 Piso 2 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3876, 3876, '57 (8) 710721 ext. ', 'rodrigo.collazos@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3877, 3877, '57 (8) 710721 ext. ', 'amanda.vitoviz@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3878, 3878, '57 (8) 718360 ext. ', 'jairo.gonzalez@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3879, 3879, '57 (8) 718360 ext. ', 'magnolia.naranjo@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3880, 3880, '57 (1) 7124133 ext. 16-17', '', 'Cra. 7 No. 17-21 Piso 2 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3881, 3881, '57 (8) 710552 ext. ', 'ivonne.mosquera@fiscalia.gov.co', 'Cra. 9 No.6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3882, 3882, '57 (8) 710552 ext. ', 'caisecnei@fiscalia.gov.co', 'Cra. 5 No. 9 - 47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3883, 3883, '57 (8) 714828 ext. ', 'f14secnei@fiscalia.gov.co', 'Cra. 5 No. 9 - 47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3884, 3884, '57 (8) 710553 ext. ', 'f15asisecnei@fiscalia.gov.co', 'Cll. 9 No. 10 - 36 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3885, 3885, '57 (8)713119 ext. ', 'carivel.vargas@fiscalia.gov.co', 'Cra. 8 No. 6 - 61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3886, 3886, '57 (8) 710401 ext. ', 'f17secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3887, 3887, '57 (8)710680 ext. ', 'f18secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3888, 3888, '57 (8) 710401 ext. ', 'f19secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3889, 3889, '57 (8) 713392 ext. ', 'f20secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3890, 3890, '57 (8) 714828 ext. ', 'patricia.aponte@fiscalia.gov.co', 'Cra. 5 No. 9 - 47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3891, 3891, '57 (8) 332083 ext. ', '', 'Cra. 8 No. 7 - 73 Palacio de Justicia Ofc. 103 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3892, 3892, ' ext. ', '', 'Cra. 8 No. 7-73 Palacio de Justicia Ofc. 103 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3893, 3893, '57 (8) 370933 ext. ', '', 'Cll. 5 No. 4 - 44 Palacio de Justicia 3er. Piso / La Plata / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3894, 3894, '57 (8) 361012 ext. ', 'fissecpitnei@fiscalia.gov.co', 'Cll 5 No. 1 A - 46 piso 1 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3895, 3895, '57 (8)360998 ext. ', 'martha.Lizcano@fiscalia.gov.co', 'Cll 5 No. 1 A - 46 piso 2 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3896, 3896, '57 (8) 360365 ext. ', 'julio.ortiz@fiscalia.gov.co', 'Cll 5 No. 1 A - 46 piso 2 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3897, 3897, '57 (8) 361708 ext. ', 'jose.muñoz@Fiscalía.gov.co', 'Cll 5 No. 1 A - 46 piso 2 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3898, 3898, '57 (8) 8712261 ext. ', 'f001locasinei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3899, 3899, '57 (8) 8712261 ext. ', 'marcela.herrera@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3900, 3900, '57 (1) 2839710 ext. 126', 'jorge.hernandez@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3901, 3901, '57 (8) 8712261 ext. ', 'fiscavnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3902, 3902, ' ext. ', '', 'Cll. 9 No. 10-47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3903, 3903, '57 (8) 8712261 ext. ', 'f006locasinei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3904, 3904, '57 (8) 8712261 ext. ', 'Tania.rodriguez@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3905, 3905, '57 (8) 8712261 ext. ', 'f008locnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3906, 3906, '57 (8) 8712261 ext. ', 'f009locnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3907, 3907, '57 (8) 8712261 ext. ', 'monica.pastrana@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3908, 3908, '57 (8) 8712261 ext. ', 'daniel.garcia@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3909, 3909, '57 (8) 8704033 ext. ', 'fiscjunei@fiscalia.gov.co', 'Cll. 2 C No. 28 14 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3910, 3910, '57 (8) 8712261 ext. ', 'martha.leon@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3911, 3911, '57 (8) 8712261 ext. ', 'alfredo.aljure@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3912, 3912, '57 (8) 8712261 ext. ', 'fislocnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3913, 3913, '57 (8) 8382688 ext. ', 'jorge.parga@fiscalia.gov.co', 'Cra. 5 No. 6 Esquina. Edificio Municipal / Algeciras / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3914, 3914, '57 (8) 389016 ext. ', 'fislocaipnei@fiscalia.gov.co - sandra.jaramillo@fiscalia.gov.co', 'Cll. 4 No. 6-64 - 2o. Piso Barrio La Palmita / Aipe / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3915, 3915, '57 (8) 788580 ext. ', 'sandra.javela@fiscalia.gov.co', 'Palacio Municipal / Baraya / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3916, 3916, '57 (8) 783475 ext. ', 'fislocpalnei@fiscalia.gov.co', 'Cra. 9 No. 9-29 Ofc. 301 Palacio Municipal / Palermo / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3917, 3917, '57 (8) 383962 ext. ', 'fislocyagnei@fiscalia.gov.co', 'Cra. 3 No. 2-05 Piso Edif. Casa Municipal / Yaguará / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3918, 3918, '57 (8) 386815 ext. ', 'miguel.solano@fiscalia.gov.co - fislocrivnei@fiscalia.gov.co', 'Cra. 7A No. 3-59 Piso 3 Edificio Banco Agrario / Rivera / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3919, 3919, '57 (8)381435 ext. ', 'luis.sierra@fiscalia.gov.co', 'Cll. 17 No. 9-06 Ofc. 202 / Campoalegre / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3920, 3920, '57 (8)381435 ext. ', 'marias.munoz@fiscalia.gov.co', 'Cll. 17 No. 9-06 Ofc. 203 / Campoalegre / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3921, 3921, '57 (8) 325594 ext. ', 'fislocgignei@fiscalia.gov.co', 'Cll. 3 No. 3-79 / Gigante / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3922, 3922, '57 (8) 332315 ext. ', 'carlos.yara@fiscalia.gov.co', 'Cll. 8 No. 9-47 - Edificio Nacional / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3923, 3923, '57 (8) 334314 ext. ', 'diana.urriago@fiscalia.gov.co', 'Cll. 8 No. 7-51 - Local 4 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3924, 3924, '57 (8) 334314 ext. ', 'deninson.guevara@fiscalia.gov.co', 'Cll. 8 No. 7-51 - Local 4 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3925, 3925, '57 (8) 327484 ext. ', 'idalid.tafurt@fiscalia.gov.co - fislocpitnei@fiscalia.gov.co', 'Cll. 6 Cra. 10 Esquina / El Pital / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3926, 3926, '57 (8) 370933 ext. ', 'fislocplanei@fiscalia.gov.co', 'Cll. 5 No. 4 - 44 Piso 3 - Palacio de Justicia / La Plata / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3927, 3927, '57 (8) 372360 ext. ', 'norberto.ninco@fiscalia.gov.co', 'Cra. 3 4-41 Segundo piso / La Plata / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3928, 3928, '57 8302731 ext. ', 'fislocaltnei@fiscalia.gov.co', 'Cra. 4 No. 5-73 / Altamira / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3929, 3929, '57(8) 8363421 ext. ', 'leonel.vargas@fiscalia.gov.co', 'Cra.4 No. 3-41 oficina.301 y 302 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3930, 3930, '57(8)8361422 ext. ', 'siliaena.ceballos@fiscalia.gov.co', 'Cll.5 No.1A-46 oficina 102 y103 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3931, 3931, '57(8)8367371 ext. ', 'fislocptanei@fiscalia.gov.co', 'Cll.5 No. 1A-46 oficina 106 y 108 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3932, 3932, '57(8)8363421 ext. ', 'f034lpinei@fiscalia.gov.co', 'Cra.4 No. 3-41 oficina.303 y 304 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3933, 3933, '57(8) 8379349 ext. ', 'fislocsagnei@fiscalia.gov.co', 'Cra. 12 No. 2 - 15 / San Agustín / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3934, 3934, '57(8) 8328052 ext. ', 'fislocisnnei@fiscalia.gov.co', 'Casa Municipal / Isnos / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3935, 3935, '57 837505 ext. ', 'pablo.vargas@fiscalia.gov.co', 'Cra. 4 No. 9-88-PISO 2 - PALACIO MPAL. / Timaná / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3936, 3936, '57 8377202 ext. ', 'edilberto.santos@fiscalia.gov.co', 'Cll. 6 No. 9-20 / Tesalia / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3937, 3937, '57(7) 6113648 ext. 112', 'dirsecmagmed@fiscalia.gov.co', 'Cra. 8 No. 51-48 Antigua Sede D.A.S / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3938, 3938, '57(7) 6113648 ext. 116', 'subdir.fiscaliasmagmed@fiscalia.gov.co', 'Cra. 8 No. 51-48 Antigua Sede D.A.S / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3939, 3939, '57(5)5654420 ext. ', '', 'Cra. 17 No.5 - 81 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3940, 3940, '57(5)5653689 ext. ', '', 'Cra. 17No.5 - 81 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3941, 3941, '57(5)5658272 ext. 107', '', 'Cra. 10 No. 5A - 02 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3942, 3942, '57 (1) 2839710 ext. 112', 'olga.tristancho@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3943, 3943, '57(5)5658272 ext. 110', '', 'Cra. 10 No. 5A - 02 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3944, 3944, '57(7) 6222828 ext. 202', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 216 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3945, 3945, '57(7) 6222828 ext. 203', 'dolly.rodriguez@fiscalia.gov.co', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 209 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3946, 3946, '57(7) 6222828 ext. 133', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 211 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3947, 3947, '57(7)6213652 ext. ', 'fisuribjabuc@fiscalia.gov.co', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 103 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3948, 3948, '57 (6) 326 7673-74 ext. ', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3949, 3949, '57(7) 6222828 ext. 133', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 211 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3950, 3950, '57(7) 6222828 ext. 207', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 210 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3951, 3951, '57(7) 6222828 ext. 203', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 209 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3952, 3952, '57(7) 6222828 ext. 207', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 210 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3953, 3953, '57(7) 6222828 ext. ', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 208 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3954, 3954, '57(7) 6222828 ext. 220', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 214 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3955, 3955, '57(7) 6222828 ext. 221', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 214 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3956, 3956, '57(7) 6222828 ext. 230', 'fislinbjabuc@fiscalia.gov.co', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 212 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3957, 3957, '59 (7)62 60 388 ext. ', 'f001secgilcim@fiscalia.gov.co', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3958, 3958, '59 (7)62 60 388 ext. ', 'f002secgilcim@fiscalia.gov.co', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3959, 3959, '59 (7)62 60 388 ext. ', 'f003secgilcim@fiscalia.gov.co', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3960, 3960, '57(4) 833 3509 ext. ', '', 'Cll. 54 Nro. 6 - 24 PISO 3 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3961, 3961, '57(4) 833 3509 ext. ', '', 'Cll. 54 Nro. 6 - 24 PISO 3 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3962, 3962, '57(4)8331989 ext. ', 'pili.velasquez@fiscalia.gov.co', 'Cll. 54 Nro. 6 - 24 Piso 1° / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3963, 3963, '57(8) 7384482 ext. ', '', 'Cra. 3a Cll.e 11 esq. Piso 4 of 403 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3964, 3964, '57(8) 7384482 ext. ', '', 'Cra. 3A Cll. 11 esq. Piso 3 of 303 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3965, 3965, '57 (4)8347004 ext. ', 'gabriel.upegui@fiscalia.gov.co', 'Cra. 2 No. 46-06 Barrio el Centro / Puerto Nare / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3966, 3966, '57(4) 8352374 ext. ', '', 'Cll. 10 No. 10-47 Palacio Mpal / Puerto Triunfo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3967, 3967, '57(5) 5699063 ext. ', 'donaldo.soto@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3968, 3968, '57(5) 5699063 ext. ', 'fiscalia.simiticar@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3969, 3969, '57(5)7273993 ext. 303', 'dirsec.guajira@fiscalia.gov.co', 'Cll. 1 No. 6-65 piso 3 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3970, 3970, '57(5)7274677 ext. 102', 'subdir.poljudicialgua@fiscalia.gov.co', 'Cll. 1 No. 6-65 piso 4 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3971, 3971, '57(5)7288735 ext. ', 'subdir.fiscaliasgua@fiscalia-gov-co', 'Cll. 7 Cra 15 Esq. Palacio de Justicia Piso 2 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3972, 3972, ' ext. ', 'dirsec.meta@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3973, 3973, '57 (8) 6641413 57 (8) 6625611 ext. 197', 'subdir.poljudicialmet@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3974, 3974, ' ext. ', '', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3975, 3975, '57(7) 6222828 ext. ', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 215 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3976, 3976, '57(7) 6222828 ext. ', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 215 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3977, 3977, '57(5) 5699288 ext. ', 'fisadosimcar@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3978, 3978, '57 (6) 326 7673-74 ext. 108', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3979, 3979, ' ext. ', 'isabel.rojas@fiscalia.gov.co; fisestvil@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3980, 3980, ' ext. ', '', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3981, 3981, '57 (8) 6621135 - 57 (8) 662113540 ext. 106', 'fissecvil@fiscalia.gov.co', 'Cra 29 No 33b-79 Piso 2 Torre A, Ofc.207 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3982, 3982, ' ext. ', 'adriana.alvarez@fiscalia.gov.co', 'Cra 30 No.41a-108 B. La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3983, 3983, 'No se ha asignado ningun número ext. ', 'fissecrvil@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3984, 3984, '57 (8) 6621135 - 57 (8) 662113540 ext. 107', 'alfonso.martinez@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.306 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3985, 3985, '57 (8) 6621135 - 57 (8) 662113540 ext. 103', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3986, 3986, '57 (8) 6621135 - 57 (8) 662113540 ext. 104', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3987, 3987, '57 (8) 6621135 - 57 (8) 662113540 ext. 101', 'karen.acosta@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3988, 3988, '57 (8) 6621135 - 57 (8) 662113540 ext. 102', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3989, 3989, '57 (8) 6674114 - 57 (8) 6624787- 57 (8) 6825712 ext. ', 'fisvidvil@fiscalia.gov.co', 'Cll. 33b 39-28 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3990, 3990, '57 (8) 6674114 - 57 (8) 6624787- 57 (8) 6825712 ext. ', 'fisvidvil@fiscalia.gov.co', 'Cll. 33b 39-28 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3991, 3991, '57 (8) 66281135-40 ext. 111', 'fisapuvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.203 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3992, 3992, '57 (8) 66281135-40 ext. 116', 'fisfpuvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.302 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3993, 3993, '057 (8) 6704243 ext. 122', 'fislocvil@fiscalia.gov.co', 'Cll. 15 No. 37l-86 B. Guatiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3994, 3994, '57 (8) 66281135-40 ext. 110', 'f021locvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.204 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3995, 3995, '057 (8) 6704243 ext. ', 'Villavicencio f27locvil@fiscalia.gov.co', 'Cra. 30 No. 41-55 La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3996, 3996, '57 (8) 66281135-40 ext. 113', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.306 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4248, 4248, '57(4) 444 66 77 ext. 2208', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3997, 3997, '57 (8) 6676080- 057(8) 6682936- 057(8) 6683103 ext. ', 'f030locsauvil@fiscalia.gov.co', 'Cra. 37 Nº 32-41 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3998, 3998, '57 (8) 66281135-40 ext. 113', 'alfonso.martinez@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.306 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (3999, 3999, '57 (1) 2839710 ext. 132', 'f058tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4000, 4000, '057 (8) 6694062 ext. ', 'fiscjuvil@fiscalia.gov.co', 'Cll. 54 Sur 39-59 Ciudad Porfia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4001, 4001, '57 (8) 6560223- 57(8) 6561128 ext. ', 'f023secacavil@fiscalia.gov.co', 'Cra. 18 No 14-43 Piso 2 Y 3 / Acacías / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4002, 4002, '57 (8) 6582522- 57 (8) 6580417 ext. ', 'fissecgravil@fiscalia.gov.co', 'Cll.15 No 15-71 Edificio Pasaje Piso 3 / Granada / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4003, 4003, '57 (8) 5603007 ext. ', 'marcos.vega@fiscalia.gov.co', 'Cll. 8 No 7-03 Cristales / La Macarena / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4004, 4004, '57 (8) 6598192- 57 (8) 6598035- 57 (8) 6598228 ext. ', 'fislocmesvil@fiscalia.gov.co', 'Cra. 18 No 4-42 Centro / Mesetas / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4005, 4005, '57 (8) 6450305- 6450397 6450287 CTI FAX ext. ', 'f034pulvil@fiscalia.gov.co', 'Cra. 10 No 7-71 El Jardin / Puerto López / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4006, 4006, '57 (8) 6614430- 57 (8) 6653305 ext. 310-312-316', 'fisespvil@fiscalia.gov.co', 'Cll. 15 No 37l-86 Guatiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4007, 4007, ' ext. ', '', 'Cll. 13 N°33-36 B. Centro / Puerto Rico / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4008, 4008, ' ext. ', 'fislocsjavil@fiscalia.gov.co', 'Cll. 10 No. 9-54 B. La Libertad / San Juan de Arama / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4009, 4009, ' ext. ', 'fissecsmavil@fiscalia.gov.co', 'Cll. 6 No 4-72 / San Martín / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4010, 4010, ' ext. ', '', 'Cra. 13 No. 8-05 Barrio Juan Bosco / Vista Hermosa / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4011, 4011, '57 (1) 2839710 ext. 113', 'f061tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4012, 4012, '57 (8) 6755520- 57 (8) 6755163-57 (8) 6755421- 57 (8) 6560223 ext. ', 'fislocgumvil@fiscalia.gov.co', 'Cll. 13 No 7-23 Piso 1 (Alcaldia) / Guamal / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4013, 4013, '57 (1 )8495051 ext. ', '', 'Avda. Principal Nº 4-80 / Guayabetal / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4014, 4014, '57 (1) 6768317 ext. ', 'f016locmedvil@fiscalia.gov.co', 'Cll. 1 No 6-24 Centro / Medina / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4015, 4015, '057 (8) 6715575 ext. ', 'cristian.farfan@fiscalia.gov.co', 'Trasversal 24 A No. 41-23 El Emporio / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4016, 4016, '57 (8) 6460021 ext. ', 'fislocpgavil@fiscalia.gov.co', 'Cll. 6 No. 4-07 La Esperanza / Puerto Gaitán / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4017, 4017, ' ext. ', '', 'Cra. 4 No. 6a-35 Centro / Puerto Lleras / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4018, 4018, '57 (8) 6550385 - 57 (8) 6550052 - 57 (8) 6550101 ext. ', 'f010locresvil@fiscalia.gov.co', 'Cra. 7 No 8-66 / Restrepo / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4019, 4019, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'cticrivil@fiscalia.gov.co', 'Cll.. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4020, 4020, '57 (8) 6641413 57 (8) 6625611 ext. 184', 'ctiapuvil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4021, 4021, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', '', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4022, 4022, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'ctilocvil@fiscalia.gov.co', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4023, 4023, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'ctivipvil@fiscalia.gov.co', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4024, 4024, '57 (8) 664 1458 ext. ', 'ctigauvil@fiscalia.gov.co', 'Cll. 33b N.38-20 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4025, 4025, '57 (8) 6641413 ext. ', '', 'Cll. 21 No.14-34 Barrio Las Delicias / Granada / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4026, 4026, '57 (7) 7247652 ext. 410', 'fissaugil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 4 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4027, 4027, ' ext. ', 'ctistuvil@fiscalia.gov.co', 'Cll.15 No.37l-86 Barrio Guatiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4028, 4028, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'ctiexpvil@fiscalia.gov.co', 'Cll. 37 No.42-12 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4029, 4029, '57 (8) 6641413 57 (8) 6625611 ext. 119', 'ctiarmvil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4030, 4030, '57 (8) 6641413 57 (8) 6625611 ext. 168-135', 'cticomvil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4031, 4031, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'cticapvil@fiscalia.gov.co', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4032, 4032, ' ext. ', 'ctisisvil@fiscalia.gov.co', 'Cll. 37 No.42-12 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4033, 4033, '57 (8) 6641413 57 (8) 6625611 ext. 153-155', 'cticrivil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4034, 4034, '57 (8) 6641413 57 (8) 6625611 ext. 117', 'cti.sacvillavicencio@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4035, 4035, '57 (8) 6561902 ext. ', 'ctiupjacavil@fiscalia.gov.co', 'Cll. 16 No. 26 - 70 Barrio San José / Acacías / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4036, 4036, '57 (8) 6584562 ext. ', 'ctiupjgravil@fiscalia.gov.co', 'Cra.16 No. 16 - 03 Barrio Primero De Junio / Granada / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4037, 4037, '57 (7) 7247652 ext. 100', 'fismecgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 1 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4038, 4038, '57 (8) 6641413 57 (8) 6625611 ext. 109-110', 'ctiedavil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4039, 4039, '057(8) 6674428 ext. ', 'fisdsevil@fiscalia.gov.co', 'Cll. 34 No 40-07 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4040, 4040, '57 (8) 6450287 ext. ', 'ctiupjplovil@fiscalia.gov.co', 'Cra. No. 7 - 71 Barrio Jardín / Puerto López / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4041, 4041, '57 (8) 560 3007 ext. ', 'ctiupjmacvil@fiscalia.gov.co', 'Cll. 8 No. 7 - 03 Barrio Cristales / La Macarena / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4042, 4042, '57 (8) 659 8192 ext. ', 'ctiupjmesvil@fiscalia.gov.co', 'Cra. 18 No. 4 - 42 Barrio Centro / Mesetas / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4043, 4043, '57(4) 444 66 77 ext. 3572', 'dirsec.medellin@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4044, 4044, '57(4) 444 66 77 ext. ', 'disfismed@fiscalia.gov.co;angela.bedoya@fiacalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4045, 4045, '57(4) 444 66 77 ext. ', ';francisco.forero@fiscalia.gov.co ; dirctinr@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4046, 4046, '57(4) 444 66 77 ext. 3540', 'fisasimed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4047, 4047, '57(4) 444 66 77 ext. 4220', 'ayfcormed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4048, 4048, '57(4) 511 55 11 ext. 8909', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4049, 4049, '57(4) 511 55 11 ext. 8905', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4050, 4050, '57(4) 511 55 11 ext. 8901', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4051, 4051, '57(4) 511 55 11 ext. 8904', 'fislinmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4052, 4052, '57(4) 511 55 11 ext. 8808', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4053, 4053, '57(4) 511 55 11 ext. 8805', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4054, 4054, '57(4) 511 55 11 ext. 8802', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4055, 4055, '57(4) 444 66 77 ext. 1758', 'fiscavnormed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4056, 4056, '57(4) 444 66 77 ext. 1759', 'lina.tangarife@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4057, 4057, '57(4) 444 66 77 ext. 1755', 'fislo3med@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4058, 4058, '57(4) 444 66 77 ext. 1756', '', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4059, 4059, '57(4)444 35 05 ext. 6023', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4060, 4060, '57(4)444 35 05 ext. 6016', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4061, 4061, '57(4)444 35 05 ext. 6016', 'fisesamed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4062, 4062, '57(4)444 35 05 ext. 6013', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4063, 4063, '57(4)444 35 05 ext. 6055', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4064, 4064, '57(4)444 35 05 ext. 6061', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4065, 4065, '57(4)444 35 05 ext. 6026', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4066, 4066, '57(4)444 35 05 ext. 6020', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4067, 4067, '57(4)444 35 05 ext. 6050', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4068, 4068, '57 (6) 326 7673-74 ext. 109', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4069, 4069, '57(4)444 35 05 ext. 6069', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4070, 4070, '57(4)444 35 05 ext. 6015', 'fisespmed@fiscalia.gov.co', 'Cra. 64 C No. 67- 300, Torre E, P. 2, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4071, 4071, '57(4)5373951/5372167 ext. 109', 'fisespmed@fiscalia.gov.co', 'Vereda Llano Grande, Sede la Monitora, Rionegro Ant. / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4072, 4072, '57(4) 511 55 11 ext. 8025', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 1003 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4073, 4073, '57(4) 511 55 11 ext. 8726', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 1003 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4074, 4074, '57(4) 511 55 11 ext. 8724', 'fisesamed@fiscalia.gov.co', 'Cra. 50 · 54-18 Ofc 724 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4075, 4075, '57(4) 511 55 11 ext. 8821', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 821 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4076, 4076, '57(4) 511 55 11 ext. 8626', 'fisurimed@fiscalia.gov.co', 'Cra. 50 No. 54- 18 Ofc. 628 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4077, 4077, '57(4) 511 55 11 ext. 8627', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 627 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4078, 4078, '57(4) 511 55 11 ext. 8825', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 825 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4079, 4079, '57(4) 511 55 11 ext. 8628', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 628 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4080, 4080, '57(4) 511 55 11 ext. 8629', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 630 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4081, 4081, '57(4) 511 55 11 ext. 8630', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 630 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4082, 4082, '57(4) 511 55 11 ext. 8829', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 829 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4083, 4083, '57(4) 511 55 11 ext. 8729', 'fislinmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 826 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4084, 4084, '57(4) 511 55 11 ext. 8826', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 823 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4085, 4085, '57(4) 511 55 11 ext. 8826', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 826, / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4086, 4086, '57(4) 511 55 11 ext. 8030', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 729 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4087, 4087, '57(4) 511 55 11 ext. 8027', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 826 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4088, 4088, '57(4) 511 55 11 ext. 8727', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 727 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4089, 4089, '57(4) 511 55 11 ext. 8625', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 625 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4090, 4090, '57(4) 511 55 11 ext. 8828', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 1003 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4091, 4091, '57(4) 511 55 11 ext. 8723', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 723 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4092, 4092, '57(4) 511 55 11 ext. 8721', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 721 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4093, 4093, '57(4) 511 55 11 ext. 8822', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 822 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4094, 4094, '57(4)444 35 05 ext. 6870-6237', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia. P. 8 Of.803 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4095, 4095, '57(4)444 35 05 ext. . 6832 -6836', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4096, 4096, '57(4)444 35 05 ext. 6806 y 6805', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4097, 4097, '57(4)444 35 05 ext. 6823', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4098, 4098, '57(4)444 35 05 ext. 6851 y 6852', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.805 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4099, 4099, '57(4)444 35 05 ext. 6863', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.711 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4100, 4100, '57(4)444 35 05 ext. 6844 y 6845', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.804 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4101, 4101, '57(4)444 35 05 ext. 6816 Y 6813', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.804 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4102, 4102, '57(4)444 35 05 ext. 6855 y 6856', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.805 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4103, 4103, '57(4)444 35 05 ext. 6842 y 6957', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.804 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4104, 4104, '57(4)444 35 05 ext. 6824', 'fisurimed@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4105, 4105, '57(4)444 35 05 ext. 6824- 6825', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.701 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4106, 4106, '57(4) 444 66 77 ext. 3116', 'fispa5med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.701 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4107, 4107, '57(4)444 35 05 ext. 6816 Y 6813', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.801 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4108, 4108, '57(4)444 35 05 ext. 6003', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4109, 4109, '57(4)444 35 05 ext. 6822 y 6823', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.802 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4110, 4110, '57(4)444 35 05 ext. 6803 y 6807', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4111, 4111, '57(4)444 35 05 ext. 6831-6833', '', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4112, 4112, '57(4)444 35 05 ext. 6892 6891', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.809 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4113, 4113, '57(4)444 35 05 ext. 6853', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.805 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4114, 4114, '57(4)444 35 05 ext. 6853', 'fispa5med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.701 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4115, 4115, '57(4)444 35 05 ext. 6883 6884', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.808 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4116, 4116, '57(4)444 35 05 ext. 6898 6899', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.809 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4117, 4117, '57(4)444 35 05 ext. 6869', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.801 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4118, 4118, '57(4)4063022-4067674-4061522 ext. 6869', 'fisadpmed@fiscalia.gov.co', 'Cra. 17 No. 15-28 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4119, 4119, '57(4) 444 66 77 ext. 3116', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4120, 4120, '57(4) 444 66 77 ext. . 3118 - 3114', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4249, 4249, '57(4) 444 66 77 ext. 2210', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4121, 4121, '57(4) 444 66 77 ext. 3234 -3235', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4122, 4122, '57(4) 444 66 77 ext. 3118', 'fisurimed@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4123, 4123, '57(4) 444 66 77 ext. . 3105', 'fisurimed@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4124, 4124, '57(4) 444 66 77 ext. 3108', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4125, 4125, '57(4) 444 66 77 ext. 3128', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4126, 4126, '57(4) 444 66 77 ext. 3.114', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4127, 4127, '57(4) 444 66 77 ext. 3120', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4128, 4128, '57(4) 444 66 77 ext. 3201 -3221', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4129, 4129, '57(4) 444 66 77 ext. 2140', 'f213lo1med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4130, 4130, '57(4) 444 66 77 ext. 3112', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4131, 4131, '57(4) 444 66 77 ext. 3204 -3223', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4132, 4132, '57(4) 444 66 77 ext. 3230', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4133, 4133, '57(4) 444 66 77 ext. 3104', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4134, 4134, '57(4) 444 66 77 ext. 3.228', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4135, 4135, '57(4) 444 66 77 ext. 3233', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4136, 4136, '57(4) 444 66 77 ext. 3.101', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4137, 4137, '57(4) 444 66 77 ext. 3110', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4138, 4138, '57(4) 444 66 77 ext. 3232', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4139, 4139, '57(4) 444 66 77 ext. 3150', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4140, 4140, '57(4)444 35 05 ext. . 6105', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4141, 4141, '57(4)444 35 05 ext. . 6160', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4142, 4142, '57(4)444 35 05 ext. . 6161', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4143, 4143, '57(4)444 35 05 ext. . 6163', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4144, 4144, '57(4)444 35 05 ext. . 6164', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4145, 4145, '57(4)444 35 05 ext. . 6165', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4146, 4146, '57(4)444 35 05 ext. . 6192', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4147, 4147, '57(4)444 35 05 ext. . 6170', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4148, 4148, '57(4)444 35 05 ext. . 6106', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4149, 4149, '57(4)444 35 05 ext. . 6184', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4150, 4150, '57(4)444 35 05 ext. . 6193', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4151, 4151, '57(4)444 35 05 ext. . 6110-6111', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4152, 4152, '57(4)444 35 05 ext. . 6194', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4153, 4153, '57(4)444 35 05 ext. . 6153', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4154, 4154, '57(4)444 35 05 ext. . 6178', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4155, 4155, '57(4)444 35 05 ext. . 6160', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4156, 4156, '57(4)444 35 05 ext. . 6192', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4157, 4157, '57(4)444 35 05 ext. . 6110', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4158, 4158, '57(4)444 35 05 ext. . 8525', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 531. Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4159, 4159, '57(4)444 35 05 ext. . 8524', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 524, Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4160, 4160, '57(4)444 35 05 ext. . 8521', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 521 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4161, 4161, '57(4)444 35 05 ext. . 8522', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 522, Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4162, 4162, '57(4)444 35 05 ext. . 8523', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 523 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4163, 4163, '57(4)444 35 05 ext. . 8531', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc. 531 Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4164, 4164, '57(4) 444 66 77 ext. 2412', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4165, 4165, '57(4) 444 66 77 ext. 2410', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4166, 4166, '57(4) 444 66 77 ext. 2406', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4167, 4167, '57(4) 444 66 77 ext. 2408', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4168, 4168, '57(4) 444 66 77 ext. 2402', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4169, 4169, '57(4) 444 66 77 ext. 2420', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4170, 4170, '57(4) 444 66 77 ext. 2422', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4171, 4171, '57(4) 444 66 77 ext. 2426', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4172, 4172, '57(4) 444 66 77 ext. 2414', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4173, 4173, '57(4) 444 66 77 ext. 2416', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4174, 4174, '57(4) 444 66 77 ext. 2418', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4175, 4175, '57 (1) 2839710 ext. 160', 'f062tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4176, 4176, '57 (1) 2839710 ext. 122', 'f063tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4177, 4177, '57 (1) 2839710 ext. 130', 'f067tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4178, 4178, '57 (1) 2839710 ext. 129', 'f068tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4179, 4179, '57 (1) 2839710 ext. 117', 'f69tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4180, 4180, '57 (1) 2839710 ext. 134', 'f71tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4181, 4181, '57 (1) 2839710 ext. 159', 'f72tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4182, 4182, '57 (1) 2839710 ext. 162', 'mosaboga@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4183, 4183, '57 (1) 2839710 ext. 114', 'carlos.torres@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4184, 4184, '57 (1) 2839710 ext. 145', 'f075tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4185, 4185, '57 (1) 2839710 ext. 131', 'maritza.escobar@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4186, 4186, '57 (5) 656 9696 ext. 1127', 'fistrscar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4188, 4188, '57 (8) 4358732 ext. ', 'fistrsflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4189, 4189, '57 (8) 711385 ext. ', 'teofilo.motta@fiscalia.gov.co', 'Cra. 4No.6-99 ofc.604 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4190, 4190, '57(4) 444 66 77 ext. 5201', 'fissdemed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4191, 4191, '57 (8) 711385 ext. ', 'fistrsnei@fiscalia.gov.co', 'Cra. 4No.6-99 ofc.604 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4192, 4192, '57(4)4064534 ext. 8312', '', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4193, 4193, '57(4) 444 66 77 ext. 5312, 5313, 5300', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4194, 4194, '57(4) 444 66 77 ext. . 6019', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4195, 4195, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4196, 4196, '57(4) 331-98-65 ext. 331-98-65', 'fisursmed@fiscalia.gov.co', 'Cra. 43A, 38 SUR 57 Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4197, 4197, '57(4)511 55 11 ext. 152', '', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4198, 4198, '57(4) 444 66 77 ext. . 3331', 'fislo8med@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4199, 4199, '57(4)2610240 - 3852600 ext. 7702 - 7710', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4200, 4200, '57(4)2610240 - 3852600 ext. 7727', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4201, 4201, '57(4)2610240 - 3852600 ext. 7725', 'fiscalia@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4202, 4202, '57 (8) 6621135 - 57 (8) 662113540 ext. 117', 'fistrsvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4203, 4203, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', '', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4204, 4204, '57(4) 444 66 77 ext. 3516', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4205, 4205, '57(4) 444 66 77 ext. 3512', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4206, 4206, '57(4) 444 66 77 ext. 3510', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4207, 4207, '57(4) 444 66 77 ext. 3508', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4208, 4208, '57(4) 444 66 77 ext. 3501', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4209, 4209, '57(4) 444 66 77 ext. 3518', 'fisasimed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4210, 4210, '57 (7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4211, 4211, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4212, 4212, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4213, 4213, '57(4)356 52 00 ext. 7425', 'sausur@fiscalia.com.co', 'Cra. 43 A No. 38 Sur 57 Ofc. 307 Edf. Montecarlo Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4214, 4214, '57(4)437 35 87 ext. ', '', 'Dg. 85 No. 79 173, Medellín (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4215, 4215, '57(4)5215636-5220303 ext. ', '', 'Dg. 65 No. 42A-11 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4216, 4216, '57(4)481 60 94 ext. ', '', 'Dg. 65 No. 42A-11 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4217, 4217, '57(4)3565200 ext. 7423', 'sausur@fiscalia.com.co', 'Cll. 40 Sur No 24F-106 sector El salado de Envigado (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4218, 4218, '57(4)3775513 ext. ', 'sausur@fiscalia.com.co', 'Cra. 52 A N 74 67, Itagüí / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4219, 4219, '57(4)481 60 94 ext. ', '', 'Dg 65 No. 42A-11 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4220, 4220, '57(4) 444 66 77 ext. 2308', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4221, 4221, '57(4) 444 66 77 ext. 2104', 'f007lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4222, 4222, '57(4) 444 66 77 ext. 2238', '', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4223, 4223, '57(4) 444 66 77 ext. . 3334', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4224, 4224, '57(4) 444 66 77 ext. 2230', '', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4225, 4225, '57(4) 444 66 77 ext. 2423', 'fisvi1med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4226, 4226, '57(4) 444 66 77 ext. 7512', 'maria.bustamante@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4227, 4227, '57(4) 444 66 77 ext. 2206', '', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4228, 4228, '57(4) 444 66 77 ext. 2119', 'claudiac.perez@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4229, 4229, '57(4) 444 66 77 ext. 2108', 'f013lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4230, 4230, '57(4) 444 66 77 ext. 2110', 'f016lo1med@med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4231, 4231, '57(4) 444 66 77 ext. ', '', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4232, 4232, '57(4) 444 66 77 ext. 2114', 'f021lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4233, 4233, '57(4) 444 66 77 ext. 2120', 'f111lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4234, 4234, '57(4) 444 66 77 ext. 2126', 'f130lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4235, 4235, '57(4) 444 66 77 ext. 2136', 'f133lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4236, 4236, '57(4) 444 66 77 ext. 2102', 'f135lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4237, 4237, '57(4) 444 66 77 ext. 2130', 'f135lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4238, 4238, '57(4) 444 66 77 ext. 2118', 'f148lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4239, 4239, '57(4) 444 66 77 ext. 2128', 'f148lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4240, 4240, '57(4) 444 66 77 ext. 2132', 'f150lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4241, 4241, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4242, 4242, '57(4) 444 66 77 ext. 2138', 'f156lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4243, 4243, '57(4) 444 66 77 ext. 2140', 'f213lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4244, 4244, '57(4) 444 66 77 ext. 2122', 'f220lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4245, 4245, '57(4) 444 66 77 ext. 2124', 'F001lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4246, 4246, '57(4) 444 66 77 ext. 2202', 'f022lo2med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4247, 4247, '57(4) 444 66 77 ext. 2202', '', 'Cll. 72 No. 44-67 Capricentro Itagüí Antioquia / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4250, 4250, '57(4) 444 66 77 ext. 2212', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4251, 4251, '57(4) 444 66 77 ext. 2218', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4252, 4252, '57(4) 444 66 77 ext. 2220', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4253, 4253, '57(4) 444 66 77 ext. 2222', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4254, 4254, '57(4) 444 66 77 ext. 2240', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4255, 4255, '57(4) 444 66 77 ext. 2236', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4256, 4256, '57(4) 444 66 77 ext. 2228', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4257, 4257, '57(4) 444 66 77 ext. 2232', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4258, 4258, '57(4) 444 66 77 ext. 2214', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4259, 4259, '57(4) 444 66 77 ext. 2224', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4260, 4260, '57(4) 444 66 77 ext. 2326', '', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4261, 4261, '57(4) 444 66 77 ext. 2332', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4262, 4262, '57(4) 444 66 77 ext. 2340', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4263, 4263, '57(4) 444 66 77 ext. 2320', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4264, 4264, '57(4) 444 66 77 ext. 2334', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4265, 4265, '57(4) 444 66 77 ext. 2318', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4266, 4266, '57(4) 444 66 77 ext. 2306', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4267, 4267, '57(4) 444 66 77 ext. 2314', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4268, 4268, '57(4) 444 66 77 ext. 2316', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4269, 4269, '57(4) 444 66 77 ext. 2312', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4270, 4270, '57(4) 444 66 77 ext. . 3314', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4271, 4271, '57(4) 444 66 77 ext. . 3303', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4272, 4272, '57(4) 444 66 77 ext. 3310', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4273, 4273, '57(4) 444 66 77 ext. 3310', '', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4274, 4274, '57(4) 444 66 77 ext. 3309', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4275, 4275, '57(4) 444 66 77 ext. . 3310', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4276, 4276, '57(4) 444 66 77 ext. 3312', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4277, 4277, '57(4) 444 66 77 ext. 3316', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4278, 4278, '57(4) 444 66 77 ext. 3318', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4279, 4279, '57(4) 444 66 77 ext. 3320', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4280, 4280, '57(4) 444 66 77 ext. 3323', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4281, 4281, '57(4) 444 66 77 ext. 3324', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4282, 4282, '57(4) 444 66 77 ext. 3326', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4283, 4283, '57(4) 444 66 77 ext. 3328', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4284, 4284, '57(4) 444 66 77 ext. 3332', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4285, 4285, '57(4) 444 66 77 ext. 3.336', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4286, 4286, '57(4) 444 66 77 ext. 3338', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4287, 4287, '57(4) 444 66 77 ext. 3340', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4288, 4288, '57(4) 444 66 77 ext. 3340', 'elemilet.pino@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4289, 4289, '57(4) 444 66 77 ext. 7510.', 'patricia.lopez@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4290, 4290, '57(4) 444 66 77 ext. 7409', 'daniel.quintero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4291, 4291, '57(4) 444 66 77 ext. 7409', 'renan.piedrahita@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4292, 4292, '57(4) 444 66 77 ext. 7512 7502', 'renan.piedrahita@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4337, 4337, '57(4) 4014191 ext. ', '', 'Cra. 49 No. 50-60, P. 1 / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4293, 4293, '57(4) 444 66 77 ext. 7553', 'ana.botero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4294, 4294, '57(4) 444 66 77 ext. 7413', 'luis.yepes@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4295, 4295, '57(4) 444 66 77 ext. 7503', 'daniel.quintero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4296, 4296, '57(4) 444 66 77 ext. 7401', 'fisloc283envi@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4297, 4297, '57(4) 444 66 77 ext. 7406', 'gloria.escudero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4298, 4298, '57(4) 444 66 77 ext. 7422', 'f285locant@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4299, 4299, '57(4)3565200 ext. 7421', 'sausur@fiscalia.com.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4300, 4300, '57(4)2887470 ext. 2112', '', 'Cra. 45 No. 68 SUR-61, P. 2 / Sabaneta / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4301, 4301, '57(4) 444 66 77 ext. 2112', 'f018lo1med@fiscalia.gov.co', 'Cra. 45 No. 68 SUR-61, P. 2 / Sabaneta / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4302, 4302, '57(4) 444 66 77 ext. 7317', 'fiscalia.Itagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4303, 4303, '57(4)3710264 ext. 7317', 'fiscalia.Itagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4304, 4304, '57(4)3717687 3710266 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4305, 4305, '57(4)3710266 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4306, 4306, '57(4)3747117 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4307, 4307, '57(4)3747117 3710322 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4308, 4308, '57(4)3747117 3710322 ext. 8192', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4309, 4309, '57(4)3021480 3021513 ext. 1701', 'fiscalia.estrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 302 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4310, 4310, '57(4)3021480 ext. 1701', 'fiscalia.estrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 302 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4311, 4311, '57(4)2790653 ext. 1701', 'fiscalia.loclaestrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 302 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4312, 4312, '57(4)3021480 ext. 1701', 'fiscalia.loclaestrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 301 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4313, 4313, '57(4)3388290-3388362 ext. ', 'fiscalia.caldasmed@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4314, 4314, '57(4)274-39-07 ext. ', 'fiscalia.caldasmed@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4315, 4315, '57(4)3388290-3388362 ext. ', 'fiscalia@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4316, 4316, '57(4)3388290-3388362 ext. ', 'fiscalia.loccalcaldasmed@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4317, 4317, '57(4)3388290-3388362 ext. ', '', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4318, 4318, '57(4)4014191 ext. ', 'cesar.montoya@fiscalia.gov.co', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 3 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4319, 4319, '57(4)2728532 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 3 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4320, 4320, '57(4)466 79 95 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 3 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4321, 4321, '57(4)2750806 ext. ', '', 'Cll. 49 No. 49-42 P. 3 Ed los Cristales ofc 506 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4322, 4322, '57(4)2750806 ext. ', '', 'Cll. 49 No. 49-42 P. 3 Ed los Cristales ofc 502 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4323, 4323, '57(4) 4542425 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 301 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4324, 4324, '57(4) 2729011 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 404 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4325, 4325, '57(4) 2728512 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 401 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4326, 4326, '57(4) 2728452 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4327, 4327, '57(4) 2728491 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4328, 4328, '57(4) 4560244 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4329, 4329, '57(4) 4529143 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4330, 4330, '57(4) 2728571 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 303 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4331, 4331, '57(4) 4523012 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 208 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4332, 4332, '57(4) 2728587 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 208 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4333, 4333, '57(4) 2728450 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 201 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4334, 4334, '57(4) 2728531 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 302 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4335, 4335, '57(4) 2728470 ext. ', '', 'Cll. 49 No. 49-42 P. 3 Ed los Cristales 202 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4336, 4336, '57(4) 4061522 ext. ', '', 'Cra. 17 No. 15-28 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4338, 4338, '57(4) 4014797 ext. ', '', 'Cra. 49 No. 50-60, P. 1 / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4339, 4339, '57(4) 4545384 ext. ', '', 'Cra. 17 No. 7 48, P. 1, Girardota (Antioquia) / Girardota / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4340, 4340, '57(4) 4545384 ext. ', 'fispa5med@fiscalia.gov.co', 'Cra. 17 No. 7 48, P. 1, Girardota (Antioquia) / Girardota / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4341, 4341, '57(4) 454 4788 ext. ', '', 'Cra. 17 No. 7 48, P. 1, Girardota (Antioquia) / Girardota / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4342, 4342, '57(4) 4061522 ext. ', 'fisadpmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc 801 / Barbosa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4343, 4343, '57(4) 4061522 ext. ', 'fisadpmed@fiscalia.gov.co', 'Cra. 17 No. 15-28 / Barbosa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4344, 4344, '57(4) 4063022 ext. ', 'fisadpmed@fiscalia.gov.co', 'Cra. 17 No. 15-28 / Barbosa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4345, 4345, '57(4) 444 66 77 ext. 3208', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4346, 4346, '57(4) 444 66 77 ext. 3205', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4347, 4347, '57(4) 444 66 77 ext. 3241', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4348, 4348, '57(4) 444 66 77 ext. 2425', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4349, 4349, '57(4) 444 66 77 ext. 3224', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4350, 4350, '57(4) 444 66 77 ext. ', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4351, 4351, '57(4) 444 66 77 ext. 2322', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4352, 4352, '57(4) 444 66 77 ext. 3222', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4353, 4353, '57(4) 444 66 77 ext. 3207', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4354, 4354, '57(4) 444 66 77 ext. 3234', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4355, 4355, '57(4) 444 66 77 ext. 3206', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4356, 4356, '57 (2) 7290002 ext. 1019-1060', 'dirsec.narino@fiscalia.gov.co', 'Cra. 23 No. 18-61 Edificio AMA Pasto / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4357, 4357, '57 (2) 7219963 57 (2) 7219962 ext. 4009', 'subdir.fiscaliasnar@fiscalia.gov.co', 'Cll. 19 No. 21A-29 Edificio Complejo Bancario / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4358, 4358, '57 (2) 7206945 57 (2) 7215532 ext. 2003', 'subdir.poljudicialpas@fiscalia.gov.co', 'Cll. 19 No. 21-10 Edificio Villada / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4359, 4359, '57 (2) 7277738 57 (2) 7271554 ext. ', 'subdir.poljudicialtum@fiscalia.gov.co', 'Vía al Morro, Cll. El Bajito / Tumaco / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4360, 4360, '57 (2) 7219963 57 (2) 7219962 ext. 4008', '', 'Cll. 19 No. 21A-29 Edificio Complejo Bancario / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4361, 4361, ' ext. ', 'dirsec.nortesantander@fiscalia.gov.co ;cesar.rojas@fiscalia.gov.co;', 'Palacio de Justicia Blq. B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4362, 4362, '57 (7) 5751260 ext. ', '', 'Palacio de Justicia Blq. B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4363, 4363, ' ext. ', 'subdir.poljudicialnsant@fiscalia.gov.co ;dirctisuc@fiscalia.gov.co;', 'Palacio de Justicia Blq. B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4364, 4364, '57(7) 575 3066 ext. ', 'fissepcuc@fiscalia.gov.co', 'Palacio de Justicia Ofc. 112 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4365, 4365, '57(7) 575 3747 ext. ', '', 'Palacio de Justicia Ofc. 102 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4366, 4366, '57(7) 575 3042 ext. ', '', 'Palacio de Justicia Ofc. 113 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4367, 4367, '57(7) 575 3637 ext. ', 'fisasicuc@fiscalia.gov.co', 'Palacio de Justicia Ofc. 104 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4368, 4368, '57(7) 575 2580 ext. ', 'dirtrscuc@fiscalia.gov.co', 'Palacio de Justicia Blq. B Ofc. 208 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4369, 4369, '57(7) 576 7103 - 576 1790 ext. ', '', 'Cll. 18 No. 11-71 Barrio La Libertad / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4370, 4370, '57(7) 580 0364 ext. ', '', 'Cll. 32 No. 9-49 Barrio Patio Centro / Los Patios / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4371, 4371, '57(7) 580 0364 ext. ', '', 'Cll. 32 No. 9-49 Barrio Patio Centro / Los Patios / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4372, 4372, '57(7) 568 1700 ext. ', '', 'Cra. 5 No. 3-80 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4373, 4373, '57(7) 568 1578 ext. ', 'fissecpam@fiscalia.gov.co', 'Cra. 5 No. 3-80 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4374, 4374, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4375, 4375, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4376, 4376, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', 'fissoccuc@fiscaia.gov.co', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4377, 4377, '57(7) 577 5058 ext. ', 'fisuricuc@fiscalia.gov.co', 'Avda.. Gran Colombia No. 2E-96 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4378, 4378, '57(7) 577 2412 ext. ', 'fisloccuc@fiscalia.gov.co', 'Avda.. 4E No. 7A-21 P. 1 Barrio Popular / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4379, 4379, '57(7) 571 3278 ext. ', 'fisespcuc@fiscalia.gov.co', 'Avda.. 0 No. 0E-16 Torre B P. 4 Hotel Tonchalá / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4380, 4380, '57(7) 576 2379 ext. ', '', 'Comando de Policía DENOR San Mateo / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4381, 4381, '57(7) 572 9632 ext. ', 'fisinfcuc@fiscalia.gov.co', 'Cll. 13 No. 1-48 CESPA Barrio La Playa / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4382, 4382, '57(7) 568 8285 ext. ', '', 'Cra. 5 No. 4-42 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4383, 4383, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4384, 4384, '57(4) 444 66 77 ext. 3152', '', 'Cra. 64 C No. 67 300 Bloque E. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4385, 4385, '57(7) 575 3678 ext. ', '', 'Palacio de Justicia Ofc. 103 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4386, 4386, '57(7) 575 0406 ext. ', 'fisesacuc@fiscalia.gov.co', 'Avda.. 4E No. 7A-21 P. 3 Barrio Popular / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4387, 4387, '57(7) 575 0860 ext. ', 'fiscaicuc@fiscalia.gov.co', 'Palacio de Justicia Ofc. 108 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4388, 4388, '57 (8) 4296516 - 57 (8) 4205853 - 57 (8) 4296712 ext. 9031 - 9032 - 9016', 'dirsec.putumayo@fiscalia.gov.co alix.aparicio@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4389, 4389, '57 (8) 4205853 - 57 (8) 4296712 ext. 9017 - 9018 9026 - 2021 - 9022', 'subdir.poljudicialput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4390, 4390, '57 (8) 4205853 57 (8) 4296712 ext. 9033 - 9034', 'subdir.fiscaliasput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4391, 4391, '57 (8) 4205853 - 57 (8) 4296712 ext. 9016', 'claudiay.rodriguez@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4392, 4392, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9011 -9012', 'f38secmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4393, 4393, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9013 -9014', 'f39secmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4394, 4394, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9007 -9008', 'f41secmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4395, 4395, '57 (8) 4295767 ext. ', 'carola.rodriguez@fiscalia.gov.co', 'Cll. 7 No. 5 - 08 Barrio el Centro / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4396, 4396, '57 (8) 4205853 57 (8) 4296712 ext. 9027', 'fisasimoc@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4397, 4397, '57 (8) 4205853 57 (8) 4296712 ext. 9015', 'fisputmoc@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4398, 4398, '57 (8) 4227494 3138176909 ext. ', 'f42secptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4399, 4399, '57 (8) 4227494 3138176909 ext. ', 'f43secptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4400, 4400, '57 (8) 4227494 3138176909 ext. ', 'f44secptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4401, 4401, '57 (8) 4228293 ext. ', 'fasigptoasis@fiscalia.gov.co', 'Cra. 18 No. 18-14 con Cll. 9 Esquina / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4402, 4402, '57 (8) 4227494 ext. ', 'fasigptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Americas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4403, 4403, '57 (8) 4227839 Móvil 3176472222 3164296643 ext. ', 'ctilocptoasisput@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Americas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4404, 4404, '57 (8) 5634338 ext. ', 'f40secptolegpas@fiscalia.gov.co', 'Cra. 1 Cll. 4 Esquina Barrio el Centro / Puerto Leguízamo / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4405, 4405, '57 (8) 5634701 ext. ', 'f40secptolegpas@fiscalia.gov.co', 'Cra. 1 Cll. 4 Esquina Barrio el Centro / Puerto Leguízamo / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4406, 4406, '57 (8) 4260423 ext. ', 'f49secsibput@fiscalia.gov.co', 'Cll. 16 Cra.a 13-14 Barrio Oriental / Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4407, 4407, '57 (8) 4287208 ext. ', 'f50seclahorput@fiscalia.gov.co', 'Cra. 7 Cll. 6 Barrio la Amistad / La Hormiga / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4408, 4408, '57 (8) 4292041 ext. ', 'f51secoriput@fiscalia.gov.co', 'Cra. 8 Cll. 6-33 Barrio La Unión / Orito / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4409, 4409, '57 (6) 326 4666 - 57 (6) 326 2858 - 57 (6) 326 2858 ext. 208', 'dirsec.risaralda@fiscalia.gov.co', 'Avda.. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4410, 4410, ';57 (6) 3262858 ext. ', 'dirfisper@fiscalia.gov.co', 'Avda. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4411, 4411, '57 (6) 3296468 ext. ', 'dirctiper@fiscalia.gov.co', 'Cra. 8A No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4412, 4412, '57 (8) 4296516 - 57 (8) 4205853 - 57 (8) 4296712 ext. 9005 -9006', 'f1espmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4413, 4413, '57 (8) 4227494 57 (8) 4227593 3138176909 ext. ', 'f02espptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4414, 4414, '57 (6) 324 2282 ext. ', '', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4415, 4415, '57 (6) 324 2282 ext. ', 'f013sliper@fiscalia.gov.co', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4416, 4416, '57 (6) 324 2282 ext. ', 'f017sliper@fiscalia.gov.co', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4417, 4417, '57 (6) 3265402 ext. 117', 'fispecper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4418, 4418, '57 (6) 329 3724 ext. 121', 'fiscalia003.tribunalsuppereira@fiscalia.gov.co', 'Avda.. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4419, 4419, '57 (6) 329 3724 ext. 116', 'fiscalia003.tribunalsuppereira@fiscalia.gov.co', 'Avda.. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4420, 4420, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co / nancy.barajas@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4421, 4421, '57(4) 847-25-27  ext. ', 'f079locantama@fiscalia.gov.co', 'Cll. 49 La Pola No. 51-21 / Amagá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4422, 4422, '57(4) 830-05-35 ext. ', 'f083amaant@fiscalia.gov.co', 'Cra. Aranzansu No. 20-21 P.2 / Amalfi / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4423, 4423, '57 (6) 3147817 ext. 164', 'f005vidper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4424, 4424, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fiscalia016.indagacionpereira@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4425, 4425, '57 (6) 336 7141 ext. ', 'fisvidper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4426, 4426, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 169', 'fiscooper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4427, 4427, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fis038locper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4428, 4428, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 162', 'f007patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4429, 4429, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 174', 'f009patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4430, 4430, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 161', 'f014patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4431, 4431, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 191', 'f010secper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4432, 4432, '57 (6) 329 3754 ext. ', 'f024uriper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4433, 4433, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 190', 'f012patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4434, 4434, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 192', 'f015secper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4435, 4435, '57 (6) 326 7686 ext. ', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4436, 4436, '57 (6) 326 7686 ext. ', 'f006.uripereira@fiscalia.gov.co', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4437, 4437, '57 (6) 326 7686 ext. ', 'fisuriper@fiscalia.gov.co', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4438, 4438, '57(4) 8415216 ext. ', 'f087locantand@fiscalia.gov.co', 'Centro Comercial el Cóndor de los Andes, parque principal, P. 4 / Andes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4439, 4439, 'Linea 147 ext. ', 'f001espper@fiscalia.gov.co', 'Cra.11 No. 42-46 B/ Maraya / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4440, 4440, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fiscalia002.especializadapereira@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4441, 4441, '57 (6) 326 5402 57 (6) 329 5026 ext. ', 'fiscalia011.saludpublicapereira@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4442, 4442, '57 (6) 326 5402 ext. ', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4443, 4443, '57 (6) 360 9286 ext. ', 'fiscalia023.secapiaper@fiscalia.gov.co', 'Cra.9 No. 9 -12 Palacio Municipal P. 2 / Apía / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4444, 4444, '57 (6) 352 8262 ext. ', 'f032secperbel@fiscalia.gov.co', 'Cra. 9 No. 3 A -35 Local 2 / Belén de Umbría / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4445, 4445, '57 (6) 332 6633 ext. ', 'fiscalia008.locdosquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4446, 4446, '57 (6) 332 6633 ext. ', '', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4447, 4447, '57 (6) 332 6633 ext. ', 'fiscalia025.secdquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4448, 4448, '57 (6) 332 6633 ext. ', 'fiscalia033.secdquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4449, 4449, '57 (6) 332 6633 ext. ', '', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4450, 4450, '57 (6) 368 2586 ext. ', 'fiscalia027.secvirginiaper@fiscalia.gov.co', 'Cra.8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4451, 4451, '57 (6) 368 2586 ext. ', '', 'Cra.8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4452, 4452, '57 (6) 356 3269 ext. ', 'fiscalia029.secquinchiaper@fiscalia.gov.co', 'Palacio de Justicia P.1 / Quinchía / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4453, 4453, '57 (6) 364 3791 ext. ', '', 'Cra. 11 No. 13-21 P.3 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4454, 4454, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', '', 'Palacio de Justicia P.1 Tr. C / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4455, 4455, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', '', 'Palacio de Justicia P.1 Tr. C / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4966, 4966, '57 (6) 8533113 ext. ', 'ctiinaman@fiscalia.gov.co', 'Cra. 4 No. 8 - 08 / Anserma / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4456, 4456, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fisasiper@fiscalia.gov.co', 'Palacio de Justicia P.1 Tr. C / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4457, 4457, '57 (6) 326 7673 - 74 ext. 123', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4458, 4458, '57 (6) 326 7686 ext. ', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4459, 4459, '57 (6) 332 3352 ext. ', 'f039ldqper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4460, 4460, '57 (6) 3291838 ext. 107', '', 'Cll 43 No.6 - 60 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4461, 4461, '(57) 6 3296468 ext. ', 'subdir.poljudicialris@fiscalia.gov.co', 'Cra. 8 No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4462, 4462, '(57) 6 3260543 ext. 105', 'ctiinvper@fiscalia.gov.co', 'Cra. 8 No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4463, 4463, '(57) 6 3265424 ext. ', 'ctilabper@fiscalia.gov.co', 'Cll. 42 Cra. 7 Esquina / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4464, 4464, '(57) 6 3260543 ext. 115', 'ctisiaper@fiscalia.gov.co', 'Cra. 8 No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4465, 4465, '(57) 6 3267674 ext. 102-114', '', 'Cll. 43 con cra. 7 esquina / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4466, 4466, '57(7) 6522222 ext. 2813', 'fistribuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4467, 4467, ';57(7) 6522222 ext. 2810', 'dirsec.santander@fiscalia.gov.co;dirfisbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61; Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4468, 4468, ' ext. ', 'froilan.sanabria@fiscalia.gov.co', 'Cra. 19 No. 24 - 61; Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4469, 4469, ' ext. ', ';dirctibuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61; Piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4470, 4470, '57(7) 7486789 ext. ', 'N/A', 'Cra.11 No. 6 - 21 / Barbosa / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4471, 4471, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4472, 4472, '57(7) 6522222 ext. 2809', 'dirsec.santander@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4473, 4473, '57(7) 6522222 ext. 2809', 'dirsec.santander@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4474, 4474, '57(7) 6522222 ext. 2809', 'dirsec.santander@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4475, 4475, '57(7) 6522222 ext. 2809', 'diana.alvarez@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4476, 4476, '57(7) 6522222 ext. 2756', 'dirfisbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4477, 4477, '57(7) 6522222 ext. 2756', 'dirfisbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4478, 4478, '57(7) 6522222 ext. 2756', 'fissisbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4479, 4479, '57(7) 6522222 ext. 2756', 'dirfisbuc@fiscalia.gov.co', 'Cra. 19 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4480, 4480, '57(7) 76333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4481, 4481, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4482, 4482, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4483, 4483, '57(4) 828-22-15    ext. ', '', 'Cra. 99 No. 96-35 P.6, Ofc. 610-611-612 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4484, 4484, '57(4) 8536508 ext. ', 'martha.bonilla@fiscalia.gov.co', 'Cll. 20 Nro. 20-05, Palacio Municipal / Briceño / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4485, 4485, '57(4) 8362016 ext. 217', 'luis.pinilla@fiscalia.gov.co', 'Cll. 51 Nro. 46-24 Casa de Justicia / Cáceres / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4486, 4486, '57(4) 823-56-00  ext. ', 'f095locantcar@fiscalia.gov.co', 'Cra. 76 No. 77-14 P.2 / Carepa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4487, 4487, '57(4) 839-55-68  ext. ', '', 'Cll. 21 No. 8-52 P. 3 / Caucasia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4488, 4488, '57(4) 825-40-71  ext. ', '', 'Cll. 104-A No. 97A - 80 / Chigorodó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4489, 4489, '57(4) 863-14-50  ext. ', '', 'Cra. 19 No. 16-86 / Cisneros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4490, 4490, '57(4) 841-16-97 ext. ', 'f088locantbol@fiscalia.gov.co', 'Cll. 49 No. 51-81 / Ciudad Bolívar / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4491, 4491, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4492, 4492, '57 (7) 6970083 - 6970296 -6970297 ext. 2127', 'fiscavbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4493, 4493, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4494, 4494, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4495, 4495, '57(7) 6522222 ext. 105', 'fisacobuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4496, 4496, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4497, 4497, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4498, 4498, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4499, 4499, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4500, 4500, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4501, 4501, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4502, 4502, '57(7) 6522222 ext. 2111', 'fisasibuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4503, 4503, '57(7) 6522222 ext. 2111', 'fisasibuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4504, 4504, '57(7) 6522222 ext. 2111', 'fisasibuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4505, 4505, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4506, 4506, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4507, 4507, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4508, 4508, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4509, 4509, '57(4) 844-71-92  ext. ', 'f050locantcon@fiscalia.gov.co', 'Cra. 20 17a - 30 / Concordia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4510, 4510, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4511, 4511, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4512, 4512, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 6 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4513, 4513, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4514, 4514, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4515, 4515, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4516, 4516, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4517, 4517, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4518, 4518, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra.11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4519, 4519, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 cuarto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4520, 4520, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4521, 4521, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra. 11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4522, 4522, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4523, 4523, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 octavo piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4524, 4524, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4525, 4525, '57(4) 859-00-94  ext. ', '', 'Cra. Murillo Toro No. 10-75 / Dabeiba / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4526, 4526, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4527, 4527, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 quinto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4528, 4528, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4529, 4529, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4530, 4530, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4531, 4531, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra. 11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4532, 4532, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4533, 4533, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4534, 4534, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra. 11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4535, 4535, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4536, 4536, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4537, 4537, '57(7) 6522222 ext. 2400 - 2401', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4538, 4538, '57(7) 6522222 ext. 2411 - 2412', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4539, 4539, '57(7)6347061 ext. ', 'fisespbuc@fiscalia.gov.co', 'Cra. 33 Cll. 18 Quinta Brigada / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4540, 4540, '57(7)6808053 ext. ', 'fisespbuc@fiscalia.gov.co', 'Cll. 32 No.37-85 Barrio la Aurora / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4541, 4541, '57(7) 6522222 ext. 2502', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 N0. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4542, 4542, '57(7) 6522222 ext. 2442 - 2441', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4543, 4543, '57 (7) 7247652 ext. 511', 'fiscalia002.tribunalsangil@fiscalia.gov.co', 'Cll. 9 No 9-38 5to piso / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4544, 4544, '57(7) 6607579 ext. 101 - 100', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4545, 4545, '57(7) 6607579 ext. 160', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4546, 4546, '57(4) 866-39-39  ext. ', 'f075locantdma@fiscalia.gov.co', 'Cra. 30 No. 30-25 ofc. 101 / Don Matias / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4547, 4547, '57(7)6555064 ext. ', 'ayfaycpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 1 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4548, 4548, '57 (7) 7247656 ext. 502', 'froilan.sanabria@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 5 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4549, 4549, '57 (7) 7247651 ext. 430', 'fisasigil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 4 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4550, 4550, '57 (7) 7247651 ext. 429', 'jesus.pineda@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 4 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4551, 4551, '57 (7) 7247653 ext. 303', 'fissecgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4552, 4552, '57 (7) 7247652 ext. 302', 'f004secgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4553, 4553, '57 (7) 7247651 ext. 304', 'f007secgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4554, 4554, '57 (7) 7247658 ext. 520', 'fissisgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 5 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4555, 4555, '57(7) 6254127 ext. 300', 'fissecsvibuc@fiscalia.gov.co', 'Cra. 9 No. 9-41 Piso 3 / San Vicente de Chucurí / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4556, 4556, '57 (7) 6483000 ext. ', 'fissauflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4557, 4557, '57(4) 856-23-43 ext. ', 'f007locebeant@fiscalia.gov.co', 'Cll. 19 No- 18-5 / Ebejico / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4558, 4558, '57 (7) 7247652 ext. 200', 'fislinsocsgi@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 2 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4559, 4559, '57(7) 6522222 ext. 2508', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4560, 4560, '57(7) 6522222 ext. 2513 - 2500', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4561, 4561, '57(7) 6522222 ext. 2503 - 2504', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4562, 4562, '57(7) 6522222 ext. 2510 - 2511', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4563, 4563, '57 (7) 7247651 ext. 310', 'fisespgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4564, 4564, '57 (7) 7564748 ext. ', 'fiscalia005.secvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso 2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4565, 4565, '57 (7) 7564713 ext. ', 'fiscalia005.secvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso 2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4566, 4566, '57 (7) 7564713 ext. ', 'fiscalia005.secvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso 2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4567, 4567, '57(8) 5131517 ext. ', 'dirsec.sanandres@fiscalia.gov.co', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4568, 4568, '57(8) 5131517 ext. ', 'N/A', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4569, 4569, '57(5) 2820700 ext. 124-312', 'dirsec.sucre@fiscalia.gov.co', 'Cra.20 No. 21-25, Oficina 312 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4570, 4570, '57(5) 2820700 ext. 310-313', 'subdir.fiscaliassuc@fiscalia.gov.co', 'Cra. 20 No. 21-25, Oficina 310 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4571, 4571, '57(5) 2820700 ext. 218-220', 'f001secsin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4572, 4572, '57(5) 2820700 ext. 224-225', 'f006ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4573, 4573, '57(5) 2820700 ext. 214-215', 'f002ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4574, 4574, '57(5) 2820700 ext. 221-212', 'f004ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4575, 4575, '57(5) 2820700 ext. 222-228', 'f015ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4576, 4576, '57(5) 2820700 ext. 230-232', '', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4577, 4577, '57(5) 2820700 ext. 223-227', 'f014ssin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4578, 4578, '57(5) 2820700 ext. 233-234', 'F016ssisinc@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4579, 4579, '57(5) 2820700 ext. 141-182', '', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4580, 4580, '57(4) 837-27-07 ext. ', 'f010locantbag@fiscalia.gov.co', 'Cll. 50 No. 47A-17 / El Bagre / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4581, 4581, '57(4) 543-29-75 ext. ', '', 'Cll. 30 No. 29-22 / El Carmen de Viboral / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4582, 4582, '57(4) 851-56-38 ext. ', 'f022locantepe@fiscalia.gov.co', 'Cra. 17 2-21 P.2 / El Peñol / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4583, 4583, '57(4) 541-07-81 ext. ', '', 'Cll. 20 No. 20-40 P. 2 / El Retiro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4584, 4584, '57(5) 2820700 ext. ', 'f005ssisin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4585, 4585, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4586, 4586, '57(5) 2826757 ext. 112', '', 'Cra. 15 No. 15 - 64B / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4587, 4587, '57(8) 5131517 ext. ', 'N/A', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4588, 4588, '57 (7) 7564735 ext. ', 'fislinvelsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4589, 4589, '57(8)5131517 ext. ', 'fisespsan@fiscalia.gov.co', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4590, 4590, '57(5) 2820700 ext. 203-204', 'f002espsin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4591, 4591, '57(5) 2820700 ext. 205-206', 'f003espsin@fiscalia.goc.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4592, 4592, '57(5) 2820700 ext. 175-202', '', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4593, 4593, '57(8) 5136882 ext. ', 'tatiana.angulo@fiscalia.gov.co', 'Avda.. Newball Edif DANN 4to piso / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4594, 4594, '57(5) 2826757 ext. 101', '', 'Cra. 15 No. 15 - 64B / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4595, 4595, '57(5) 2826757 ext. ', 'f009lcosin@fiscalia.gov.co', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4596, 4596, '57(5) 2826757 ext. ', 'f010corsin@fiscalia.gov.co', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4597, 4597, '57(5) 2826757 ext. ', '', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4598, 4598, '57(5) 2826757 ext. ', '', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4599, 4599, '57(5) 2826757 ext. ', 'f011smsin@fiscalia.gov.co', 'Cra. 24No. -17- 47 / San Marcos / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4600, 4600, '57(5) 2895246 ext. ', 'f012sinsin@fiscalia.gov.co', 'Cll. 8 No. 12 - 30 / San Luis de Since / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4601, 4601, '57(5) 2879096 ext. ', 'f013sucsin@fiscalia.gov.co', 'Cra. 1 No. 10 - 32 / Sucre / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4602, 4602, ' ext. ', 'dirsec.guainia@fiscalia.gov.co', 'Cra. 7 No. 14 - 133 / Inírida / Guainía – Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4603, 4603, '57 (8) 5642153 ext. ', 'fissecmitvil@fiscalia.gov.co', 'Cra. 14 No. 11 - 103 / Mitú / Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4604, 4604, '57 (1) 5702000 ext. 4551', 'irma.celemin@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio Nuevo Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4605, 4605, '57 (1) 5702000 ext. 3011', 'alvaro.sarmiento@fiscalia.gov.co', 'Dg. 22B No. 52-01 Bloque F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4606, 4606, '57 (4) 7831978 ext. ', 'fisbacmon@fiscalia.gov.co', 'Cra. 3 No. 10-54 Barrio Buenavista / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4607, 4607, '57 (5) 3793008 ext. ', 'jhon.pena@fiscalia.gov.co', 'Cra. 44 No. 38-11 Edificio Banco Popular Piso 4 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4608, 4608, '57 (2) 3927505 ext. 1008', 'f015baccal@fiscalia.gov.co', 'Cll. 25 Norte No. 6A-11 Piso 2 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4609, 4609, '57 (4) 4443505 ext. 6794', 'f020bacmed@fiscalia.gov.co', 'Cra. 52 No. 42-73 Piso 7 Edifico José Félix Restrepo Complejo Judicial Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4610, 4610, '57 (4) 8284622 ext. 6794', 'milton.arias@fiscalia.gov.co', 'Cra. 99 No. 96-35 Apartacentro Oficina 503 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4611, 4611, '57 (4) 4456500 ext. 6794', 'mercedes.montoya@fiscalia.gov.co', 'Cra. 20 No. 17-05 / Caucasia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4612, 4612, '57 (2) 7201746 ext. ', 'william.palacios@fiscalia.gov.co', 'Calle 19 No. 21-34 Piso 2 Edificio de la URI / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4613, 4613, '57 (2) 7274848 ext. ', 'william.palacios@fiscalia.gov.co', 'Avenida los Estudiantes Edificio Unidad Infancia y Adolescencia Piso 1 / Tumaco / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4614, 4614, '57 (7) 6522222 ext. ', 'norbelle.castaneda@fiscalia.gov.co', 'Cra. 19 No. 24-61 Barrio Alarcón Edificio Fiscalia General de la Nación / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4615, 4615, '57 (7) 6222972 ext. ', 'cristo.duran@fiscalia.gov.co', 'Calle 50 No. 8B-35 Palacio de Justicia Sector Comercial / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4616, 4616, '57(4) 546-21-92 ext. ', 'f002locantsan@fiscalia.gov.co', 'Cra. 42 No. 49-99 Edf. Juan P. II. / El Santuario / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4617, 4617, ' ext. ', 'N/A', 'Cra. 7 No. 14 - 133 / Inírida / Guainía – Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4618, 4618, '57 (8) 5642153 ext. ', 'N/A', 'Cra. 14 No. 11 - 103 / Mitú / Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4619, 4619, '57 (7) 5753140 ext. ', 'diana.reyes@fiscalia.gov.co', 'Cll. 10 Avenida 0 Centro Empresarial Tonchalá Piso 5 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4620, 4620, '57 (8) 6614430 ext. 454', 'teresa.benavides@fiscalia.gov.co', 'Cll. 15 No. 37L-86 Piso 5 Nivel 7 Barrio Guaitiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4621, 4621, '57 (1) 5702000 ext. 1303-1309', 'unidad.contraterrorismo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4622, 4622, '57 (1) 5702000 ext. 1340', 'moises.grimaldo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4623, 4623, '57 (1) 5702000 ext. 1352', 'claudiam.suarez@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4624, 4624, '57 (1) 5702000 ext. 1355', 'wilson.mantilla@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4625, 4625, '57 (1) 5702000 ext. 1187', 'juan.hernandez@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4626, 4626, '57 (1) 5702000 ext. 1342', 'adalgiza.neira@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4627, 4627, '57 (1) 5702000 ext. 1359', 'liliana.avendano@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4628, 4628, '57 (1) 5702000 ext. 1276', 'carmen.cardozo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4629, 4629, '57 (1) 5702000 ext. 1353', 'hector.leguizamon@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4630, 4630, '57 (1) 5702000 ext. 1362', 'miguel.olaya@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4631, 4631, '57 (1) 5702000 ext. 1305', 'ana.larrota@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4632, 4632, '57 (1) 5702000 ext. 1357', 'orlando.lopezb@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4633, 4633, '57 (1) 5702000 ext. 1356', 'wilson.mantilla@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4634, 4634, '57 (1) 5702000 ext. 1143', 'nancy.pardo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4635, 4635, '57 (1) 5702000 ext. 1179', 'pablo.murcia@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4636, 4636, '57 (1) 5702000 ext. 1852', 'rodrigo.rocha@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4637, 4637, '57 (1) 5702000 ext. 1150', 'rene.lemus@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4638, 4638, '57 (1) 5702000 ext. 1717', 'patricia.giraldo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4639, 4639, '57 (1) 5702000 ext. 1348', 'fabiola.ortiz@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4640, 4640, '57 (1) 5702000 ext. 1347', 'rita.gil@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4641, 4641, '57 (1) 5702000 ext. 1344', 'maria.camargo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4642, 4642, '57 (1) 5702000 ext. 1310', 'norberto.garzon@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4643, 4643, '57 (4) 8330273 ext. ', 'fabio.martinezl@fiscalia.gov.co', 'Cll.50 entre Cra.3 y 4 Antiguo Hotel Magdalena .- Décima 4 Brigada Ejército Nacional / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4644, 4644, '57 (7) 6114378 ext. ', 'luz.hernandez@fiscalia.gov.co', 'Avda. Circunvalar con Cra.24 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4645, 4645, '57 (7) 8851030 ext. ', 'lizeth.rodriguez@fiscalia.gov.co', 'Brigada 18 Ejército Nacional / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4646, 4646, '57 (1) 5604569 ext. ', 'ivan.acosta@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4647, 4647, '57 (2) 7270294 ext. ', 'jose.bohorquez@fiscalia.gov.co', 'Batallón de Infantería de Marina Bafin No. 70 vía al Morro / Tumaco / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4648, 4648, '57 (8) 4290518 ext. ', 'mauricio.ponce@fiscalia.gov.co', 'Batallón Energético vía No. 9 Barrio Jadín / Orito / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4649, 4649, '57 (7) 5893222 ext. ', '', 'Avda. Primera vía al Pórtico Brigada 30 Ejército Nacional / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4650, 4650, '57 (7) 8892035/31 ext. ', '', 'Batallón Reveis Pizarro / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4651, 4651, ' ext. ', 'henry.rodriguez@fiscalia.gov.co', 'Cll.37 No. 32-12 BARRIO BARZAL / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4652, 4652, ' ext. ', 'maria.forero@fiscalia.gov.co', 'Cra. 19 No 6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4653, 4653, ' ext. ', 'angelica.afanador@fiscalia.gov.co', 'Cra. 44 No. 38-11 Edificio Banco Popular Piso 4 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4654, 4654, '57 (7) 6833727 ext. 500', 'yaneth.barranco@fiscalia.gov.co', 'Cll. 37 No. 15-55 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4655, 4655, '57 (2) 6204400 ext. 1332', 'ilsa.barrera@fiscalia.gov.co', 'Cll. 10 No. 6-25 Piso 3 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4656, 4656, '57 (7) 5751260 ext. 146', '', 'Palacio de Justicia Piso 2 Oficina 208B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4657, 4657, '57 (8) 4358732 ext. 112', 'luz.plazas@fiscalia.gov.co', 'Cr.11 No,5-38 Edificio Barú, Piso 1 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4658, 4658, ' ext. ', 'julio.solano@fiscalia.gov.co', 'Cll. 10 No. 8-07 / Ibagué / Tolima', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4659, 4659, '57 (4) 5115511 ext. 8011', 'dianam.angel@fiscalia.gov.co', 'Cra. 50 No. 54-18 OF. 101 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4660, 4660, ' ext. ', '', 'Cll. 29 No. 20 con cincunvalar / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4661, 4661, '57 (8) 8713754 ext. ', 'vladimir.celis@fiscalia.gov.co', 'Cra. 8No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4662, 4662, '57 (2 ) 7201745 ext. 3017', 'rosario.patino@fiscalia.gov.co', 'Cra.21 No. 19-48 Piso 2 / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4663, 4663, '57 (6) 3294042 ext. 110', 'zahyra.pantoja@fiscalia.gov.co', 'Cll. 43 No. 6-60 Piso 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4664, 4664, '57 ( 2) 8320222 ext. 30', '', 'Palacio de Justicia Villa Marista - Cra. 10 No. 8-00 / Popayán / Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4665, 4665, ' ext. ', '', 'Cra.11 No. 14-106 / Valledupar / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4666, 4666, ' ext. ', 'ciro.villamizar@fiscalia.gov.co', 'Cll. 37 No. 32-12 / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4667, 4667, '57 (1) 5607837 ext. ', 'fisantinal@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4668, 4668, '57 (1) 5601238 ext. ', 'margarita.castelblanco@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4669, 4669, '57 (1) 5603475 ext. ', 'pedro.rodriguez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4670, 4670, '57 (1) 5605926 ext. ', 'carlosa.tovar@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4671, 4671, '57 (1) 5605955 ext. ', 'josel.lugo@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4672, 4672, '57 (1) 5605955 ext. ', 'derly.barrios@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4673, 4673, '57 (1) 5608117 ext. ', 'martha.sepulveda@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4674, 4674, '57 (1) 5608117 ext. ', 'elizabeth.quiroga@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4675, 4675, '57 (1) 5603012 ext. ', 'joseg.romero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4676, 4676, '57 (1) 5603012 ext. ', 'myriam.quintero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4677, 4677, '57 (1) 5607473 ext. ', 'fabio.baron@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4678, 4678, '57 (1) 5602646 ext. ', 'orlando.serrano@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4679, 4679, '57 (1) 5602646 ext. ', 'hpenaran@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4680, 4680, '57 (1) 5604959 ext. ', 'nidia.carrero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4681, 4681, '57 (1) 5604959 ext. ', 'Fvillare@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4682, 4682, '57 (1) 5601756 ext. ', 'hugo.martinez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4683, 4683, '57 (1) 5603948 ext. ', 'claudia.meneses@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4684, 4684, '57 (1) 5601970 ext. ', 'giovanna.cortes@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4685, 4685, '57 (1) 5601756 ext. ', 'lcarreno@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4686, 4686, '57 (1) 5601138 ext. ', 'yaneth.quintero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4687, 4687, '57 (1) 5604569 ext. ', 'ciro.castillla@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4688, 4688, '57 (1) 5601138 ext. ', 'aida.moreno@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4689, 4689, '57 (1) 5606827 ext. ', 'mercy.velasquez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4690, 4690, '57 (1) 5601931 ext. ', 'claudia.garrido@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4691, 4691, '57 (1) 5603475 ext. ', 'julian.rendon@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4692, 4692, '57 (1) 5608608 ext. ', 'martin.moreno@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4693, 4693, '57 (1) 5601931 ext. ', 'jaime.ocampo@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4694, 4694, '57 (1) 5603352 ext. ', 'ana.avila@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4695, 4695, '57 (1) 5608608 ext. ', 'hector.parraga@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4696, 4696, '57 (1) 5608608 ext. ', 'hector.parraga@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4697, 4697, '57 (1) 5608608 ext. ', 'edith.fernandez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4698, 4698, '57 (1) 5601983 ext. ', 'martha.alfonzo@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4699, 4699, '57 (1) 5601983 ext. ', 'fernando.arias@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4700, 4700, '57 (1) 5601983 ext. ', 'mabel.rico@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4701, 4701, '57 (1) 5601983 ext. ', 'luz.quintero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4702, 4702, '57 (1) 5609470 ext. ', 'sandra.gomezs@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4703, 4703, '57(1) 570 2000 ext. 1399', '', 'Dg. 22b No. 52-01 Ed. F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4704, 4704, '57(2)6204400 ext. ', 'maria.monsalve@fiscalia.gov.co', 'Cll. 10 No. 5-77 piso 11 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4705, 4705, '57(5)6569696 ext. ', 'ricardo.carriazo@fiscalia.gov.co', 'Cll. 66 No. 4-86 piso 3 of.30 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4706, 4706, '57(4)5115511 ext. 8913', 'cesar.zapata@fiscalia.gov.co', 'Cra. 50 No. 54-18 piso 9 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4707, 4707, '57(2)8231889 ext. 2445', 'gladys.polechor@fiscalia.gov.co', 'Cll. 4 No. 10B-66 PISO 2 / Popayán / Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4708, 4708, '57(7)652222 ext. 2932', 'yolanda.gomez@fiscalia,gov.co', 'Cra. 19 No. 24-61 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4709, 4709, '57(2)7201744 ext. ', 'felipe.folleco@fiscalia.gov.co', 'Cra. 21 No. 18-48 / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4710, 4710, '57(5)3440030 ext. ', 'onilio.yepes@fiscalia,gov.co', 'Cll. 41 No.41-69 piso 4 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4711, 4711, '57(4)5115511 ext. 8913', 'yolanda.bayona@fiscalia.gov.co', 'Cra. 50 No. 54-18 piso 9 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4712, 4712, '57(4)5115511 ext. 8913', 'mangelica.rodriguez@fiscalía.gov.co', 'Cra. 50 No. 54-18 piso 9 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4713, 4713, '57(8)8716512 ext. 111-112', 'jose.cediel@fiscalia.gov.co', 'Cra. 8 No. 6-81 Of. 101A / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4714, 4714, '57(6)3291838 ext. 110', 'nelvar.baron@fiscalia.gov.co', 'Cll. 43 No. 6-60 piso 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4715, 4715, '57(5)4313888 ext. 132-107', 'oscar.martinez@fiscalia.gov.co', 'Cra. 8 No. 27-15 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4716, 4716, '57(2)6204400 ext. ', 'dayanne.garcia@fiscalia.gov.co', 'Cll. 10 No. 5-77 piso 11 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4717, 4717, '57(2)6204400 ext. ', 'jazmin.penagos@fiscalia.gov.co', 'Cll. 10 No. 5-77 piso 11 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4718, 4718, '57 (1) 5702000 ext. 1853', 'andrea.malagon@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4719, 4719, '57 (1 ) 5702000 ext. 2482 - 2481', 'carlos.villamil@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4720, 4720, '57 (1 ) 5702000 ext. 1334', 'jackeline.sanchez@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4721, 4721, '57 (5) 3410103- 3519868 ext. ', 'alberto.ariza@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4722, 4722, '57 (1 ) 5702000 ext. 1162 - 1148', 'jeannette.novoa@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4723, 4723, '57 (1) 5879750 ext. 1421 - 1406', 'patricia.cabanillas@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4724, 4724, '57 (1) 5879750 ext. 1256 - 1249 - 1246', 'gilberto.martinez@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4725, 4725, '57 (1) 5879750 ext. 1405 - 1304 - 1410', 'deicy.jaramillo@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4726, 4726, '57 (1 ) 5702000 ext. 1321', 'liliana.calle@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4727, 4727, '57 (5) 3519868 - 3512754 ext. ', 'zeneida.lopez@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4728, 4728, '57 (5) 3411063 ext. ', 'juan.oliveros@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4729, 4729, '57 (5) 3411063 ext. ', 'jeannette.cabarcas@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4730, 4730, '57 (5) 3410102 ext. ', 'eduardo.buelvas@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4731, 4731, '57 (5) 3410102 ext. ', 'rafael.aponte@fiscalia.gov.co', 'Cra. 3 No. 10 - 45 Barrio Buenas Vista - Antiguo Hospital San Gerónimo / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4732, 4732, '57 (4) 3841600 ext. 6516', 'martha.mejia@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4733, 4733, '57 (1 ) 5702000 ext. 1127 - 3008 - 1130', 'juan.lopez@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4734, 4734, '57 (1) 5461414 ext. 202 / 166', 'edgar.vivas@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 11 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4735, 4735, '57 (4) 3841600 ext. 6590 - 6583 - 6578', 'nubia.chavez@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4736, 4736, '57 (2) 6208316 - 6208352 ext. ', 'josej.arias@fiscalia.gov.co', 'Avda. Roosevelt No. 38 - 32 Piso 1 Edificio Conquistadores / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4737, 4737, '57 (4) 3841600 ext. 6634', 'william.arteaga@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4738, 4738, '57 (1 ) 5702000 ext. 1132 - 1395 -', 'hilda.nino@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4739, 4739, '57 (1) 5879750 ext. 1258 - 1420 - 1329', 'yolanda.prado@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4740, 4740, '57 (1) 5879750 ext. 1362', 'nelson.mendez@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4741, 4741, '57 (1) 5879750 ext. 1412', 'marlene.barbosa@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4742, 4742, '57 (1 ) 5702000 ext. 1131 - 1467 - 1175', 'luzhelena.morales@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4743, 4743, '57 (1) 5879750 ext. 1250 - 1262 - 1269', 'hernando.castaneda@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4744, 4744, '57 (1 ) 5702000 ext. 1136 - 1171 -1125', 'mauricio.garciac@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4745, 4745, '57 (5 ) 4211505 - 4215045 ext. 114 - 127 - 106', 'ilsy.herrera@fiscalia.gov.co', 'Avda. del Libertador No. 15 – 90 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4746, 4746, '57 (5 ) 4211505 - 4215045 ext. 115 - 119 - 118', 'fare.arregoces@fiscalia.gov.co', 'Avda. del Libertador No. 15 – 90 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4747, 4747, '57 (7 ) 6522222 ext. 2832 - 2833', 'ivan.gomez@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4748, 4748, '57 (7 ) 3519868 - 3410103 ext. ', 'francisco.alvarez@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13  Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4749, 4749, '57 (1) 5879750 ext. 1412', 'liliay.hernandez@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4750, 4750, '57 (4) - 3841600 ext. 6672 - 6671 - 6680', 'dumar.otalora@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4751, 4751, '57 (1) 5879750 ext. 1389', 'feospina@fiscalia.gov.co', 'Cra.30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4752, 4752, '57 (1) 5879750 ext. 1387 - 1384', 'doris.agudelo@fiscalia.gov.co', 'Cra.30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4753, 4753, '57 (2) 6208301 - 6208319 ext. ', 'carlos.aponte@fiscalia.gov.co', 'Avda. Roosevelt No. 38 - 32 Piso 1 Edificio Conquistadores / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4754, 4754, '57 (7 ) 6522222 ext. 2818', 'saide.meneses@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4755, 4755, '57 (4) - 3841600 ext. 6653 - 6666 - 6650 - 6658', 'martha.galindo@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4756, 4756, '57 (1 ) 5702000 ext. 1776', 'hector.moreno@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4838, 4838, '57 (5) 7273570 ext. 401', 'subdir.apgestiongua@fiscalia.gov.co', 'Cll. 1 No. 6 - 65 Piso 4 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4757, 4757, '57 (4) 3841600 ext. 6618 - 6105', 'mauricio.aguirre@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4758, 4758, '57 (4) 3841600 ext. 6411 - 6409 - 6429', 'albeiro.chavarro@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4759, 4759, '57 (1 ) 5702000 ext. 1249 - 1141 - 1110', 'galvarez@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4760, 4760, '57 (1) 5879750 ext. 1293 - 1361', 'carlos.camargo@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4761, 4761, '57(4) 840-35-19   ext. ', 'f042locantfre@fiscalia.gov.co', 'Cra. 51 No. 50-39 / Fredonia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4762, 4762, '57 (4) 3841600 ext. 6543 - 6541', 'andres.echeverria@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4763, 4763, '57 (1) 5879750 ext. 1256 - 1407', 'pedro.diaz@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4764, 4764, '57 (1) 5879750 ext. 1421 - 1406', 'claudia.arguello@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4765, 4765, '57 (7 ) 6522222 ext. 2831 - 2830', 'luz.avellaneda@fiscalia.gov.co', 'Cra. 19 No. 24 – 61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4766, 4766, '57 (7 ) 6522222 ext. 2835 - 2834', 'nestor.rangel@fiscalia.gov.co', 'Cra. 19 No. 24 – 61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4767, 4767, '57 (2) 6208322 - 6208315 - 6208325 ext. ', 'mariap.meza@fiscalia.gov.co', 'Avda. Roosevelt No. 38 - 32 Piso 1 Edificio Conquistadores / Cali (Valle del Cauca) / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4768, 4768, '57 (7) 5829343 ext. 201-202-206-', 'edgar.carvajal@fiscalia.gov.co', 'Centro de Negocios Hotel Tonchalá Piso 2 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4769, 4769, '57 (8) 2668442 ext. 360', 'german.villegas@fiscalia.gov.co', 'Cra. 10 Sur No. 46 – 80 Piso 2 Bloque 3 Zona industrial El Papayo / Ibagué / Tolima', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4770, 4770, '57 (5) 5710919 ext. 211', 'magaly.alvarez@fiscalia.gov.co', 'Cll. 15 No. 14 – 34 Edificio Grancolombiana Piso 1 / Valledupar / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4771, 4771, '57 (8) 6707958 ext. 110- 109 - 106', 'luis.guevara@fiscalia.gov.co', 'Cra. 30 No. 41 – 55 Barrio La Gramas / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4772, 4772, '57 (1) 5702000 ext. 2603', 'carmen.carreno@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4773, 4773, '57 (1) 5702000 ext. 2120', 'brenda.aguilar@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4774, 4774, '57 (1) 5702000 ext. 1972', 'steephanie.contreras@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4775, 4775, '57 (1) 5702000 ext. 2764', 'juan.vega@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4776, 4776, '57 (1) 5702000 ext. 2671', 'orlando.rojas@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4777, 4777, '57 (1) 5702000 ext. 2709', 'olga.coronel@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4778, 4778, '57 (1) 5702000 ext. 2809', 'crodrigu@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4779, 4779, '57 (1) 5702000 ext. 2625', 'ricardo.cabrera@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4780, 4780, '57 (1) 5702000 ext. 2637 - 2788', 'ycaceres@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4781, 4781, '57 (1) 5702000 ext. 2752', 'clara.lovera@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4782, 4782, '57 (1) 5702000 ext. 2774', 'daniel.hernandez@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4783, 4783, '57 (1) 5702000 ext. 2641 - 2645', 'raul.cruz@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4784, 4784, '57 (1) 4088000 ext. 4125', 'jauriguy.chacon@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4785, 4785, '57 (1) 5702000 ext. 1410 / 1423/ 1421', 'edwin.rodriguez@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4786, 4786, '57 (1) 5702000 ext. 1938 - 1795', 'luis.buitrago@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Sótano Parqueadero funcionarios / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4787, 4787, '57 (1) 4088000 ext. 1266/1265', 'lecastro@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4788, 4788, '57 (1) 4088000 ext. 110 - 3109 - 1207', 'fabio.herrera@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4789, 4789, '57 (1) 5702000 ext. 1979', 'john.arenas@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4790, 4790, '57 (1) 4088000 ext. 1320', 'pecortes@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4791, 4791, '57 (1) 4088000 ext. 3605', 'ricardo.forero@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4792, 4792, '57 (1) 4088000 ext. 3544 - 3545', 'lis.macardoza@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 10 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4793, 4793, '57 (1) 5461246 ext. 1112', 'julio.morinelly@fiscalia.gov.co', 'Cra. 13 No. 73 - 50 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4794, 4794, '57 (1) 4088000 ext. 1213', 'nelson.oliveros@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4795, 4795, '57 (1) 4088000 ext. 3456 - 3539', 'luis.castellanos@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 10 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4796, 4796, '57(4) 859-54 -02  ext. ', 'f053locantfro@fiscalia.gov.co', 'Cra. 32 No. 30-60 Pasaje elkalipsa P.1, Edf. Juzgados / Frontino / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4797, 4797, '57 (1) 5702000 ext. 3870 - 4061', 'harold.mosquer@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Edificio Nuevo Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4798, 4798, '57 (1) 5702000 ext. 1924', 'andres.diaz@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4799, 4799, '57 (1) 5702000 ext. 1480', 'migue.rodriguez@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque F Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4800, 4800, '57 (1) 5702000 ext. 2710', 'jhony,montoya@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4801, 4801, '57 (1) 5702000 ext. 2660/61', 'luforero@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4802, 4802, '57 (1) 5702000 ext. 2681', 'freddy.sanchez@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque F Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4803, 4803, '57 (1) 4088000 ext. 3596', 'rafael.pretel@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 5 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4804, 4804, '57 (1) 5702000 ext. 2632', 'juanleon@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4805, 4805, '57 (1) 5702000 ext. 1610- 1611', 'nilsa.marin@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4806, 4806, '57 (1) 5702000 ext. 1639 - 1652', 'leyda.campo@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4807, 4807, '57 (1) 5702000 ext. 1640 - 1637', 'sonia.silva@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4808, 4808, '57 (1) 2325513 / 57 (1) 2456498 ext. ', 'martha.roa@fiscalia.gov.co', 'Cra. 18A No. 39A - 39 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4809, 4809, '57 (1) 5702000 ext. 1659 - 1611', 'jaime.castro@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 5 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4810, 4810, '57 (1) 5702000 ext. 1639 - 1652', 'luzabril@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 5 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4811, 4811, '57 (1) 4088000 ext. 1228 -1229', 'claudia.briceno@hotmail.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4812, 4812, '57 (1) 4088000 ext. 1220 - 1223', 'angela.galvis@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4813, 4813, '57 (1) 4088000 ext. 3744', 'alvaro.ortiz@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4814, 4814, '57 (1) 5702000 ext. 1661-1671-1653', 'lgonzale@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4815, 4815, '57 (1) 4088000 ext. 1226', 'josef.diaz@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4816, 4816, '57 (1) 4088000 ext. 1810 -1280', 'yomaira.garcia@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4817, 4817, '57 (1) 5702000 ext. 1650', 'esteban.urrutia@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4818, 4818, '57 (1) 4088000 ext. 3536', 'sandra.cuervo@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4819, 4819, '57 (1) 5702000 ext. 1679 - 1680', 'wigarzon@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4820, 4820, '57 (1) 5702000 ext. 2052', 'dnayf@fisalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4821, 4821, '57 (1) 5702000 ext. 2065', 'subdir.talentohumano@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4822, 4822, '57 (1) 5702000 ext. 2311', 'dep.administracionpersonal@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4823, 4823, '57 (1) 5702000 ext. 2501', 'dep.bienestarsaludocupacional@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4824, 4824, '57 (1) 5702000 ext. 3247', 'deptics.sicomunicacionesseguridad@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4825, 4825, '57 (1) 5702000 ext. 3235', 'deptics.sicomunicacionesseguridad@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4826, 4826, '57 (1) 5702000 ext. 3205', 'deptics.sicomunicacionesseguridad@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4827, 4827, '57 (1) 5702000 ext. 2289', 'serviciosadministrativos.tramites@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4828, 4828, '57 (1) 5702000 ext. 2242', 'subdir.financiera@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4829, 4829, '57 (1) 5702000 ext. 3696', 'lmatalla@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4830, 4830, '57 (1) 5702000 ext. 1473', '', 'Dg. 52B No. 52-01 Ed. Nuevo Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4831, 4831, '57 (1) 5702000 ext. 2100', 'tutelas.carrera@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4832, 4832, '57 (5) 3714900 ext. 326', 'subdir.apgestionatl@fiscalia.gov.co', 'Cll. 53B No.46-50 Piso 3 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4833, 4833, '57 (1) 4088000 ext. 4525-4417', 'dirayfbog@fiscalia.gov.co', 'Cra. 28 No. 18-64 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4834, 4834, '57 (1) 2841170 / 80 ext. 106', 'subdir.apgestioncun@fiscalia.gov.co', 'Cra. 10 No. 27-27 Piso 6 Ofc. 608 y 609 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4835, 4835, '57 (2) 3927505 ext. 1003', 'subdir.apgestioncal@fiscalia.gov.co', 'Cll. 25 Norte No. 6 A-11 Piso 3 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4836, 4836, '57(4) 8627338   ext. ', 'f072gplant@fiscalia.gov.co', 'Cra. 51 No. 50-17 P.2 / Gómez Plata / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4837, 4837, '57 (5) 5711773 - 5700016 ext. 101', 'subdir.apgestionces@fiscalia.gov.co', 'Cll. 15 No. 14-33. Ed.Portal del Valle. Piso 2 / Valledupar / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4839, 4839, '57 (2) 7290002 ext. 1002', 'subdir.apgestionnar@fiscalia.gov.co', 'Cra. 23 No. 18 - 61 Ed. Ama Pasto / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4840, 4840, '57 (7) 5710411 ext. 290-217', 'subdir.apgestionnsant@fiscalia.gov.co', 'Cll. 8A No. 3-50 Piso 3 Ed. Santander / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4841, 4841, '57 (6) 3290770 ext. 107', 'dirayfper@fiscalia.gov.co', 'Avda. 30 de Agosto No. 32B-59 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4842, 4842, '57 (7) 6522222 ext. 1200', 'dirayfbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4843, 4843, '57 (4) 4446677 ext. 4401', 'dirayfant@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque C Piso 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4844, 4844, '57 (8) 6359532 ext. ', 'subdir.apgestioncas@fiscalia.gov.co', 'Cra. 21 No. 9-48 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4845, 4845, '57 (8) 6620283 ext. ', 'subdir.apgestionmet@fiscalia.gov.co', 'Cll. 34 No. 41 - 73 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4846, 4846, '57 (8) 2708102 ext. 101', 'ayfseciba@fiscalia.gov.co', 'Transversal 1ª. Sur No. 47-02 Bloque 1 Piso 2 Zona Industrial el Papayo / Ibagué / Tolima', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4847, 4847, '57 (2) 7292944 ext. 1008', 'subdir.fiscaliasput@fiscalia.gov.co', 'Cra. 23 No. 18-61 Ed. Ama Pasto Piso 5 / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4848, 4848, '57 (7) 6113648 ext. 114', 'subdir.apgestionmagmed@fiscalia.gov.co', 'Cra. 8 No. 51-48 Piso 2 Antigua sede Das - Barrancabermeja / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4849, 4849, '57 (7) 8858393 ext. ', 'subdir.apgestionara@fiscalia.gov.co', 'Cll. 23 No. 18-41 Arauca / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4850, 4850, '57 (5) 6569696 ext. 1100', 'dirayfcar@fiscalia.gov.co', 'Barrio Crespo Cll. 66 No. 4-86 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4851, 4851, '57 (8) 7404090 ext. 115', 'subdir.apgestionboyaca@fiscalia.gov.co', 'Cra. 9 No. 18-91 piso 2 Ed. Telecom / Tunja / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4852, 4852, '57 (6) 8844675 ext. ', 'subdir.apgestioncald@fiscalia.gov.co', 'Cra. 23 No. 20-40 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4853, 4853, '57 (8) 4358360 ext. 101', 'subdir.apgestioncaq@fiscalia.gov.co', 'Avda. Circunvalar No. 5A-14 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4854, 4854, '57 (2) 8208011 ext. 14', 'dirayfpop@fiscalia.gov.co', 'Cll. 3 No. 2-76 / Popayán / Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4855, 4855, '57 (4) 6708309 ext. ', 'subdir.apgestioncho@fiscalia.gov.co', 'Cll. 20 No. 3-11 / Quibdó / Chocó', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4856, 4856, '57 (4) 7864376 ext. 100-101', 'subdir.apgestioncor@fiscalia.gov.co', 'Cra. 3 No. 10-54 Barrio Buenavista Antiguo Hospital San Jeronimo / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4857, 4857, '57 (8) 8717931 ext. 101-102', 'subdir.apgestionhui@fiscalia.gov.co', 'Cra. 4 No. 6-99 Of. 601 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4858, 4858, '57 (5) 4215862 ext. ', 'subdir.apgestionmag@fiscalia.gov.co', 'Cra. 13 No. 22-19 Ed. San Jose Piso 2 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4859, 4859, '57 (5) 2820314 ext. 7211', 'subdir.apgestionsuc@fiscalia.gov.co', 'Cll. 20 No. 24-05 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4860, 4860, '57 (6) 7447270 ext. 200', 'subdir.apgestionquin@fiscalia.gov.co', 'Palacio de Justicia ''Fabio Calderon Of. 111'' / Armenia / Quindío', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4861, 4861, '57 (8) 5924685 ext. ', 'fislinletcun@fiscalia.gov.co', 'Cll. 14 No. 10-32 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4862, 4862, '57(4) 5351310,  5351330 ext. ', 'f097sauantrio@fiscalia.gov.co', 'Cra. 47 No. 60-02 / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4863, 4863, '57(8)885 3182 ext. ', '', 'Cra. 24 No. 20-36 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4864, 4864, '57 (1) 8751642 ext. 1300-1376-1384', 'fissaucbog@fiscalia.gov.co; fissaujefbog@fiscalia.gov.co; fiscsabog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4865, 4865, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co; fissaujefbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4866, 4866, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4867, 4867, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fiscalia.saucbolivarbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4868, 4868, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4869, 4869, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissaubog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4870, 4870, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissasbog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4871, 4871, '57 (5) 656 0220 ext. 57 (5) 656 0220', 'fissaucar@fiscalia.gov.co', 'Cra. 5. No. 59 A - 11 Barrio Canapote / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4872, 4872, '57(8)6358283 ext. 4', 'fis19sauyop@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4873, 4873, '57 (1) 8736877 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12 No. 16-04 Casa el Molino Piso 2 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4874, 4874, '57 (1) 8352385 ext. ', '', 'Cra. 12 No.16 Esquina Piso 2 / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4875, 4875, '57 (1) 7124133 ext. ', '', 'Cra. 7 No. 17-21 Piso 1 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4876, 4876, '57 (1) 8813095 ext. ', 'fiscalia.sauzipaquiracun@fiscalia.gov.co', 'Avda.. 15 No. 6-53 Piso 3 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4877, 4877, '57(7) 6222828 ext. 140', 'fissaubjabuc@fiscalia.gov.co', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 102 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4878, 4878, '57(7) 6222828 ext. 140', 'fissaubjabuc@fiscalia.gov.co', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 102 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4879, 4879, '57(4)3565200 ext. 7424', 'sausur@fiscalia.com.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4880, 4880, '57(4) 511 55 11 ext. 8425', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4881, 4881, '57(4) 511 55 11 ext. 8423', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4882, 4882, '57(4) 511 55 11 ext. 8427', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4883, 4883, '57(4) 511 55 11 ext. 8426', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4884, 4884, '57(4) 511 55 11 ext. 8326', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4885, 4885, '57(4) 511 55 11 ext. 8325', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4886, 4886, '57(4) 511 55 11 ext. 8430', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4887, 4887, '57(4)400 06 80 ext. 7606', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cll. 59 No. 48 - 35 AUTOPISTA NORTE VIA Copacabana (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4888, 4888, '57(4) 511 55 11 ext. 8431', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4889, 4889, '57(4) 511 55 11 ext. 8824', '', 'Cra. 50 No. 54-18 Ofc. 826, T. Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4890, 4890, '57(4) 511 55 11 ext. 8322', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4891, 4891, '57(4) 511 55 11 ext. 8324', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4892, 4892, '57(4) 511 55 11 ext. 8323', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4893, 4893, '57(4) 511 55 11 ext. 8422', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4894, 4894, '57(4) 511 55 11 ext. 8331', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4895, 4895, '57(4) 511 55 11 ext. 8428', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4896, 4896, '57(4)400 06 80 ext. 7610', 'saunorte@fiscalia.com.co', 'Cll. 59 No. 48 - 35 AUTOPISTA NORTE VIA Copacabana (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4897, 4897, '57(4)400 06 80 ext. 7608', 'saunorte@fiscalia.com.co', 'Cll. 59 No. 48 - 35 AUTOPISTA NORTE VIA Copacabana (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4898, 4898, '57(4)331 27 19 ext. ', 'sausur@fiscalia.com.co', 'Cra. 43 A No. 38 SUR 57 Ofc. 313 Edf. Montecarlo Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4899, 4899, '57(4)331 27 19 ext. ', 'sausur@fiscalia.com.co', 'Cra. 43 A No. 38 SUR 57 Ofc. 307 Edf. Montecarlo Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4900, 4900, '57(7) 577 5059 ext. ', 'fissaucuc@fiscalia.gov.co', 'Avda.. Gran Colombia No. 2E-96 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4901, 4901, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4902, 4902, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4903, 4903, '57(7)6550521 ext. ', 'fissaupiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4904, 4904, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4905, 4905, '57 (1) 3647333 ext. 1401', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4906, 4906, '57 (1) 29710000 ext. 3290-3707', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4907, 4907, '57 (1)4303318-; 57 (1)4302436-; 57 (1)4303096 ext. ', 'N.A.', 'Cra. 78 A No. 77 A 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4908, 4908, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4909, 4909, '57 (1) 7112036-; 57 (1) 7240858; 57 (1) 7240827 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4910, 4910, '57 (6) 8808833 ext. ', 'fiscalia020.urimanizales@fiscalia.gov.co', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4911, 4911, ' ext. ', 'fisuriflo@fiscalia.gov.co - crisanto.cumbe@fiscalia.gov.co - stein.tafur@fiscalia.gov.co', 'Cll 18 No 11-50 - Centro / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4912, 4912, '57(8)6358283 ext. ', 'f32uriyopstr@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4913, 4913, '57 (1) 8255999 ext. ', 'fissaumadcun@fiscalia.gov.co', 'Cra. 7 No. 8-52 Piso 2 / Madrid / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4914, 4914, '57 (8) 8710553 ext. ', 'f03locnei@fiscalia.gov.co', 'Cll. 9 No. 10 - 36 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4915, 4915, '057 (8) 6715575 ext. ', 'fisurivil@fiscalia.gov.co', 'Trasversal 24 A No. 41-23 El Emporio / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4916, 4916, ' ext. ', '', 'Cll. 5 No. 6-26 Centro / La Uribe / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4917, 4917, '57 (8) 6646178 ext. ', 'ctiurivil@fiscalia.gov.co', 'Transversal 24 A No.41 - 33 Barrio El Emporio / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4918, 4918, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4919, 4919, '57(4) 444 66 77 ext. 6881 6882', 'fisvi1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4920, 4920, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fisvi1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4921, 4921, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4922, 4922, '57(4) 444 66 77 ext. 3136-3137', '', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4923, 4923, '57(4) 444 66 77 ext. 2134', 'F001lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4924, 4924, '57(4)274-39-07 ext. ', 'fisurimed@fiscalia.gov.co', 'Cll. 59, 48-35 Copacabana (Antioquia) / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4925, 4925, '57(4)274-39-07 ext. ', 'fisurnmed@fiscalia.gov.co', 'Cll. 59, 48-35 Copacabana (Antioquia) / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4926, 4926, '57(4) 444 66 77 ext. 3134', 'fispa5med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4927, 4927, '57(4) 331-98-65 ext. ', 'fisurimed@fiscalia.gov.co', 'Cra. 43A, 38 SUR 57 Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4928, 4928, '57(4) 331-98-65 ext. ', 'fisursmed@fiscalia.gov.co', 'Cra. 43A, 38 SUR 57 Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4929, 4929, '57(4) 444 66 77 ext. 7226', 'fislinmed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4930, 4930, '57(4) 444 66 77 ext. 2336', 'f056lo3med@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4931, 4931, '57 (6) 326 7649 ext. ', 'fiscalia036.uripereira@fiscalia.gov.co', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4932, 4932, '57 (6) 326 7649 ext. ', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4933, 4933, '57 (6) 326 7649 ext. ', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4934, 4934, '57 (6) 326 7649 ext. ', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4935, 4935, '57 (6) 326 7649 ext. ', 'fiscalia029.localpereira@fiscalia.gov.co', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4936, 4936, '(57) 6 3267667 ext. ', 'ctiuriper@fiscalia.gov.co', 'Cll. 38 No.6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4937, 4937, '57(7) 6522222 ext. 2101', 'fisuribuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4938, 4938, '57(5) 2820700 ext. ', 'fisurisin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4939, 4939, '57(5) 2820700 ext. ', 'f007ssisin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4940, 4940, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4941, 4941, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4942, 4942, '57(4) 551-19-97   ext. ', 'f062locantgua@fiscalia.gov.co', 'Cra. 50 No. 45-21 P.2 / Guarne / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4943, 4943, '57(4) 864-36-49   ext. ', 'f002secantgua@fiscalia.gov.co', 'Palacio Municipal P. 2 / Ituango / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4944, 4944, '57(4) 852-49-78 ext. ', '', 'Cll.7 No. 3-40 / Jericó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4945, 4945, '57(4) 5536533 ext. ', 'f078locantcej@fiscalia.gov.co', 'Cll. 20 No.19-48 / La Ceja / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4946, 4946, '57(4) 548-54-21  ext. ', 'f064locantmar@fiscalia.gov.co', 'Cll. 30 No- 31-64 Ofc. 402 / Marinilla / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4947, 4947, '57(4) 8680020  ext. ', '', 'Cll Hospital No. 9-92 / Nariño / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4948, 4948, '57(4) 821-48-42  ext. ', '', 'Cll. la cotizada No. 49-05 / Necoclí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4949, 4949, '57(4) 8368187 ext. ', 'blanca.botero@fiscalia.gov.co', 'Barrio Popular, Casa de Justicia / Nechí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4950, 4950, '57(4) 561-05-71 ext. ', 'f018locantrio@fiscalia.gov.co', 'Cll. 62 No- 47 - 18 / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4951, 4951, '57(4) 844-25-50  ext. ', 'f051locantsal@fiscalia.gov.co', 'Cll. 31 No. 30-78 P.2 Palacio Municipal. / Salgar / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4952, 4952, '57(4) 861-82-24 ext. ', '', 'Cll. 50, Cra. 59 P.2 / San Andrés de Cuerquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4953, 4953, '57(4) 835-80-12 ext. ', '', 'Edificio Banco Agrario P.2 Parque municipal / San Carlos / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4954, 4954, '57(4) 832-30-83 ext. ', '', 'Palacio Municipal / San Francisco / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4955, 4955, '57(4) 858-36-03 ext. ', '', 'Palacio Municipal, P. 3 / San Jerónimo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4956, 4956, '57(4) 68-74-28 ext. ', '', 'Casa de la Cultura / San Pedro de los Milagros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4957, 4957, '57 (6) 8534709 ext. ', 'fiscalia001.locansermaman@fiscalia.gov.co', 'Cll. 6 entre Cra. 4 y 5 Palacio de Justicia, P 3 / Anserma / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4958, 4958, '57 (6) 8504605 57 (6) 8504100 ext. ', 'fiscalia002.locchinchinaman@fiscalia.gov.co', 'Cra. 8 Cll. 11 Esquina Palacio Municipal, P 4 / Chinchiná / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4959, 4959, '57 (6) 8550675 ext. ', 'fiscalia001.locmanzanaresman@fiscalia.gov.co', 'Cra. 4 No. 6 - 34, Edf. Cultural y de la Juventud, P 3 / Manzanares / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4960, 4960, '57 (6) 8588009 ext. ', 'fiscalia001.locneiraman@fiscalia.gov.co', 'Cra. 10 Cll. 10 esquina. Edf. Alcaldia, P 2 / Neira / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4961, 4961, '57 (6) 8555350 ext. ', 'fiscalia001.locpensilvaniaman@fiscalia.gov.co', 'Cra. 6 No. 4 - 06. Edf. Alcaldia. / Pensilvania / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4962, 4962, '57 (6) 8590443 ext. ', 'fiscalia001.locriosucioman@fiscalia.gov.co', 'Cra. 5 No. 12 - 117, Avda.. Fundadores, P 2 / Riosucio / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4963, 4963, '57 (6) 8557612 ext. ', 'fiscalia001.locrisaraldaman@fiscalia.gov.co', 'Cra. 2 Cll. 5 Esquina, Edf. Alcaldia, P 1 / Risaralda / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4964, 4964, '57 (6) 8596234 ext. ', 'fiscalia001.locsalaminaman@fiscalia.gov.co', 'Cll. 10 No. 6 - 39 / Salamina / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4965, 4965, '57 (6) 8560766 ext. ', 'fiscalia001.locsupiaman@fiscalia.gov.co', 'Cll. 32 No. 6 - 11, Edf Alcaldia, P 2 / Supía / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4967, 4967, '57 (6) 8504270 8506299 ext. ', 'ctiinfcman@fiscalia.gov.co', 'Cra. 8 No. 11 - 33 Palacio Municipal Ofc. 404 / Chinchiná / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4968, 4968, '57 (6) 8574641 ext. ', 'luis.rendon@fiscalia.gov.co', 'Cll. 14 No. 5 - 26 P 3 / La Dorada / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4969, 4969, '57 (6) 8591757 ext. ', 'ctiiriman@fiscalia.gov.co', 'Cll. 10 No. 8 - 30 / Riosucio / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4970, 4970, '57 (1) 8684490 ext. ', 'fiscalia.locsilvaniacun@fiscalia.gov.co', 'Dg. 10 No. 6-22 Piso 2 / Silvania / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4971, 4971, '57 (8) 4312138 ext. ', 'fislocpriflo@fiscalia.gov.co', 'Cra. 7 No. 5 - 49 / Puerto Rico / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4972, 4972, '57 (8) 464 4006 ext. ', 'jorgee.pena@fiscalia.gov.co', 'Cll. 5 No. 3 - 09 Barrio El Centro / San Vicente del Caguán / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4973, 4973, '57 (8) 431 8443 ext. ', 'fisloccdcflo@fiscalia.gov.co -', 'Cll. 3 No. 2 - 37 Centro Comercial El Palmar / Cartagena del Chairá / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4974, 4974, '57 (8) 4310076 ext. ', 'fislocdonflo@fiscalia.gov.co', 'Cra. 3 No. 3-48 Centro / El Doncello / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4975, 4975, ' ext. ', 'fislocuflo@fiscalia.gov.co', 'Cra. 9 No. 9-59 Centro / Curillo / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4976, 4976, ' ext. ', 'fis11ocval@fiscalia.gov.co', 'Cra. 4 No. 11-15 Barrio El Centro / Valparaíso / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4977, 4977, '57 (8) 4314404 ext. ', 'fislocpauflo@fiscalia.gov.co', 'Cll. 5 No. 4-28 Centro / El Paujil / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4978, 4978, '57(8)6358283 ext. 7', 'fis14locyop@fiscalia.gov.co', 'Cra. 19 No. 6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4979, 4979, '57(8)6358283 ext. ', 'f17locyopstr@fiscalia.gov.co', 'Cra. 19 No. 6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4980, 4980, '57(8)6358283 ext. 6', 'fis32locyop@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4981, 4981, '57(8)6382000 ext. 101', 'fislagstr@fiscalia.gov.co', 'Cra. 14 No.11-76 / Aguazul / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4982, 4982, '57(8)6381419 ext. ', 'fislmastr@fiscalia.gov.co', 'Cra 3 No.15-52 / Maní / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4983, 4983, '57(8)6249220 ext. ', 'fislmrstr@fiscalia.gov.co', 'Cra. 6 No.16-30 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4984, 4984, '57(8)6365113 ext. 13', 'fislorstr@fiscalia.gov.co', 'Cll. 2 No.9-80 / Orocué / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4985, 4985, '57(8)6373322 ext. 27', 'fis09locpar@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4986, 4986, '57(8)6373322 ext. 24', 'fislarstr@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4987, 4987, '57(8)6241364 ext. ', 'fislvistr@fiscalia.gov.co', 'Transversal. 2 N.6-34/Lote No. A Barrio Paraíso Alto / Villanueva / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4988, 4988, '57(8)6371321 ext. ', 'fisltrstr@fiscalia.gov.co', 'Cll 7 No.1-30 Lote A / Trinidad / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4989, 4989, '57(8)6249227 ext. ', 'ctimondui@fiscalia.gov.co', 'Cra. 6 No.16-30 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4990, 4990, '57(8)6373268 ext. ', 'ctipardui@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4991, 4991, '57 (1) 8469223 ext. ', '', 'Cra. 1 No. 3-08 Palacio Municipal de Albán / Albán / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4992, 4992, '57 (1) 8454255 ext. ', '', 'Cll. 4 No. 7-30 Barrio La Gloria / Anolaima / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4993, 4993, '57 (1) 8686256 ext. ', 'fiscalia.locarbelaerz@fiscalia.gov.co', 'Palacio Municipal Piso 1 / Arbeláez / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4994, 4994, '57 (1) 8796222 ext. ', '', 'Cll. 2 No. 7-67 - Casa de Justicia / Cajicá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4995, 4995, '57 (1) 8480593 ext. ', 'fisloccaqcun@fiscalia.gov.co', 'Cll. 4 No. 3-53 / Cáqueza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4996, 4996, '57 (1) 8624511 ext. ', '', 'Cll 12 No. 1C-52 Barrio 20 de Julio / Chía / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4997, 4997, '57 (1) 8486197 /95 ext. ', '', 'Cra 4 No. 4-19 Piso 2 / Choachí / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4998, 4998, '57 (1) 8562678 ext. ', '', 'Cll. 3 No. 4-04 Piso 1 / Chocontá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (4999, 4999, '57 (1) 8475964 ext. ', '', 'Cll. 10 No. 6-36 Piso 2 / El Colegio / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5000, 5000, '57 (1) 8425738 ext. ', '', 'Cll. 13 No. 8-20 Piso 2 Barrio Copigue / Facatativá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5001, 5001, '57 (1) 8260845 ext. 127', '', 'Cll. 11 No. 12-44 Piso 2 / Funza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5002, 5002, '57 (1) 8730229 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12 No. 16-04 Casa el Molino Piso 1 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5003, 5003, '57 (1) 8471025 ext. ', 'fisseclamecunqfiscalia.gov.co', 'Cra. 21 N° 8-56 Palacio de Justicia Piso 2 / La Mesa / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5004, 5004, '57 (1) 8505201 ext. ', 'fiscalia.localmacun@fiscalia.gov.co', 'Cll. 6 No. 3-49 Barrio las Puentes / La Palma / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5005, 5005, '57 (1) 8458888 ext. ', '', 'Cra.3 A No. 16-34 / La Vega / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5006, 5006, '57 (1) 8252272 ext. ', 'fislocmadcun@fiscalia.gov.co', 'Cra. 7 No. 8-52 Piso 2 / Madrid / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5007, 5007, '57 (1) 8275888 ext. ', '', 'Cll. 5 No. 2-73 Piso 2 / Mosquera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5008, 5008, '57 (1) 8541389 ext. ', '', 'Cll. 6 No. 17-11 Piso 4 / Pacho / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5009, 5009, '57 (1) 8419081 ext. ', 'fiscalia.locpandicun@fiscalia.gov.co', 'Cll. 4 No. 5-20 Centro / Pandi / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5010, 5010, '57 (1) 8568265 ext. ', '', 'Cra. 8 No. 4-86 / Sesquilé / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5011, 5011, '57 (1) 8245394 ext. ', 'fiscalia.locsubachoquecun@fiscalia.gov.co', 'Cll. 1 A No. 1-03 Piso 1 Barrio Aspovid / Subachoque / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5012, 5012, '57 (1) 8340833 ext. ', '', 'Cll. 4 No. 4-39 / Tocaima / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5013, 5013, '57 (1) 8552697/95 ext. ', '', 'Cra 6 No. 8-27 Centro / Ubaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5014, 5014, '57 (1) 8445472 ext. ', '', 'Dg. 1 A No. 11-09 Barrio Bello Horizonte Piso 1 / Villeta / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5015, 5015, '57 (1) 8512948 ext. ', '', 'Cra. 16 No. 4A-74 Algarra III Piso 3 y 4 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5016, 5016, '57(5)5654420 ext. ', '', 'Cra. 17 No. 5 - 81 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5017, 5017, '57(7) 6222828 ext. 102', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5018, 5018, '57(7) 6222828 ext. 104', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5019, 5019, '57(7) 6222828 ext. 101', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5020, 5020, '57(7) 6222828 ext. 100', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5021, 5021, '57(7) 6222828 ext. 106', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5022, 5022, '57(7) 6222828 ext. 231', 'fislinbjabuc@fiscalia.gov.co', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 212 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5023, 5023, '57 (7)62 60 387 ext. ', 'fiscalia002.loccimitarrasgi@fiscalia.gov', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5024, 5024, '57 (7)62 60 387 ext. ', 'fiscalia002.loccimitarrasgi@fiscalia.gov', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5025, 5025, '57(4) 833 30 26 ext. ', 'carlos.jaramillo@fiscalia.gov.co', 'Cll. 54 Nro. 6 - 24 PISO 4 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5026, 5026, '57(4) 833 30 26 ext. ', 'diego.betancur@fiscalia.gov.co', 'Cll. 54 Nro. 6 - 24 PISO 4 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5027, 5027, '57(8) 7381690 ext. ', '', 'Cra. 3A Cll. 11 esq. Piso 3 of 302 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5028, 5028, '57(8) 7380880 ext. ', '', 'Cra. 3A Cll. 11 esq. Piso 4 of 404 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5029, 5029, '57 (4)8347004 ext. ', 'gabriel.upegui@fiscalia.gov.co', 'Cra. 2 No. 46-06 Barrio el Centro / Puerto Nare / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5030, 5030, '57(4) 8352104 ext. ', '', 'Cll. 10 No. 10-47 Palacio Mpal / Puerto Triunfo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5031, 5031, '57 (7)6293420 ext. ', '', 'Cra. 11 No. 15-03 / Sabana de Torres / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5032, 5032, '57(5) 5645052 ext. ', 'wilson.traslavina@fiscalia.gov.co', 'Edf. Cosmocentro contiguo al palacio municipal / San Alberto / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5033, 5033, '57 (7) 6237192 ext. ', 'fiscalia.sanpablocar@fiscalia.gov.co', 'Cll. 18 No. 5-45 / San Pablo / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5034, 5034, '57(5) 5699063 ext. ', 'yuli.iglesia@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5035, 5035, '57(7) 570 0479 ext. ', '', 'Cll. 6 No. 6-62 Barrio Centro / Villa del Rosario / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5036, 5036, '57(7) 580 2158 ext. ', '', 'Cll. 32 No. 9-49 Barrio Patio Centro / Los Patios / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5037, 5037, '57(7) 586 4356 ext. ', '', 'Cra. 4 No. 6-30 / Chinácota / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5038, 5038, '57(7) 568 2553 ext. ', '', 'Cra. 5 No. 3-80 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5039, 5039, '57(7) 566 3659 ext. ', 'fisloctibcuc@fiscalia.gov.co', 'Cra. 6 No. 6-13 Barrio El Carmen / Tibú / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5040, 5040, '57(7) 566 5288 ext. ', '', 'Cra. 5 No. 5-37 Barrio Tamarindo / Sardinata / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5041, 5041, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 2 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5042, 5042, 'N/A ext. ', '', 'Cra. 9 No 7-16 Casa de Justicia / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5043, 5043, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9009 -9010', 'f20locmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5044, 5044, '57 (8) 4295767 ext. ', '', 'Cll. 7 No. 5 - 08 Barrio el Centro / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5045, 5045, '57 (8) 4221525 ext. ', 'f35locptoasis@fiscalia.gov.co', 'Cll. 14 Cra.a 19 Casa de Justicia / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5046, 5046, '57 (8) 5634701 ext. ', 'f40secptolegpas@fiscalia.gov.co', 'Cra. 1 Cll. 4 Esquina Barrio el Centro / Puerto Leguízamo / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5047, 5047, '57 (8) 4260423 ext. ', 'f34locsibput@fiscalia.gov.co', 'Cll. 16 Cra.a 13-14 Barrio Oriental / Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5048, 5048, '57 (8) 4260423 ext. ', 'oscar.rossatto@fiscalia.gov.co', 'Cll. 16 Cra.a 13-14 Barrio Oriental / Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5049, 5049, '57 (8) 4287208 ext. ', 'f36loclahorput@fiscalia.gov.co', 'Cra. 7 Cll. 6 Barrio la Amistad / La Hormiga / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5050, 5050, '57 (8) 4292041 ext. ', 'f37locoriput@fiscalia.gov.co', 'Cra. 8 Cll. 6-33 Barrio La Unión / Orito Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5051, 5051, '57 (6) 324 2282 ext. ', '', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5052, 5052, '57 (6) 324 2282 ext. ', 'f31lliper@fiscalia.gov.co', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5053, 5053, '57 (6) 320 0544 ext. ', 'fiscalia017.casajustcubaper@fiscalia.gov.co', 'Cra.24 No. 70 bis 10 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5054, 5054, '57 (6) 320 0544 ext. ', '', 'Cra.24 No. 70 bis 10 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5055, 5055, '57 (6) 331 8659 ext. ', 'fiscjvper@fiscalia.gov.co', 'Mz. 52 C. 8 B7 San Vicente Alto / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5056, 5056, '57 (6) 3267674 ext. 111', 'fissauper@fiscalia.gov.co', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5057, 5057, '57 (6) 352 0544 ext. ', 'fiscalia042.saucubaper@fiscalia.gov.co', 'Cra.24 No. 70 bis 10 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5058, 5058, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5059, 5059, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 159', 'fiscalia004.localper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5060, 5060, '57 (6) 326 5621 ext. ', 'f010secper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5061, 5061, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 157', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5062, 5062, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 175', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5063, 5063, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'f032indper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5064, 5064, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 163', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5065, 5065, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 166', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5066, 5066, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 172', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5067, 5067, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 163', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5068, 5068, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 165', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5069, 5069, '57 (6) 352 8210 ext. ', 'fiscalia003locbelenper@fiscalia.gov.co', 'Cra. 9 No. 3 A -35 Local 1 / Belén de Umbría / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5070, 5070, '57 (6) 323 0175 ext. ', 'f006.locdquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5071, 5071, '57 (6) 323 0175 ext. ', '', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5072, 5072, '57 (6) 323 0175 ext. ', 'f009.locdosquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5073, 5073, '57 (6) 323 0175 ext. ', 'fiscalia018.locdosquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5074, 5074, '57 (6) 368 2600 ext. ', 'fiscalia011.localvirginiaper@fiscalia.gov.co', 'Cra. 8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5075, 5075, '57 (6) 368 2600 ext. ', '', 'Cra. 8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5076, 5076, '57 (6) 368 5119 ext. ', 'f026locpermar@fiscalia.gov.co', 'Alcaldia Municipal P.2 / Marsella / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5077, 5077, '57 (6) 356 3389 ext. ', 'fiscalia012locquinchiaper@fiscalia.gov.co', 'Palacio de Justicia P.2 / Quinchía / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5078, 5078, '57 (6) 364 4556 ext. ', 'fiscalia013.locsantarosaper@fiscalia.gov.co', 'Cra. 11 No. 13-21 P.2 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5079, 5079, '57 (6) 364 4556 ext. ', 'fiscalia016.locstarosadecabalper@fiscalia.gov.co', 'Cra. 11 No. 13-21 P.2 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5080, 5080, '57 (6) 364 4556 ext. ', '', 'Cra. 11 No. 13-21 P.2 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5081, 5081, '57 (6) 368 7289 ext. ', 'fiscalia020.locsantuarioper@fiscalia.gov.co', 'Cra. 7 No. 6-18 / Santuario / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5082, 5082, '(57) 6 3649515 ext. ', 'ctistarper@fiscalia.gov.co', 'Cra. 11 No. 13-21 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5083, 5083, '(57) 6 3320013 ext. 112-113', 'ctiidoper@fiscalia.gov.co', 'Cll. 18 No. 19-69 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5084, 5084, '(57) 6 3682216 ext. ', '', 'Cra. 8 bis No. 10-83 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5085, 5085, '57(7) 7486789 ext. ', 'fiscalia001.locbarbosasig@fiscalia.gov.co', 'Cra.11 No. 6 - 21 / Barbosa / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5086, 5086, '57(7) 7486789 ext. ', 'fiscalia002.locbarbosasig@fiscalia.gov.co', 'Cra.11 No. 6 - 21 / Barbosa / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5087, 5087, '57(7) 7569033 ext. ', 'fiscalia01,locbolivarsgi@fiscalia.gov.co', 'Cll 9 3-31 Piso 2 Palacio Municipal / Bolívar / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5088, 5088, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5089, 5089, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5090, 5090, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5091, 5091, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5092, 5092, '57(7)6522222 ext. 2429', 'fis1cavsan@fiscalia.gov.com', 'Cra. 19 No. 24-61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5093, 5093, '57(7)6522222 ext. 2431', 'fis1cavsan@fiscalia.gov.com', 'Cra. 19 No. 24-61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5094, 5094, '57(7)6522222 ext. 2456', 'fis1cavsan@fiscalia.gov.com', 'Cra.19 No.No. 24-61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5095, 5095, '57(7) 6406214 ext. ', 'fiscjnbuc@fiscalia.gov.co', 'Cll. 7 norte No. 19-19, Barrio La Juventud / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5096, 5096, '57(7) 6522222 ext. 2701', 'julio.diaz@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5097, 5097, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5098, 5098, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5099, 5099, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5100, 5100, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5101, 5101, '57(7) 6522222 ext. 2712 - 2713', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5102, 5102, '57(7) 6522222 ext. 2851', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5103, 5103, '57(7) 6833727 ext. 208', 'fis7locsan@fiscalía.gov.co', 'Cll. 37 No.15-55 Piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5104, 5104, '57(7) 6833727 ext. 108', 'fis7locsan@fiscalía.gov.co', 'Cll. 37 No.15-55 Piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5105, 5105, '57(7) 6522222 ext. 2718 - 2719', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5106, 5106, '57(7) 6522222 ext. 2720 - 2721', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5107, 5107, '57(7) 6522222 ext. 2716 - 2717', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5108, 5108, '57(7) 6522222 ext. 2724 - 2725', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5109, 5109, '57(7) 6522222 ext. 2726 - 2727', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5110, 5110, '57(7) 6522222 ext. 2700 2729', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5111, 5111, '57(7) 6522222 ext. 2730 - 2731', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5112, 5112, '57(7) 6522222 ext. 2732 - 2733', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5113, 5113, '57(7) 6522222 ext. 2734 - 2735', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5114, 5114, '57(7) 6522222 ext. 2736 - 2737', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5115, 5115, '57(7) 6522222 ext. 2738 - 2739', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5116, 5116, '57(7) 6522222 ext. 2740 - 2741', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5117, 5117, '57(7) 6522222 ext. 2403- 2404', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5118, 5118, '57(7) 6522222 ext. 2405 - 2406', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5119, 5119, '57(7) 6522222 ext. 2407 - 2408', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5120, 5120, '57(7) 6522222 ext. 2409 - 2410', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5121, 5121, '57(7) 6522222 ext. 2454 - 2455', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5122, 5122, '57 (7) 7258253 ext. ', 'fiscalía001.loccharalasgi@fiscalia.gov.co', 'Cra 17 No 23-50 Piso 2 / Charalá / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5123, 5123, '57 (7) 6585757 ext. 3', 'fiscjsflobuc@fiscalia.gov.co', 'Avda.. 60 No. 42-63 Transv.Oriental barrio El Carmen / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5124, 5124, '57 (7) 6497888 ext. ', 'fislocflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5125, 5125, '57 (7) 64978888 ext. ', 'fislocflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5126, 5126, '57 (7) 6483000 ext. ', 'fislocflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5127, 5127, '57 (7) 6480880 ext. ', 'f07locflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5128, 5128, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5129, 5129, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5130, 5130, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5131, 5131, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5132, 5132, '57(7) 6566054 ext. ', 'fisloclebbuc@fiscalia.gov.co', 'Cra. 8 No. 10-19, Barrio Centro / Lebrija / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5133, 5133, '57(7) 6607579 ext. 135 - 120', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5134, 5134, '57(7) 6607579 ext. 121 - 130', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5135, 5135, '57(7) 7279299 ext. ', 'fiscalia001.locsgimog@fiscalia.gov.co', 'Cll. 5 No. 6 - 13 / Mogotes / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5136, 5136, '57(7) 7270033 ext. ', 'fiscalia02.locoibasgi@fiscalia.go .co', 'Cll. 10 No. 4-40 Edificio de la Defensa Civil / Oiba / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5137, 5137, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5138, 5138, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5139, 5139, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5140, 5140, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5141, 5141, '57(7) 6188102 ext. ', 'fislocrinbuc@fiscalia.gov.co', 'Palacio Municipal Piso 2 / Rionegro / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5142, 5142, '57(7) 6188102 ext. ', 'fislocrinbuc@fiscalia.gov.co', 'Palacio Municipal Piso 2 / Rionegro / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5143, 5143, '57 (7) 7247652 ext. 101', 'f001locgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 1 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5144, 5144, '57(7) 6254127 ext. 311', 'fislocsvibuc@fiscalia.gov.co', 'Cra. 9 No. 9-41 Piso 3 / San Vicente de Chucurí / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5145, 5145, '57(7) 7261719 ext. ', 'fiscalia001.locsimatocasgi@fiscalia.gov.co', 'Cra. 6 No. 3-33 / Simacota / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5146, 5146, '57(7) 7580299 ext. ', 'fiscalia02,locsuaitasgi@fiscalia.gov.co', 'Cll. 5 No. 8-44 Palacio Municipal / Suaita / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5147, 5147, '57 (7) 7564939 ext. ', 'fiscalia001.locvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso1 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5148, 5148, '57(8) 5149164 ext.', 'fisloc.016car@fiscalia.gov.co', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5149, 5149, '57(8) 5131019 ext. ', 'cti.sanandrescar@fiscalia.gov.co', 'Avda.. La Jaiva Edif. Aurora / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5150, 5150, '57(5) 2820700 ext. 127-208', 'f008locsin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5151, 5151, '57(5) 2820700 ext. 306', 'f010lsisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5152, 5152, '57(5) 2820700 ext. 192-304', 'f012lsisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5153, 5153, '57(5) 2820700 ext. 300-301', '', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5154, 5154, '57(5) 2820700 ext. 146', '', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5155, 5155, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5156, 5156, '57(5) 2820700 ext. ', 'fissausin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5157, 5157, '57(5) 2826757 ext. 109', '', 'Cra. 15 No. 15 - 64B / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5158, 5158, '57(5) 2826757 ext. ', 'f001lcosin@fiscalia.gov.co', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5159, 5159, '57(5) 2826757 ext. ', '', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5160, 5160, '57(5) 2826757 ext. ', 'f005lsmsin@fiscalia.gov.co', 'Cra. 24No. -17- 47 / San Marcos / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5161, 5161, '57(5) 2895246 ext. ', 'f007lsisin@fiscalia.gov.co', 'Cll. 8 No. 12 - 30 / San Luis de Since / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5162, 5162, '57(5) 2879096 ext. ', 'f006lsusin@fiscalia.gov.co', 'Cra. 1 No. 10 - 32 / Sucre / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5163, 5163, '57(5) 2869105 ext. ', 'f002lovsin@fiscalia.gov.co', 'Cra. 16 No. 21- 21 / Ovejas / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5164, 5164, '57(5) 2983122 ext. ', 'f003lsosin@fiscalia.gov.co', 'Cra. 18 No. 19 - 09 / San Onofre / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5165, 5165, '57(5) 2885251 ext. ', 'f004ltosin@fiscalia.gov.co', 'Cra. 3 No. 14 - 22 / Santiago de Tolú / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5166, 5166, ' ext. ', 'f025locpinvil@fiscalia.gov.co', 'Cra. 7 No. 14 - 133 / Inírida / Guainía – Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5167, 5167, '57 (8) 5642153 ext. ', 'f024locmitvil@fiscalia.gov.co', 'Cra. 14 No. 11 - 103 / Mitú / Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5168, 5168, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5169, 5169, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5170, 5170, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5171, 5171, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5172, 5172, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5173, 5173, '57 (8) 6580417 ext. ', '', 'Unidad Movil Numero 12 Del Del Ejercito Nacional De Colombia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5174, 5174, '057 (8) 6614430 ext. 310', 'f14espgauvil@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5175, 5175, '57(4)444 35 05 ext. 6062', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5176, 5176, '57(4)444 35 05 ext. 6012', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5177, 5177, '57(4)444 35 05 ext. 6028', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5178, 5178, '57(4)444 35 05 ext. 6057', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5179, 5179, '57(4)444 35 05 ext. 6015', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5180, 5180, '57(4)444 35 05 ext. 7509', '', 'Cra. 99 No. 96-35, Ed. Apartacentro, Ofc 601 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5181, 5181, '57(4)444 35 05 ext. 6041', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5182, 5182, '57(4)444 35 05 ext. 6029', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5183, 5183, '57(4)444 35 05 ext. 6046', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5184, 5184, '57(4)444 35 05 ext. 6052', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5185, 5185, '57(4)444 35 05 ext. 6021', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5186, 5186, '57(4)444 35 05 ext. -6065', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5187, 5187, '57(4)444 35 05 ext. . 6045', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5188, 5188, '57(4)444 35 05 ext. 6054', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5189, 5189, '57(4)444 35 05 ext. 6012', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42 -73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5190, 5190, '57(4)444 35 05 ext. . 6019', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5191, 5191, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'f03espper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5192, 5192, '57 (8) 6733075 ext. ', 'f044locinfvil@fiscalia.gov.co', 'Cll. 33b 40-06 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5193, 5193, '57(4) 444 66 77 ext. 7205', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5194, 5194, '57(4) 444 66 77 ext. . 7231', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5195, 5195, '57(4) 444 66 77 ext. . 7212', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5196, 5196, '57(4) 444 66 77 ext. . 7233', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5197, 5197, '57(4) 444 66 77 ext. . 7220', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5198, 5198, '57(4) 444 66 77 ext. . 7207', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5199, 5199, '57(4) 444 66 77 ext. . 7211', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5200, 5200, '57(4) 444 66 77 ext. . 7218', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5201, 5201, '57(4) 444 66 77 ext. . 7237', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5202, 5202, '57(4) 444 66 77 ext. . 7214', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5203, 5203, '57(4) 444 66 77 ext. . 7225', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5204, 5204, '57(4) 444 66 77 ext. . 7226', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5205, 5205, '57(4) 444 66 77 ext. . 7225-7207', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5206, 5206, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1012, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5207, 5207, '57(4) 511 55 11 ext. . 250', '', 'Cra. 50 No. 54 18, Ofc, 809, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5208, 5208, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 814, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5209, 5209, '57(4) 511 55 11 ext. . 256', 'fislo4med@fiscalia.gov.co', 'Cra. 50 No. 54 18, Ofc, 814, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5210, 5210, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1014, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5211, 5211, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1009, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5212, 5212, '57(4) 511 55 11 ext. 6063', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54 18, Ofc, 814, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5213, 5213, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 911, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5214, 5214, '57(4) 511 55 11 ext. . 211', '', 'Cra. 50 No. 54 18, Ofc, 815, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5215, 5215, '57(4) 511 55 11 ext. . 276', '', 'Cra. 50 No. 54 18, Ofc, 909, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5216, 5216, '57(4) 511 55 11 ext. 265', '', 'Cra. 50 No. 54 18, Ofc, 907, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5217, 5217, '57(4) 511 55 11 ext. . 320', '', 'Cra. 50 No. 54 18, Ofc, 912, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5218, 5218, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1015, d VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5219, 5219, '57(4) 511 55 11 ext. . 273', '', 'Cra. 50 No. 54 18, Ofc, 914, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5220, 5220, '57(4)4000680 ext. 7623', 'fiscavnormed@fiscalia.gov.co', 'Cll. 59 N. 48 35 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5221, 5221, '57(4)4814042 ext. ', 'fiscavnormed@fiscalia.gov.co', 'Dg. 65 N 42 A 11, Bello (Antioquia) / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5222, 5222, '57(4)4000680 ext. 7621', 'fiscavnormed@fiscalia.gov.co', 'Cll. 59 N. 48 35 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5223, 5223, '57(4)3000173 ext. ', '', 'Cra. 45 No. 68 SUR 61, Sabaneta / Sabaneta / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5224, 5224, '57(4)377 5513 ext. ', '', 'Cra. 52 A No. 74 67, Itagüí / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5225, 5225, '57(4)331 2010 ext. ', '', 'Cra. 43 A No. 38 SUR 57 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5226, 5226, '57(4)331 2010- 3312024 ext. ', '', 'Cra. 43 A No. 38 SUR 57 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5227, 5227, '57(4) 511 55 11 ext. 8725', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 725 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5228, 5228, '57(4) 511 55 11 ext. 8028', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 725 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5229, 5229, '57(4) 511 55 11 ext. 8827', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 10-01 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5230, 5230, '57(4) 511 55 11 ext. 8722', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 722 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5231, 5231, '57 (6) 326 7673-74 ext. 106', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5232, 5232, '57 (8) 4347998 ext. ', 'fiscaiflo@fiscalia.gov.co - francia.criollo@fiscalia.gov.co', 'Cll. 12 No. 3 B - 31 Barrio El Porvenir / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5233, 5233, '57 (8) 6621712 ext. ', 'ctidsevil@fiscalia.gov.co', 'Cra. 34 No.40-50 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5234, 5234, '57(4)2610240 - 3852600 ext. 7737', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5235, 5235, '57(4)2610240 - 3852600 ext. 7724', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5236, 5236, '57(4)2610240 - 3852600 ext. 7720', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5237, 5237, '57(4)2610240 - 3852600 ext. 7722', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5238, 5238, '57(4)2610240 - 3852600 ext. 7708', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5239, 5239, '57(4)2610240 - 3852600 ext. 7714', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5240, 5240, '57(4)2610240 - 3852600 ext. 7718', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); -INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id) VALUES (5241, 5241, '57(4)3710264 ext. 3710264', 'fiscalia.Itagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312); - +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (1, 1, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, NULL, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (30, 30, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 1, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (31, 31, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (311, 311, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (32, 32, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (33, 33, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (34, 34, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (35, 35, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (36, 36, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (37, 37, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (40, 40, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 1, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (41, 41, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 40, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (42, 42, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 40, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (43, 43, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 40, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (50, 50, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 1, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (51, 51, '', '', '', 170, '', '2022-05-11 00:00:00', '2022-05-11 00:00:00', NULL, 3, 50, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (312, 312, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (313, 313, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (314, 314, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (315, 315, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (316, 316, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (317, 317, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (318, 318, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (319, 319, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (320, 320, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (321, 321, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (322, 322, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (323, 323, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (324, 324, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (325, 325, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (326, 326, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (327, 327, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (328, 328, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (329, 329, '', '', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3001, 3001, ' ext. ', 'dirsec.amazonas@fiscalia.gov.co', 'Cll. 9 No. 86 - 1 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3002, 3002, '57(4) 4446677 ext. 2504', 'fistrsant@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3003, 3003, ' ext. ', 'claudia.garcia@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3004, 3004, '57(8) 5925902 ext. ', 'pedro.marin@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3005, 3005, ' ext. ', 'yolima.remarchuck@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3006, 3006, '57(4) 4446677 ext. 2551', 'dirfisant@fiscalia.gov.co; dirsec.antioquia@fiscalia.gov.co', 'Cra. 64C No. 67-300 Bloque F, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3007, 3007, '57(4) 4446677 ext. 2521', 'fisadpant@fiscalia.gov.co; eugenia.garcia@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3008, 3008, '57(4) 4446677 ext. 2526', 'fisrnaant@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3009, 3009, '57(4) 4446677 ext. 2540', 'f074desant@fiscalia.gov.co', 'Cra. 64C No. 67-300, Bloque G, P. 5 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3010, 3010, '57(4) 8648064  ext. ', 'f128secantabe@fiscalia.gov.co', 'Cra. 53 No. 50 - 28 P.2 / Abejorral / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3011, 3011, '57(4) 847-27-60  ext. ', 'f065secantama@fiscalia.gov.co', 'Cll. 49 La Pola No. 51-21 / Amagá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3012, 3012, '57(4) 830-07-21  ext. ', '', 'Cra. Aranzansu No. 20-21 P. 3 / Amalfi / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3013, 3013, '57(4) 8416280 ext. ', 'f109secantand@fiscalia.gov.co', 'Centro Comercial el Cóndor de los Andes, parque principal, P. 4 / Andes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3014, 3014, '57(4) 828-14-55  ext. ', '', 'Cra. 99 No. 96-35 P.6, Ofc. 603-613-614-615 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3015, 3015, '57(4) 8200066 ext. ', '', 'Cll. 20 de Julio P.2 / Arboletes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3016, 3016, '57(4) 8536503 ext. ', 'oscar.sancghez@fiscalia.gov.co', 'Cll. 20 Nro. 20-05, Palacio Municipal / Briceño / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3017, 3017, '57(4) 8362016 ext. 216', 'jaime.higuita@fiscalia.gov.co', 'Cll. 51 Nro. 46-24 Casa de Justicia / Cáceres / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3018, 3018, '57(4) 8350094 ext. ', '', 'Parque principal, Palacio Municipal P.1 / Anorí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3019, 3019, '57(4) 8393320 ext. ', '', 'Cll. 20 No-10-45 / Caucasia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3020, 3020, '57(4) 825-37-17  ext. ', '', 'Nuevo tr. 105 No. 102-10 / Chigorodó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3021, 3021, '57(4) 863-14-80 ext. ', '', 'Cra. 19 No. 16-86 / Cisneros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3022, 3022, '57(4) 841-17-20 ext. ', 'f009secantbol@fiscalia.gov.co', 'Cll. 50 No- 51-13 Palacio Municipal P.2 / Ciudad Bolívar / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3023, 3023, '57(4) 844 -67-47   ext. ', 'f34conant@fiscalia.gov.co', 'Cra. 20 17a - 30 / Concordia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3024, 3024, '57(4) 859-01-38  ext. ', '', 'Cra. Murillo Toro No. 10-75 / Dabeiba / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3025, 3025, '57 (8) 5925902 ext. ', '', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3026, 3026, '57(4) 8647994  ext. ', 'f092locantabe@fiscalia.gov.co', 'Cra. 53 No. 50 - 28 P.2 / Abejorral / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3027, 3027, '57(4) 866-01-00 ext. ', '', 'Cra.19 No. 18-66 / Alejandría / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3028, 3028, '57(4) 820-00-59  ext. ', '', 'Cll. 20 de Julio P.2 / Arboletes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3029, 3029, '57(4) 8470457 ext. ', 'fislinamaant@fiscalia.gov.co', 'Cll. 49 No. 51-25 / Amagá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3076, 3076, '57 (1) 2971000 57 (1) 2772899 ext. 3529-3515', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3030, 3030, '57(4) 8284044 ext. ', 'fislinapaant@fiscalia.gov.co', 'Cra. 99 No- 96-35 P.5, Ofc. 505-506-511-512 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3031, 3031, '57(4) 8631382 ext. ', 'fislincisant@fiscalia.gov.co', 'Cra. 19 No. 16-86 / Cisneros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3032, 3032, '57(4) 837-27-07 ext. ', 'f115secantbag@fiscalia.gov.co', 'Cll. 50 No. 47A-17 / El Bagre / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3033, 3033, '57(4) 546-19-93 ext. ', '', 'Cra. 42 No. 49-99 Edf. Juan P.II. / El Santuario / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3034, 3034, '57(4) 840-19-86   ext. ', 'f020secantfre@fiscalia.gov.co', 'Cra. 51 No. 50-39 / Fredonia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3035, 3035, '57(4) 859-54-02  ext. ', '', 'Cra. 32 No. 30-60 Pasaje elkalipsa P-1, Edf. Juzgados / Frontino / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3036, 3036, '57(4) 551-18-19 ext. ', 'f002secantgua@fiscalia.gov.co', 'Cra. 50 No. 45-21 P.2 / Guarne / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3037, 3037, '57(4) 864-36-48  ext. ', '', 'Palacio Municipal P. 2 / Ituango / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3038, 3038, '57(4) 852-35-08 ext. ', '', 'Cll. 7 No.3-40 / Jericó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3039, 3039, '57(4) 5682509 ext. ', 'f041secantcej@fiscalia.gov.co', 'Cll. 20 No.19-48 / La Ceja / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3040, 3040, '57(4) 548-53-28  ext. ', 'f094secantmar@fiscalia.gov.co', 'Cll. 30 No- 31-64 Ofc. 402 / Marinilla / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3041, 3041, '57(4) 5351310,  5351330 ext. ', 'f001secantrio@fiscalia.gov.co', 'Cra. 47 No- 60-02 / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3042, 3042, '57(4) 868-62-28 ext. ', '', 'Cra. 49 A No. 48-08 P.3 / San Pedro de los Milagros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3043, 3043, '57(4) 846-33-54 ext. ', 'f027secantsba@fiscalia.gov.co', 'Cra. Bolivar Edf. Aures P.4 / Santa Bárbara / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3044, 3044, '57(4) 853-11-22/ ext. ', 'f006secantsda@fiscalia.gov.co', 'Cll. 9 No. 11-27 / Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3045, 3045, '57(4) 860-82-91 ext. ', 'f013secantsro@fiscalia.gov.co', 'Cll. 29 No. 30-31 Ofc. 202 / Santa Rosa de Osos / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3046, 3046, '57(4) 831-54-70 ext. ', '', 'Cra. 49 No. 50-36 P. 2 / Segovia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3047, 3047, '57(4) 869-11-14 ext. ', 'f120secantson@fiscalia.gov.co', 'Cra. 7 No. 6 - 65 P. 2 / Sonsón / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3048, 3048, '57(4) 5629182 ext. ', 'fislinrneant@fiscalia.gov.co', 'Vereda barro blanco vía porvenir aeropuerto / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3049, 3049, '57(4) 8532744 ext. ', 'sandra.sabogal@fiscalia.gov.co', 'Cll. 9 No. 11-27 / Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3050, 3050, '57(4) 8607758 ext. ', '', 'Cll. 31 No. 29 - 20 Ofc. 301 / Santa Rosa de Osos / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3051, 3051, '57(4) 854-16-63 ext. ', 'f088secantsop@fiscalia.gov.co', 'Cll. 9 No. 11-78 / Sopetrán / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3052, 3052, '57(4) 849-48-71  ext. ', 'f035secanttam@fiscalia.gov.co', 'Cll. Orozco No. 9-51 / Támesis / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3053, 3053, '57(4) 827-30-44 ext. ', '', 'Cra. 14 No. 102-25 P-4 Edf. Rico Pollo / Turbo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3054, 3054, '57(4) 850-24-94 ext. ', 'f092secanturr@fiscalia.gov.co', 'Cra. 30 No. 27-51 / Urrao / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3055, 3055, '57(4) 8537532 ext. ', 'f015secantyar@fiscalia.gov.co', 'Edf. de Gobierno Municipal. P. 3 / Yarumal / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3056, 3056, '57(4) 865-46-50 ext. ', 'f096secantyol@fiscalia.gov.co', 'Cll. Colombia No. 20-116 P. 2 / Yolombó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3057, 3057, '57 (8) 5927964 ext. ', 'fislocletcun@fiscalia.gov.co', 'Cra. 8 No. 11-80 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 323, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3058, 3058, '57(4) 8253630 ext. 160', 'fiscjuchiant@fiscalia.gov.vo   ', 'Cra. 104 A No 100-30 / Chigorodó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3059, 3059, ' ext. ', 'dirsecfisara@fiscalia.gov.co', 'Cll. 23 No. 78 - 41 Piso 2 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3060, 3060, ' ext. ', 'dirsec. arauca@fiscalia.gov.co', 'Cll. 23 No. 78 - 41 Piso 2 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3061, 3061, ' ext. ', 'ctidirsecara@fiscalia.gov.co', 'Cra. 23 No. 18 - 41 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3062, 3062, '57(8)885 1548 ext. ', '', 'Cll. 19 No. 21-31 P. 4 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3063, 3063, '57(8)885 3354 ext. ', '', 'Cll. 19 No. 21-31 P. 4 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3064, 3064, '57(8)885 7659 ext. ', 'fisasiara@fiscalia.gov.co', 'Cll. 19 No. 21-31 P. 2 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3065, 3065, '57(8)889 1042 ext. ', '', 'Cll. 28 No. 14-36 P. 2 / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3066, 3066, '57(8)889 1042 ext. ', 'fissarara@fiscalia.gov.co', 'Cll. 28 No. 14-36 P. 2 / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3067, 3067, '57(8)888 6305 ext. ', '', 'Palacio de Justicia P. 2 / Tame / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3068, 3068, '57(8)888 6238 ext. ', '', 'Palacio de Justicia P. 2 / Tame / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3069, 3069, '57 (1) 4088000 ext. 4416-4417-4023-3520-3523', 'dirsec.bogota@fiscalia.gov.co', 'Cra. 28 No. 18-64 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3070, 3070, '57 (1) 2971000 ext. 3808-3807', 'subdir.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3071, 3071, '57 (1) 2971000 ext. 3810-3879', 'subdir2.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3072, 3072, '57 (1) 2971000 ext. 3816-3813', 'subdir3.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3073, 3073, '57 (1) 2971000 ext. 3838-4006', 'subdir4.fiscaliasbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3074, 3074, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3075, 3075, '57(8)885 8538 ext. ', '', 'Cra. 21 No. 17-73 P. 3 Antiguo Edf. DAS / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3077, 3077, '57 (1) 2971000 57 (1) 2772899 ext. 3529-3515', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3078, 3078, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3079, 3079, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3080, 3080, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3081, 3081, '57(8)885 3182 ext. ', '', 'Cra. 24 No. 20-36 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3082, 3082, '57 (1) 2971000 ext. 3905-3045', 'fisusecant@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3083, 3083, '57 (1) 2971000 ext. 3850-3848', 'sandra.felix@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3084, 3084, '57 (1) 2971000 ext. 3620-3819', 'roberto.quintero@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3085, 3085, '57 (1) 2971000 ext. 3241-3308', 'f249secantbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3086, 3086, '57 (1) 2971000 ext. 3977-3148', 'fanny.vega@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3087, 3087, '57 (1) 2971000 ext. 3945-3615-3815-3425-3211-3408', 'fisad2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3088, 3088, '57(1) 2839710 ext. 124', 'f001tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3089, 3089, '57(4) 820-55-21 ext. ', '', 'Cll Principal Cra. 45A - 183 P.2 / San Pedro de Urabá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3090, 3090, '57(4) 858-64-37 ext. ', '', 'Cll. 31 No. 32-16 / San Rafael / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3091, 3091, '57(4) 865-60-16 ext. ', '', 'Cra. 19 No. 23-29 / San Roque / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3092, 3092, '57(4) 854-47-37 ext. ', '', 'Cra. 29 No. 30-20 / San Vicente de Ferrer / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3093, 3093, '57(4) 846-40-97 ext. ', 'f035locantsba@fiscalia.gov.co', 'Cra. Bolivar Edf. Aures P.4 / Santa Bárbara / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3094, 3094, '57(4) 853-16-94 ext. ', 'f100locantsda@fiscalia.gov.co', 'Cll. 9 No. 11-27 / Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3095, 3095, '57(4) 860-86-19 ext. ', 'f058locantsro@fiscalia.gov.co', 'Cra. 31 Cll. 28 B -5 ofc. 302 / Santa Rosa de Osos Santafé de Antioquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3096, 3096, '57(4) 862-13-62  ext. ', '', 'Cra. 14 Cll. 15 / Santo Domingo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3097, 3097, '57(4) 831-42-33 ext. ', '', 'Cra. 49 No. 50-36 P. 2 / Segovia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3098, 3098, '57(4) 869-14-41 ext. ', 'f008locantson@fiscalia.gov.co', 'Cra. 7 No. 6 - 65 P. 2 / Sonsón / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3099, 3099, '57(4) 854-16-63 ext. ', 'f105locsopant@fiscalia.gov.co ', 'Cll. 9 No. 11-78 / Sopetrán / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3100, 3100, '57(4) 849-60-26  ext. ', 'f006locanttam@fiscalia.gov.co', 'Cll. Orozco No. 9-51 / Támesis / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3101, 3101, '57(4) 836-57-69  ext. ', 'soraya.cuesta@fiscalia.gov.co', 'Cll. 29 Cra. 29 / Tarazá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3102, 3102, '57(4) 827-30-47 ext. ', 'f073turant@fiscalia.gov.co', 'Cra. 14 No. 102-25 P-3, Edf. Rico Pollo / Turbo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3103, 3103, '57(4) 850-42-42 ext. ', '', 'Cra. 30 No. 27-45 / Urrao / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3104, 3104, '57(4) 8360134 ext. ', 'morelia.giraldo@fiscalia.gov.co', 'Cll. 8 Nro. 9-02 / Valdivia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3105, 3105, '57(4) 8875588 ext. ', 'f004locantyar@fiscalia.gov.co', 'Edf. de Gobierno Municipal P. 4 / Yarumal / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3106, 3106, '57(4) 865-43-91 ext. ', 'f056locantyol@fiscalia.gov.co', 'Cll. Colombia No. 20-116 P. 2 / Yolombó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3107, 3107, '57(4) 838-91-60 ext. ', '', 'Cll. Junin No- 19A-26 / Zaragoza / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3108, 3108, '57(8)885 2490 ext. ', '', 'Cll. 19 No. 21-31 P. 1 Palacio de Justicia / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3109, 3109, '57(8)889 1042 ext. ', '', 'Cll. 28 No. 14-36 P. 2 / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3110, 3110, '57(8)888 6238 ext. ', '', 'Palacio de Justicia P. 2 / Tame / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3111, 3111, '57 (5) 628 4896 ext. 57 (5) 628 4896', 'fisarjcar@fiscalia.gov.co', 'Cll. de La Palma No. 48 - 46 / Arjona / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3112, 3112, '57 (5) 689 0003 ext. 57 (5) 689 0003', 'fislocsajcar@fiscalia.gov.co', 'Cll. 9. Cra. 11 Esq. Barrio Centro / San Juan Nepomuceno / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3113, 3113, '57 (5) 620 8319 ext. 57 (5) 620 8319', 'fisloccalcar@fiscalia.gov.co', 'Transversal. 1 A No. 205 Cll. SuCra.e / Calamar / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3114, 3114, '57 (5) 687 6666 ext. 57 (5) 687 6666', 'fislocmagcar@fiscalia.gov.co', 'Avda. Colombia No. 13 - 80 / Magangué / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3115, 3115, '57 (5) 685 5194 ext. 57 (5) 685 5194', 'fiscalia.mompoxcar@fiscalia.gov.co', 'Palacio Municipal P. 1 / Mompóx / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3116, 3116, '57 (5) 418 2713 ext. 57(5) 418 2713', 'fislocsmicar@fiscalia.gov.co', 'Antiguo Palacio Municipal, plazoleta de Telecom P. 1 / San Martín de Loba / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3117, 3117, '57 (6) 8928291 ext. 1163 - 1208 - 1155 1156 - 1157- 1158 1154 - 1165 - 1159 1161 - 1209 - 1248', 'f011locman@fiscalia.gov.co fiscalia012.localmanizales@fiscalia.gov.co fiscalia002.localmanizales@fiscalia.gov.co fiscalia003.localmanizales@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 6 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3118, 3118, '57 (6) 8928280 ext. 1160 - 1162 - 1172 1173 - 1153 - 1166', '', 'Cra. 23 No. 20 - 40, P 6 - 7 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3119, 3119, '57 (6) 8857732 ext. ', '', 'Cll. 53 No. 25 A - 35 P 2 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3120, 3120, '57 (6) 8843643 ext. ', 'fiscalia001.saumanizales@fiscalia.gov.co', 'Cra. 20 A No. 24 - 26 P 3 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3121, 3121, '57 (6) 8514850 ext. ', 'fiscalia001.locaguadasman@fiscalia.gov.co', 'Cll. 6 No. 5 - 23 P 2 / Aguadas / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3122, 3122, '57 (1) 5295174 ext. ', '', 'Cra. 7 No. 8-87 Casa de Justicia / Sibaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3123, 3123, '57 (1) 3511680 ext. ', 'claudia.acevedo@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3124, 3124, '57 (1) 2971000 ext. 3046-3205', 'f046adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3125, 3125, '57 (1) 2971000 ext. 3070-3702', 'f070ap2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3126, 3126, '57 (1) 2971000 ext. 3200-3432', 'f071adp2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3127, 3127, '57 (1) 2971000 ext. 3089-3966', 'f128adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3128, 3128, '57 (1) 2971000 ext. 3432-3194-3134', 'fiscalia186.adminpublica2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3129, 3129, '57 (1) 2971000 ext. 3188-3427', 'f188adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3130, 3130, '57 (1) 2971000 ext. 3192-3431-3413', 'f192adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3131, 3131, '57 (1) 2971000 ext. 3244-3421-3403', 'f201admpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3132, 3132, '57 (1) 2971000 ext. 3222-3411', 'f202admpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3133, 3133, '57 (1) 2971000 ext. 3203-3454', 'f203admpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3134, 3134, '57 (1) 2971000 ext. 3201-3409', 'f212adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3135, 3135, '57 (1) 2971000 ext. 3207-3214', 'fiscalia214.adminpublica2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3136, 3136, '57 (1) 2971000 ext. 3217-3196', 'f217ap1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3137, 3137, '57 (1) 2971000 ext. 3218-3456', 'f218adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3138, 3138, '57 (1) 2971000 ext. 3202-3436', 'f222adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3139, 3139, '57 (1) 2971000 ext. 3223-3423', 'f223adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3140, 3140, '57 (1) 2971000 ext. 3186-3615', 'f264adpbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3141, 3141, '57 (1) 2971000 ext. 4020-3305', 'f295antbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 5 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3142, 3142, '57 (1) 2971000 ext. 3783-3569-3315-3581', 'fisvi1bog@fiscalia.gov.co; f040vi1bog@fiscalia.gov.co; jesus.vigoya@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3143, 3143, '57 (1) 2971000 ext. 3005-3548', 'f005vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3144, 3144, '57 (1) 2971000 ext. 3008-3911', 'f008vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3145, 3145, '57 (1) 2971000 ext. 3388-3040-3388', 'f009vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3146, 3146, '57 (1) 2971000 ext. 3031-3523', 'andrea.romero@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3147, 3147, '57 (1) 2971000 ext. 3013-3232', 'f013vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3148, 3148, '57 (1) 2971000 ext. 3435-3319', 'f015v2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3149, 3149, '57 (1) 2971000 ext. 3585-3057', 'luis.uribe@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3150, 3150, '57 (1) 2971000 ext. 3483-3483', 'f023vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3151, 3151, '57 (1) 2971000 ext. 3545-3087', 'f033vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3152, 3152, '57 (1) 2971000 ext. 3003-3324', 'lavinia.holguin@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3153, 3153, '57 (1) 2971000 ext. 3637-3639', 'f037vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3154, 3154, '57 (1) 2971000 ext. 3336-3599', 'f041vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3155, 3155, '57 (1) 2971000 ext. 3042-3081', 'f042vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3156, 3156, '57 (1) 2971000 ext. 3231-3043', 'f043vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3157, 3157, '57 (1) 2971000 ext. 3047', 'f047vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3158, 3158, '57 (1) 2971000 ext. 3914', 'f051vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3159, 3159, '57 (1) 2971000 ext. 3052-3549', 'f052vi1bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3160, 3160, '57 (1) 2971000 ext. 3068-3302', 'f072vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3161, 3161, '57 (1) 2971000 ext. 3023-3220', 'f112vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3162, 3162, '57 (1) 2971000 ext. ', 'claudia.rivera@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3163, 3163, '57 (1) 2971000 ext. 3549', 'f191vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3164, 3164, '57 (1) 2971000 ext. 3261', 'f261vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3165, 3165, '57 (1) 2971000 ext. 3298', 'f298vi2bog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3166, 3166, '57 (1) 2971000 ext. 3589-3039', 'f329vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3167, 3167, '57 (1) 2971000 ext. 3506-3507', 'f334vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3168, 3168, '57 (1) 2971000 ext. 3589-3587', 'f364vibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3-4 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3169, 3169, '57 (1) 5876120 ext. 1299', 'f081fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3170, 3170, '57 (1) 5876120 ext. 1158', 'f019sec1fpbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3171, 3171, '57 (1) 5876120 ext. 1122', 'f049fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3172, 3172, '57 (1) 5876120 ext. ', '', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3173, 3173, '57 (1) 5876120 ext. 1148', 'f085fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3174, 3174, '57 (1) 5876120 ext. 1151', 'f086fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3175, 3175, '57 (1) 5876120 ext. 1153', 'f088pa1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3176, 3176, '57 (1) 5876120 ext. 1167', 'f093fp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3177, 3177, '57 (1) 5876120 ext. 1124', 'f096fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3178, 3178, '57 (1) 5876120 ext. 1126', 'f101fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3179, 3179, '57 (1) 5876120 ext. 1128', 'f102fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3180, 3180, '57 (1) 5876120 ext. 1136', 'f103fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3181, 3181, '57 (1) 5876120 ext. 1130', 'fis104fpbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3182, 3182, '57 (1) 5876120 ext. 1132', 'f105fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3183, 3183, '57 (1) 5876120 ext. 1142', 'f111fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3184, 3184, '57 (1) 5876120 ext. 1134', 'f116fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3185, 3185, '57 (1) 5876120 ext. 1138', 'f119fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3186, 3186, '57 (1) 5876120 ext. 1140', 'f124fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3187, 3187, '57 (1) 5876120 ext. 1290', 'fis140sec1fpbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3188, 3188, '57 (1) 5876120 ext. 1144', 'f162fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3189, 3189, '57 (1) 5876120 ext. 1154', 'f176fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3190, 3190, '57 (1) 5876120 ext. 1147', 'f177fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3191, 3191, '57 (1) 5876120 ext. 1150', 'f287fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3192, 3192, '57 (1) 5876120 ext. 1166', 'f309fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3193, 3193, '57 (1) 5876120 ext. 1152', 'f362fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3194, 3194, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3195, 3195, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3196, 3196, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3197, 3197, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3198, 3198, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3199, 3199, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3200, 3200, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3201, 3201, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3202, 3202, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3203, 3203, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3204, 3204, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3205, 3205, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3206, 3206, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3207, 3207, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3208, 3208, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3209, 3209, '57 (1) 5876120 ext. 1184-1185-1337-1491-1186', 'fisfp2bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3210, 3210, '57 (1) 5876120 ext. 1201-1202-1203-1205', 'fisfp3bog@fiscalia.gov.co; f146fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3211, 3211, '57 (1) 5876120 ext. 1170', 'f115fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3212, 3212, '57 (1) 5876120 ext. 1206/1207', 'f134fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3213, 3213, '57 (1) 5876120 ext. 1209/1251', 'f137fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3214, 3214, '57 (1) 5876120 ext. 1210/1211', 'f144fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3215, 3215, '57 (1) 5876120 ext. 1212/1213', 'f147fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3216, 3216, '57 (1) 5876120 ext. 1214/1215', 'f149fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3217, 3217, '57 (1) 5876120 ext. 1216/1217', 'f150fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3218, 3218, '57 (1) 5876120 ext. 1218/1219', 'f151fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3219, 3219, '57 (1) 5876120 ext. 1220/1221', 'f157fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3220, 3220, '57 (1) 5876120 ext. 1222/1233', 'f158fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3221, 3221, '57 (1) 5876120 ext. 1224/1225', 'f159fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3222, 3222, '57 (1) 5876120 ext. 1226/1227', 'f160fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3223, 3223, '57 (1) 5876120 ext. 1228/1229', 'f161fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3224, 3224, '57 (1) 5876120 ext. 1230/1231', 'f163fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3225, 3225, '57 (1) 5876120 ext. 3156', 'f164fp3bog@fiscalia.gov.co', 'Cra. 29 No. 18-45 Piso 1 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3226, 3226, '57 (1) 5876120 ext. 1234/1235', 'f169fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3227, 3227, '57 (1) 5876120 ext. 1236/1237', 'f170fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3228, 3228, '57 (1) 5876120 ext. 1238/1239', 'f181fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3861, 3861, '57 (8) 710552 ext. ', 'farid.plata@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3229, 3229, '57 (1) 5876120 ext. 1240/1241', 'f183fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3230, 3230, '57 (1) 5876120 ext. 1242/1243', 'f184fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3231, 3231, '57 (1) 5876120 ext. 1157/1111', 'f221fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3232, 3232, '57 (1) 5876120 ext. 1244/1245', 'f243fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3233, 3233, '57 (1) 5876120 ext. 1246/1247', 'f277fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3234, 3234, '57 (1) 5876120 ext. 1248/1249', 'f328fp3bog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3235, 3235, '57 (1) 5876120 ext. 1419-1309-1308', 'fisfp4bog@fiscalia.gov.co; danya.velasco@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3236, 3236, '57 (1) 5876120 ext. 1350-1351', 'f035au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3237, 3237, '57 (1) 5876120 ext. 1340-1341', 'f039au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3238, 3238, '57 (1) 5876120 ext. 1317-1334-1335', 'f069au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3239, 3239, '57 (1) 5876120 ext. 1322-1323', 'f089au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3240, 3240, '57 (1) 5876120 ext. 1297-1156', 'f099fp1bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3241, 3241, '57 (1) 5876120 ext. 1342-1343', 'f108au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3242, 3242, '57 (1) 5876120 ext. 1308-1309', 'fisfp4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3243, 3243, '57 (1) 5876120 ext. 1316', 'f126au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3244, 3244, '57 (1) 5876120 ext. 1354', 'f127au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3245, 3245, '57 (1) 5876120 ext. 1329-1328', 'f129au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3246, 3246, '57 (1) 5876120 ext. 1346-1347', 'f130au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3247, 3247, '57 (1) 5876120 ext. 1344-1345', 'f132au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3248, 3248, '57 (1) 5876120 ext. 1314-1315', 'f148au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3249, 3249, '57 (1) 5876120 ext. 1318-1319', 'f156au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3250, 3250, '57 (1) 5876120 ext. 1320-1321-1348-1349', 'f206au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3251, 3251, '57 (1) 5876120 ext. 1326-1327', 'f333au4bog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3252, 3252, '57 (1) 2971000 ext. 3406-3236-3796-3931', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3253, 3253, '57 (1) 2971000 ext. 3796-3961', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3254, 3254, '57 (1) 2971000 ext. 3032-3634', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3255, 3255, '57 (1) 2971000 ext. 3369', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3256, 3256, '57 (1) 2971000 ext. 3434-3246', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3257, 3257, '57 (1) 2971000 ext. 3239-3405', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3258, 3258, '57 (1) 2971000 ext. 3972-3822', 'fisliibog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3259, 3259, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3260, 3260, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3261, 3261, '57 (1) 2778135 ext. ', 'f019loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3262, 3262, '57 (1) 2778135 ext. ', 'f035armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3263, 3263, '57 (1) 2778135 ext. ', 'f036loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3264, 3264, '57 (1) 2778135 ext. ', 'f66loccavbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3265, 3265, '57 (1) 2778135 ext. ', 'f099armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3266, 3266, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3267, 3267, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3268, 3268, '57 (1) 2778135 ext. ', 'f157loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3269, 3269, '57 (1) 2778135 ext. ', 'f216armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3270, 3270, '57 (1) 2778135 ext. ', 'f268armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3271, 3271, '57 (1) 2778135 ext. ', 'f273loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3272, 3272, '57 (1) 2778135 ext. ', 'fiscalia277.larmoniaBogotá@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3273, 3273, '57 (1) 2778135 ext. ', 'f279loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3274, 3274, '57 (1) 2778135 ext. ', 'f280armbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3275, 3275, '57 (1) 2778135 ext. ', 'f284loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3276, 3276, '57 (1) 2778135 ext. ', 'f285loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3277, 3277, '57 (1) 2778135 ext. ', 'f293loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3278, 3278, '57 (1) 2778135 ext. ', 'f295loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3279, 3279, '57 (1) 2778135 ext. ', 'f296loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3280, 3280, '57 (1) 2778135 ext. ', 'fiscalia298larmoniaBogotá@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3281, 3281, '57 (1) 2778135 ext. ', 'f297loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3282, 3282, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3283, 3283, '57 (1) 2778135 ext. ', 'f317loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3284, 3284, '57 (1) 2778135 ext. ', 'f334loabog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3285, 3285, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3286, 3286, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3287, 3287, '57 (1) 2778135 ext. ', 'fisarmbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bl B. Edificio Manuel Gaona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3288, 3288, '57 (1) 3754272-; 57 (1) 2016198-; 57 (1) 2015854 ext. ', 'fislfsbog@fiscalia.gov.co; piedad.gonzalez@fiscalia.gov.co; jose.rengifo@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3289, 3289, '57 (1) 3754272 ext. ', 'f002lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3290, 3290, '57 (1) 2911000 ext. 3160', 'f004lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3291, 3291, '57 (1) 2911000 ext. 3015', 'f007lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3292, 3292, '57 (1) 3754272 ext. ', 'f017lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3293, 3293, '57 (1) 2911000 ext. 3350-3102', 'f021lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3294, 3294, '57 (1) 2016198 ext. ', 'f030lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3295, 3295, '58 (1) 2016198 ext. ', 'f038lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3296, 3296, '59 (1) 2016198 ext. ', 'f073lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3297, 3297, '60 (1) 2016198 ext. ', 'f094lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3298, 3298, '57 (1) 3750342 ext. ', 'f110dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3299, 3299, '57 (1) 2-016198 ext. ', 'f141lfsbog@fiscalia,gov,co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3300, 3300, '57 (1) 2911000 ext. 3019', 'f166dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3301, 3301, '57 (1) 2016198 ext. ', 'f196lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3302, 3302, '57 (1) 3750342 ext. ', 'f219dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3303, 3303, '57 (1) 2016198 ext. ', 'f225lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3304, 3304, '57 (1) 2971000 ext. ', 'f226lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3305, 3305, '57 (1) 2911000 ext. 3015', 'fiscalia227.libertadformsexbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3306, 3306, '57 (1) 2911000 ext. 3024', 'f228lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3307, 3307, '57 (1) 2015854 ext. ', 'f229lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3308, 3308, '57 (1) 2015854 ext. ', 'f230lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3309, 3309, '57 (1) 2911000 ext. 3184-3505', 'fiscalia231.libertadformsexbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3310, 3310, '57 (1) 2-015854 ext. ', 'f232lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3311, 3311, '57 (1) 2911000 ext. 3486', 'f233lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3312, 3312, '57 (1) 2015854 ext. ', 'fiscalia234.libertadformsexbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3313, 3313, '57 (1) 2911000 ext. 3499', 'f235lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3314, 3314, '57 (1) 2-015712 ext. ', 'f251lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3315, 3315, '57 (1) 2911000 ext. 3015', 'f267lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3316, 3316, '57 (1) 2911000 ext. 3299-3468-3299', 'f268lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3317, 3317, '57 (1) 2911000 ext. 3804', 'f269lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3318, 3318, '57 (1) 2-015712 ext. ', 'f272dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3319, 3319, '57 (1) 2911000 ext. 3019', 'f289dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3320, 3320, '57 (1) 2911000 ext. 3146-3346-3184-3505', 'f319lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3321, 3321, '57 (1) 2015712 ext. ', 'f332lfsbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3322, 3322, '57 (1) 2911000 ext. 3347-3184-3505', 'f341lfsbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3323, 3323, '57 (1) 3750342 ext. ', 'f357dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3324, 3324, '57 (1) 2015712 ext. ', 'f363dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3325, 3325, '57 (1) 2911000 ext. 3299-3468', 'f367dsebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 3 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3326, 3326, '57 (1) 3750342 ext. ', 'f368dsebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3327, 3327, '57 (1) 2971000 ext. 3820- 3111', 'fisorebog@fiscalia.gov.co; f66orebog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67Piso 2 Bl. A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4934, 4934, '57 (6) 326 7649 ext. ', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3328, 3328, '57 (1) 2971000 ext. 3303', 'f113orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3329, 3329, '57 (1) 2971000 ext. 3145-3128', 'f60orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3330, 3330, '57 (1) 2971000 ext. 3155-3931', 'f172orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3331, 3331, '57 (1) 2971000 ext. 3075', 'f75orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3332, 3332, '57 (1) 2971000 ext. 3076-3117', 'f242orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3333, 3333, '57 (1) 2971000 ext. 3074-3375', 'f365orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3334, 3334, '57 (1) 2971000 ext. 3073', 'f69orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3335, 3335, '57 (1) 2971000 ext. 3055-3617', 'f79orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3336, 3336, '57 (1) 2971000 ext. 3058-3633', 'f58orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3337, 3337, '57 (1) 2971000 ext. 3002', 'f61orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3338, 3338, '57 (1) 2971000 ext. 3063', 'f76orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3339, 3339, '57 (1) 2971000 ext. 3150', 'f76orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3340, 3340, '57 (1) 2971000 ext. 3151', 'f63orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3341, 3341, '57 (1) 2971000 ext. 3065-3122', 'f65orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3342, 3342, '57 (1) 2971000 ext. 3158-3159', 'f349orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3343, 3343, '57 (1) 2971000 ext. 3164', 'f366orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3344, 3344, '57 (1) 2971000 ext. 3399-3398', 'f68orebog@fiscalia.gov.co', 'Cra. 29 No. 18 -45 Bl A Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3345, 3345, '57 (1) 2971000 ext. 3248-3449', 'fissepbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3346, 3346, '57 (1) 2971000 ext. 3006', 'f06segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3347, 3347, '57 (1) 2971000 ext. 3459', 'f22segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3348, 3348, '57 (1) 2971000 ext. 3249', 'f31segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3349, 3349, '57 (1) 2971000 ext. 3455', 'f50segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3350, 3350, '57 (1) 2971000 ext. 3443', 'f84segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3351, 3351, '57 (1) 2971000 ext. 3255', 'f117segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3352, 3352, '57 (1)2971000 ext. 3263', 'f187segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3353, 3353, '57 (1)2971000 ext. 3262', 'f205segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3354, 3354, '57 (1) 2971000 ext. 3174', 'f244segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3355, 3355, '57 (1) 2971000 ext. 3250', 'f250sepbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3356, 3356, '57 (1) 2971000 ext. 3254', 'f254sepbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3357, 3357, '57 (1) 2971000 ext. 3256', 'f256segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3358, 3358, '57 (1) 2971000 ext. 3257', 'f257segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3359, 3359, '57 (1) 2971000 ext. 3258', 'f258segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3360, 3360, '57 (1) 2971000 ext. 3251', 'f262segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3361, 3361, '57 (1) 2971000 ext. 3266', 'f266segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3362, 3362, '57 (1) 2971000 ext. 3271', 'f271segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3363, 3363, '57 (1) 2971000 ext. 3711', 'f301segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3364, 3364, '57 (1) 2971000 ext. 3133', 'f340segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3365, 3365, '57 (1) 2971000 ext. 3340', 'f358segpubbog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3366, 3366, '57 (1) 2971000 ext. 3235', 'fsegpubog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 2 Bl. D / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3367, 3367, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ; 57 (1) 3704370 ; 57 (1) 2370822; 57 3183418183 ext. 104-105', 'f133linbog@fiscalia.gov.co; f133jpabog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3368, 3368, '57 (1) 3510085 ;57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 125', 'f025linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3369, 3369, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 113-133', 'f267linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3370, 3370, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 140-111', 'f344linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3371, 3371, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 127-110', 'gloria.saenz@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3372, 3372, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 135-111', 'maria.arrieta@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3373, 3373, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 120', 'f348linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3374, 3374, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 124-112', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3375, 3375, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 137', 'f135linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3376, 3376, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 136', 'f194linbog@fiscalia.gov.co; gloria.zambrano@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3377, 3377, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 134', 'f255linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3378, 3378, '57 (1) 3510085; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 139-110', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3379, 3379, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 129', 'gloria.saenz@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3380, 3380, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 138', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3381, 3381, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 123-107', 'f350linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3382, 3382, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 128', 'f351linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3383, 3383, '57 (1) 3510085 ;57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 131', 'f352linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3384, 3384, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 132', 'f354linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3385, 3385, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 119', 'f355linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3386, 3386, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 121', 'f356linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3387, 3387, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 130', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3388, 3388, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3389, 3389, '57 (1) 3510085; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3390, 3390, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3391, 3391, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3392, 3392, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3393, 3393, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3394, 3394, '57 (1) 3510085 ; 57 (1) 2370845; 57 (1) 2370945 ; 57 (1) 2372260 ext. 106', 'f133linbog@fiscalia.gov.co', 'Cll. 12 No. 30-35 Piso 3 CESPA / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3395, 3395, '57(1) 2844775 - 57(1) 2839710 ext. 128-138', 'fistrsbog@fiscalia.gov.co; leonel.onofre@fiscalia.gov.co', 'Cll. 12B No. 7-60 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3396, 3396, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co;fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3397, 3397, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3398, 3398, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3399, 3399, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3400, 3400, '57 (1) 3647333 ext. 1411 1412', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3401, 3401, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3402, 3402, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3403, 3403, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3404, 3404, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3405, 3405, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3406, 3406, '57 (1) 3647333 ext. 1413 1414', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3407, 3407, '57 (1) 8535362 ext. ', '', 'Cll. 4 No. 3-21 Piso 2 Palacio de Justicia / Gachetá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3408, 3408, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3409, 3409, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3410, 3410, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3411, 3411, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3412, 3412, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3413, 3413, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3414, 3414, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3415, 3415, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3416, 3416, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3417, 3417, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3418, 3418, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3419, 3419, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3420, 3420, '57 (1) 29710000 ext. 3290', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3421, 3421, '57(1) 2839710 ext. 142', 'nhora.ferreira@fiscalia.gov.co', 'Cll.12 B No. 7 - 60 Piso 6° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3422, 3422, '57(1) 2839710 ext. 143', 'f012tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 6° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3423, 3423, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3424, 3424, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3425, 3425, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3426, 3426, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3427, 3427, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3428, 3428, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3429, 3429, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3430, 3430, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3431, 3431, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3432, 3432, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3433, 3433, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3434, 3434, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3435, 3435, '57 (1) 8311743/34 ext. ', '', 'Cll. 19 No.8-48 Barrio Granada / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3436, 3436, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3437, 3437, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3438, 3438, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3439, 3439, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3440, 3440, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3441, 3441, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3442, 3442, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3443, 3443, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3444, 3444, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3445, 3445, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3446, 3446, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3447, 3447, '57 (1) 7111835 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3448, 3448, '57 (1) 7694911- ;57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3449, 3449, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3450, 3450, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3451, 3451, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3452, 3452, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3453, 3453, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3454, 3454, '57 (1) 7694911- ;57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3455, 3455, '57 (1) 7694911- ;57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3456, 3456, '57 (1) 7694911- 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3457, 3457, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3458, 3458, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3459, 3459, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3460, 3460, '57 (1) 5894444 ext. 1380', 'fislo1bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3461, 3461, '57 (1) 5894444 ext. 1128', 'fis2loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3462, 3462, '57 (1)5894444 ext. 1110', 'fis4loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3463, 3463, '57 (1) 5894444 ext. 1135', 'f007lo01bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3464, 3464, '57 (1) 5894444 ext. 1130', 'f009lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3465, 3465, '57 (1) 5894444 ext. 1108', 'f0101bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3466, 3466, '57 (1) 5894444 ext. 1106', 'f011lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3467, 3467, '57 (1) 5894444 ext. 1120', 'f17loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3468, 3468, '57 (1) 5894444 ext. 1123', 'f101lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3469, 3469, '57 (1) 5894444 ext. 1391', 'f108loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3470, 3470, '57 (1) 5894444 ext. 1402', 'f176lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3471, 3471, '57 (1) 5894444 ext. 1404', 'f177locbog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3472, 3472, '57 (1) 5894444 ext. 1399', 'f178locbog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3473, 3473, '57 (1) 5894444 ext. 1398', 'f180loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3474, 3474, '57 (1) 5894444 ext. 1390', 'f184locbog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3475, 3475, '57 (1) 5894444 ext. 1395', 'f186lo01bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3476, 3476, '57 (1) 5894444 ext. 1407', 'f190lo01bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3477, 3477, '57 (1) 5894444 ext. 1388', 'f192loc1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3478, 3478, '57 (1) 5894444 ext. 1113', 'f204lo01bog@fiiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3479, 3479, '57 (1) 5894444 ext. 1127', 'f275lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3480, 3480, '57 (1) 5894444 ext. 1387', 'f337lo1bog@fiscalia.gov.co', 'Cra. 13 18-51 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3481, 3481, '57 (1) 3347893 ext. ', 'f148lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3482, 3482, '57 (1) 5894444 ext. 1183-1210', 'fislo2bog@fiscalia.gov.co; f020lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3483, 3483, '57 (1) 5894444 ext. 1193', 'f153lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3484, 3484, '57 (1) 5894444 ext. 1181', 'f22lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3485, 3485, '57 (1) 5894444 ext. 1182', 'f27lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3486, 3486, '57 (1) 5894444 ext. 1185', 'f31lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3487, 3487, '57 (1) 5894444 ext. 1186', 'f37lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3488, 3488, '57 (1) 5894444 ext. 1188', 'f38lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3489, 3489, '57 (1) 5894444 ext. 1160', 'f110lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3490, 3490, '57 (1) 5894444 ext. 1190', 'f179lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3491, 3491, '57 (1) 5894444 ext. 1174', 'f197lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3492, 3492, '57 (1) 5894444 ext. 1172', 'f221lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5027, 5027, '57(8) 7381690 ext. ', '', 'Cra. 3A Cll. 11 esq. Piso 3 of 302 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3493, 3493, '57 (1) 5894444 ext. 1169', 'f223lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3494, 3494, '57 (1) 5894444 ext. 1227', 'f224lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3495, 3495, '57 (1) 5894444 ext. 1229', 'f29lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3496, 3496, '57 (1) 5894444 ext. 1200', 'f30lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3497, 3497, '57 (1) 5894444 ext. 1228', 'f139lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3498, 3498, '57 (1) 5894444 ext. 1223', 'f151lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3499, 3499, '57 (1) 5894444 ext. 1225', 'f196lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3500, 3500, '57 (1) 5894444 ext. 1215', 'f218lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3501, 3501, '57 (1) 5894444 ext. 1214', 'f225lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3502, 3502, '57 (1) 5894444 ext. 1213', 'f246lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3503, 3503, '57 (1) 5894444 ext. 1537', 'f121lo2bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 8 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3504, 3504, '57 (1) 5894444 ext. 1230-1200-1229', 'fislo3bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3505, 3505, '57 (1) 5894444 ext. 1217-1228-1227', 'f040lo3bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3506, 3506, '57 (1) 5894444 ext. 1217-1193-1206', 'f053lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3507, 3507, '57 (1) 5894444 ext. 1217-1220-1219', 'f054lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3508, 3508, '57 (1) 5894444 ext. 1217-1214-1213', 'f103lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3509, 3509, '57 (1) 5894444 ext. 1217', 'f229lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3510, 3510, '57 (1) 5894444 ext. 1217', 'f266lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3511, 3511, '57 (1) 3347893 ext. ', 'f045lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3512, 3512, '57 (1) 3347893 ext. ', 'f047lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3513, 3513, '57 (1) 3347893 ext. ', 'f100lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3514, 3514, '57 (1) 3347893 ext. ', 'f112lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3515, 3515, '57 (1) 3347893 ext. ', 'f141lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3516, 3516, '57 (1) 8466442 ext. ', '', 'Cll. 3 No. 1-36 Centro Piso 1 / Guaduas / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3517, 3517, '57 (1) 3347893 ext. ', 'f251lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3518, 3518, '57 (1) 3347893 ext. ', 'f254lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3519, 3519, '57 (1) 3347893 ext. ', 'f257lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3520, 3520, '57 (1) 3347893 ext. ', 'f260lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3862, 3862, '57 (8) 710552 ext. ', 'f06secnei@fiscalia.gov.co', 'Cra. 9 No.6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3521, 3521, '57 (1) 3347893 ext. ', 'f263lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3522, 3522, '57 (1) 3347893 ext. ', 'f270lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3523, 3523, '57 (1) 3347893 ext. ', 'f335lo3bogbog@fiscalia.gov.co', 'Cra. 13 No. 18-38 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3524, 3524, '57 (1) 5894444 ext. 1571-1240-1237', 'fislo4bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3525, 3525, '57 (1) 5894444 ext. 1369-1370', 'fl105loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3526, 3526, '57 (1) 5894444 ext. 1345-1358', 'fl118loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3527, 3527, '57 (1) 5894444 ext. 1257-1571', 'fl119loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3528, 3528, '57 (1) 5894444 ext. ', 'fl120loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3529, 3529, '57 (1) 5894444 ext. 1340-1341', 'fl127loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3530, 3530, '57 (1) 5894444 ext. 1571-1241', 'fl128loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3531, 3531, '57 (1) 5894444 ext. 1367-1343', 'fl130loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3532, 3532, '57 (1) 5894444 ext. 1366-1365', 'fl131loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3533, 3533, '57 (1) 5894444 ext. 1239-1244', 'fl149loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3534, 3534, '57 (1) 5894444 ext. 1379-1376', 'fl152loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3535, 3535, '57 (1) 5894444 ext. 1350-1260', 'fl130loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3536, 3536, '57 (1) 5894444 ext. 1351-1353', 'fl159loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3537, 3537, '57 (1) 5894444 ext. 1259-1252', 'fl160loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3538, 3538, '57 (1) 5894444 ext. 1253-1258', 'fl163loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3539, 3539, '57 (1) 5894444 ext. 1249-1256', 'fl166loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3540, 3540, '57 (1) 5894444 ext. ', 'fl168loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3541, 3541, '57 (1) 5894444 ext. 1339-1393', 'fl189loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3542, 3542, '57 (1) 5894444 ext. 1346', 'fl315loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3543, 3543, '57 (1) 5894444 ext. ', 'fl336loc4@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3544, 3544, '57 (1) 5894444 ext. 1310-1311-1270-1271', 'fislo5bog@fiscalia.gov.co ; diego.merchan@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3545, 3545, '57 (1) 5894444 ext. ', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3546, 3546, '57 (1) 5894444 ext. 1301', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3547, 3547, '57 (1) 5894444 ext. 1293', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3548, 3548, '57 (1) 5894444 ext. 1292', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3549, 3549, '57 (1) 5894444 ext. 1278', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3550, 3550, '57 (1) 5894444 ext. 1273', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3551, 3551, ';57 (1) 7175266 ext. ', 'fiscjcbog@fiscalia.gov.co', 'Transversal 73 No. 70 A -04 Sur La Casona / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3552, 3552, '57 (1) 5894444 ext. 1290', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3553, 3553, '57 (1) 5894444 ext. 1291', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3554, 3554, '57 (1) 5894444 ext. 1311', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3555, 3555, '57 (1) 5894444 ext. 1333', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3556, 3556, '57 (1) 5894444 ext. 1315', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3557, 3557, '57 (1) 5894444 ext. 1317', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3558, 3558, '57 (1) 5894444 ext. 1318', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3559, 3559, '57 (1) 5894444 ext. 1326', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3560, 3560, '57 (1) 5894444 ext. 1372', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3561, 3561, '57 (1) 5894444 ext. 1316', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3562, 3562, '57 (1) 5894444 ext. 1275', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3563, 3563, '57 (1) 5894444 ext. 1335', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3564, 3564, '57 (1) 5894444 ext. 1294', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3565, 3565, '57 (1) 5894444 ext. 1328', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3566, 3566, '57 (1) 5894444 ext. 1314', 'fislo5bog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3567, 3567, '57 (1) 5894444 ext. 1167-1233-1502-1235-1234', 'inaalibog@fiscalia.gov.co', 'Cra. 13 No. 18-51 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3568, 3568, '57 (1) 5894444 ext. ', 'inaalimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3569, 3569, '57 (1) 5894444 ext. ', 'fis015alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3570, 3570, '57 (1) 5894444 ext. ', 'fis033alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3571, 3571, '57 (1) 5894444 ext. ', 'fis055alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3572, 3572, '57 (1) 5894444 ext. ', 'fis080alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3573, 3573, '57 (1) 5894444 ext. ', 'fis081alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3574, 3574, '57 (1) 5894444 ext. ', 'fis098alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3575, 3575, '57 (1) 5894444 ext. ', 'fis104alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3576, 3576, '57 (1) 5894444 ext. ', 'fis107alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3577, 3577, '57 (1) 5894444 ext. ', 'fis122alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3578, 3578, '57 (1) 5894444 ext. ', 'fis125alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3579, 3579, '57 (1) 5894444 ext. ', 'fis135alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3580, 3580, '57 (1) 5894444 ext. ', 'fis140alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3581, 3581, '57 (1) 5894444 ext. ', 'fis144alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3582, 3582, '57 (1) 5894444 ext. ', 'fis145alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3583, 3583, '57 (1) 5894444 ext. ', 'fis158alimbog@fiscalia.gov.co', 'Cra. 13 No. 18-51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3584, 3584, '57 (1) 5894444 ext. ', 'fis182alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3585, 3585, '57 (1) 5894444 ext. ', 'fis217alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3586, 3586, '57 (1) 5894444 ext. ', 'fis243alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3587, 3587, '57 (1) 5894444 ext. ', 'fis258alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3588, 3588, '57 (1) 5894444 ext. ', 'fis340alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3589, 3589, '57 (1) 5894444 ext. ', 'fis020alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3590, 3590, '57 (1) 5894444 ext. ', 'fis039alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3591, 3591, '57 (1) 5894444 ext. ', 'fis236alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3592, 3592, '57 (1) 5894444 ext. ', 'fis138alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3593, 3593, '57 (1) 5894444 ext. ', 'fis231alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3594, 3594, '57 (1) 5894444 ext. ', 'fis143alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3595, 3595, '57 (1) 5894444 ext. ', 'fis248alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3596, 3596, '57 (1) 5894444 ext. ', 'fis023alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3597, 3597, '57 (1) 5894444 ext. ', 'fis064alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3598, 3598, '57 (1) 5894444 ext. ', 'fis070alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3599, 3599, '57 (1) 5894444 ext. ', 'fis087alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3600, 3600, '57 (1) 5894444 ext. ', 'fis150alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3601, 3601, '57 (1) 5894444 ext. ', 'fis191alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3602, 3602, '57 (1) 5894444 ext. ', 'fis247alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3603, 3603, '57 (1) 5894444 ext. ', 'fis289alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3604, 3604, '57 (1) 5894444 ext. ', 'fis294alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3605, 3605, '57 (1) 5894444 ext. ', 'fis299alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3606, 3606, '57 (1) 5894444 ext. ', 'fis328alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3607, 3607, '57 (1) 5894444 ext. ', 'fis041alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3608, 3608, '57 (1) 5894444 ext. ', 'fis044alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3609, 3609, '57 (1) 5894444 ext. ', 'fis065alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3610, 3610, '57 (1) 5894444 ext. ', 'fis067alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3611, 3611, '57 (1) 5894444 ext. ', 'fis090alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3612, 3612, '57 (1) 5894444 ext. ', 'fis106alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3613, 3613, '57 (1) 5894444 ext. ', 'fis126alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3614, 3614, '57 (1) 5894444 ext. ', 'fis171alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3615, 3615, '57 (1) 5894444 ext. ', 'fis220alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3616, 3616, '57 (1) 5894444 ext. ', 'fis255alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3617, 3617, '57 (1) 5894444 ext. ', 'fis271alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3618, 3618, '57 (1) 5894444 ext. ', 'fis283alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3619, 3619, '57 (1) 5894444 ext. ', 'fis338alimbog@fiscalia.gov.co', 'Cra. 13 No. 18 - 51 Piso 7 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3620, 3620, '57 (1) 5876120 ext. 1301-1400-1401-1492-1402-1406', 'fisassbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 1 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3621, 3621, '57 (1) 8573214 ext. ', '', 'Cll. 3 No. 3-66 Piso 2 / Guasca / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3622, 3622, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3623, 3623, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3624, 3624, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3625, 3625, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'f055orebog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3626, 3626, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3627, 3627, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3628, 3628, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3629, 3629, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3630, 3630, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3631, 3631, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3632, 3632, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'fisitdbog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3633, 3633, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'luis.valero@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3634, 3634, '57 (1) 2016398; 57 (1) 2016348 ext. ', 'willia.gomez@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl B / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3635, 3635, '57 (1) 2971000 ext. 3628-3029', 'fisesabog@fiscalia.gov.co; nelly.peñalosa@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3636, 3636, '57 (1) 2971000 ext. 3028', 'f028esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3637, 3637, '57 (1) 2971000 ext. 3131', 'f029esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3638, 3638, '57 (1) 2971000 ext. 3888', 'f131esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3639, 3639, '57 (1) 2971000 ext. 3325', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3640, 3640, '57 (1) 2971000 ext. 3619', 'f153esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3641, 3641, '57 (1) 2971000 ext. 3288', 'f208esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3642, 3642, '57 (1) 2971000 ext. 3013', 'f313loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3643, 3643, '57 (1) 2971000 ext. 3951', 'f73loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3644, 3644, '57 (1) 2971000 ext. 3856', 'f94loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3645, 3645, '57 (1) 2971000 ext. 3113', 'f113loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3646, 3646, '57 (1) 2971000 ext. 3269', 'f133esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3647, 3647, '57 (1) 2971000 ext. 3025', 'f146edabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3648, 3648, '57 (1) 2971000 ext. ', 'f170loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3649, 3649, '57 (1) 2971000 ext. ', 'f174loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3650, 3650, '57 (1) 2971000 ext. 3086', 'f175loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3651, 3651, '57 (1) 2971000 ext. 3610', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3652, 3652, '57 (1) 2971000 ext. 3726', 'f205loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3653, 3653, '57 (1) 2971000 ext. 4025', 'f269esabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3654, 3654, '57 (1) 2971000 ext. 3923', 'f288loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3655, 3655, '57 (1) 2971000 ext. 3026', 'f326loceabog@fiscalia.gov.co', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3656, 3656, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 1 Bl. C / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3657, 3657, '57 (1) 8751642 ext. ', 'fiscalia.lacalerabog@fiscalia.gov.co', 'Cll. 6 No. 39 C.C. Andino Parque ; Principal. Piso 3 / La Calera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3658, 3658, '57 (1) 8751642 ext. ', 'fiscalia.lacalerabog@fiscalia.gov.co', 'Cll. 6 No. 39 C.C. Andino Parque ; Principal. Piso 3 / La Calera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3659, 3659, '57 (1) 8751642 ext. ', 'fiscalia.lacalerabog@fiscalia.gov.co', 'Cll. 6 No. 39 C.C. Andino Parque ; Principal. Piso 3 / La Calera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3660, 3660, '57 (1) 2839710 ext. 116', 'f017tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3661, 3661, '57(1) 2839710 ext. 123', 'f022tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3662, 3662, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3663, 3663, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3664, 3664, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3665, 3665, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3666, 3666, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3667, 3667, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3668, 3668, '57 (1) 2839710 ext. 135', 'f027tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3669, 3669, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co; adelina.fonseca@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3670, 3670, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co;blanca.carrero@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3671, 3671, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co;alisidro@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3672, 3672, '57 (1) 2839710 ext. 120', 'f034tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3673, 3673, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3674, 3674, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3675, 3675, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3676, 3676, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fissabbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3677, 3677, '57(1) 2839710 ext. 107', 'f035tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3678, 3678, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3679, 3679, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3680, 3680, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3681, 3681, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3682, 3682, '57 (1) 2839710 ext. 108', 'f038tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3683, 3683, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissaubog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3684, 3684, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissaubog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3685, 3685, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissasbog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3686, 3686, '57 (1) 6826109 -;57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissasbog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3687, 3687, '57 (1) 6818538 ext. ', 'fiscjsbog@fiscalia.gov.co', 'Cll. 146 A No. 94 A -05 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3688, 3688, '57 (1) 2012420-;57 (1) 2471001 ext. ', 'fiscjmbog@fiscalia.gov.co', 'Cra. 21 No. 14-75 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3689, 3689, '57 (1) 7795326 ext. ', 'fiscjbbog@fiscalia.gov.co', 'Cra. 81 D No. 59- A -59 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3690, 3690, '57 (1) 7660000 ext. ', 'fiscjubog@fiscalia.gov.co', 'Cll. 5 N 4 - 53 Usme / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3691, 3691, ' ext. ', 'fissaucbog@fiscalia.gov.co;fissaujefbog@fiscalia.gov.co', 'Transversal 73 D Avda.. 1 Mayo 38 C -72 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3692, 3692, ' ext. ', 'fissaucbog@fiscalia.gov.co;fissaujefbog@fiscalia.gov.co', 'Cll. 19 No. 99-67 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3693, 3693, ' ext. ', 'fissaucbog@fiscalia.gov.co;fissaujefbog@fiscalia.gov.co', 'Cll. 31 Sur No. 3 C - 67 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3694, 3694, '57 (1) 4238230 ext. 1199-1200', 'fisarcbog@fiscalia.gov.co', 'Cll. 18 No. 68 A -69 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3695, 3695, '57(5) 6569696 ext. ', 'dirfiscal@fiscalia.gov.co ;dirsec.bolivar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 ;Barrio Crespo; Edificio Hocol - Piso 4 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3696, 3696, '57(5) 6569696 ext. 1401 -1411', 'dirfiscar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3697, 3697, ';57(5) 6569696 ext. 1200', 'ricaurte.rivera@fiscalia.gov.co;subdir.poljudicialbol@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 ;Barrio Crespo; Edificio Hocol - Piso 4 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3698, 3698, '57 (5) 656 9696 ext. 1533', 'fisasicar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3699, 3699, '57 (5) 656 9696 ext. 1206', 'fiscoosaucar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3700, 3700, '57 (5) 656 9696 ext. 1516', 'fisadpcar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3701, 3701, '57 (5) 656 9696 ext. 1418', 'fispaecar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3702, 3702, '57 (5) 656 9696 ext. 1514', 'fisloccar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3703, 3703, '57 (1) 2839710 ext. 141', 'f40tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 6° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3704, 3704, '57 (5) 661 3720 ext. 57 (5) 661 3720', 'fiscjccar@fiscalia.gov.co', 'Barrio Chiquinquirá, Carretera principal del Barrio Olaya / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3705, 3705, '57 ( 5 ) 667 7134 ext. 57 (5) 667 7134', 'ficjcocar@fiscalia.gov.co', 'Barrio Country, Mz. 1 Lote 1 Parque de La Convivencia / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3706, 3706, '57 (5) 663 7834 ext. 57 (5) 663 7834', 'fiscalia.turbacocar@fiscalia.gov.co', 'Cll. Las Flores No. 8 - 56 / Turbaco / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5028, 5028, '57(8) 7380880 ext. ', '', 'Cra. 3A Cll. 11 esq. Piso 4 of 404 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3707, 3707, '57 (5) 686 0216 ext. 57 (5) 686 0216', 'fiscalia.carmendebolivarcar@fiscalia.gov.co', 'Edf. Telecom P. 2 / Carmen de Bolívar / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3708, 3708, '57 (5) 687 6666 ext. 57 (5) 687 6666', 'adrianafelix@fiscalia.gov.co', 'Avda. Colombia No. 13 - 80 / Magangué / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3709, 3709, '57 (6) 8928280 ext. ', 'dirsec.caldas@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 2 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3710, 3710, '57 (6) 8928280 ext. 1215', 'subdir.poljudicialcald@fiscalia.gov.co ;ctisecasistman@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 803 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3711, 3711, '57 (6) 8928280 ext. 1102 - 1237', '', 'Cra. 23 No. 20 - 40 P 1 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3712, 3712, '57 (6) 8928280 ext. 1104-1244-1245', '', 'Cra. 23 No. 20 - 40 P 1 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3713, 3713, '57 (5) 656 9696 ext. 1576', 'fisuricar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3714, 3714, '57 (5) 629 7161 ext. 57 (5) 629 7161', 'fiscalia.starosantecar@fiscalia.gov.co', 'Cll. Media Luna Edf. Don Miguel / Santa Rosa de Lima / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3715, 3715, '57 (5) 656 9696 ext. 1416', 'fisespcar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3716, 3716, '57 (5) 656 0242 ext. 57 (5) 656 0242', 'fislincar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3717, 3717, '57 ( 5 ) 6560291 ext. 57 (5) 656 0291', 'fiscavcar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3718, 3718, '57 (5) 656 9696 ext. 1560 - 1563 - 1435', 'fisesacar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3719, 3719, '57 (5) 656 0291 ext. 57 (5) 656 0291', 'fiscaicar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3720, 3720, '57 (6) 8841180 ext. ', 'fiscalia001.saumanizales@fiscalia.gov.co', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3721, 3721, '57 (6) 8862976 ext. ', '', 'Cll. 53 No. 25 A - 35 P 1 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3722, 3722, '57 (6) 8928280 ext. 1233', 'subdir.fiscaliascald@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 P 9 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3723, 3723, '57 (6) 8928291 ext. 1189 - 1190', '', 'Cra. 23 No. 20 - 40, P 9 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3724, 3724, '57 (6) 8844688 ext. 104-105-106-109', '', 'Cra. 18 Nro 27 - 27 Nivel 3 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3725, 3725, '57 (6) 8928082 ext. 1167-1168-1176', '', 'Cra. 23 No. 20 - 40 P 7 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3726, 3726, '57 (6) 8928280 ext. 1170-1171-1174 1175-1181-1182', 'fiscalia013.vidamanizales@fiscalia.gov.co fiscalia021.vidamanizales@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 7 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3727, 3727, '57 (6) 8842752 ext. ', 'fiscalia023.libertadman', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3728, 3728, '57 (6) 8847624 ext. ', '', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3729, 3729, '57 (6) 8928280 ext. 1138 -1140 - 1130', 'fiscalia015.fepublicaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 4 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3730, 3730, '57 (6) 8928280 ext. 1126 - 1127 - 1142 1152 - 1125 - 1129', 'fiscalia001.adminpublicaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 4 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3731, 3731, '57 (6) 8928291 ext. 1133 - 1134 - 1135 1136 - 1137 - 1139', 'fiscalia012.segpublicaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 4 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3732, 3732, '57 (6) 8514452 ext. ', '', 'Cll. 6 No. 5 - 23 - P 2 / Aguadas / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3733, 3733, '57 (6) 8533834 ext. ', 'fiscalia002.secansermaman@fiscalia.gov.co', 'Cll. 6 entre Cra. 4 y 5 Palacio de Justicia P 3 / Anserma / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3734, 3734, '57 (6) 8505975 57 (6) 8506147 ext. ', '', 'Cra. 8 Cll. 11 Esquina Palacio Municipal, P 4 / Chinchiná / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3735, 3735, '57 (6) 8575756 57 (6) 8575756 57 (6) 8574122 57 (6) 8571992 ext. ', 'fiscalia004.secladoradaman@fiscalia.gov.co', 'Cra. 14 No. 5 - 26, P 5, Edf Capricentro. / La Dorada / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3736, 3736, '57 (6) 8550674 ext. ', 'fiscalia001.secmanzanaresman@fiscalia.gov.co', 'Cra. 4 No. 6 - 32, Edf. Cultural y de la Juventud, 3 / Manzanares / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3737, 3737, '57 (6) 8592797 57 (6) 8599114 ext. ', 'fiscalia002.secriosucioman@fiscalia.gov.co', 'Cra. 5 No. 12 - 117, Avda.. Fundadores, P 2 / Riosucio / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3738, 3738, '57 (6) 8596266 ext. ', 'fiscalia001.secsalaminaman@fiscalia.gov.co', 'Cll. 10 No. 6 - 39 / Salamina / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3739, 3739, '57 (6) 8928291 ext. 1179 - 1247', '', 'Cra. 23 No. 20 - 40, P 6 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3740, 3740, '57 (6) 8928280 ext. 1191 - 1192', 'fiscalia001.especializadaman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40, P 9 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3742, 3742, '57 (6) 8574550 ext. ', 'fiscalia001.locladoradaman@fiscalia.gov.co', 'Cra. 14 No. 5 - 26, P 4, Edf Capricentro. / La Dorada / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3743, 3743, '57 (6) 8928280 ext. 1149', 'ctiinvman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 P 5 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3744, 3744, '57 (6) 8850203 ext. ', 'ctiinvman@fiscalia.gov.co', 'Cll. 53 No. 25 A - 35 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3745, 3745, '57 (6) 8928280 ext. 1283', 'pablo.florez@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 804 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3746, 3746, '57 (6) 8928280 ext. 1256', 'luis.ossa@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 804 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3747, 3747, '57 (6) 8928280 ext. 1276', 'ctiinvman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 P 5 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3748, 3748, '57 (6) 8803137 ext. ', 'ctiuriman@fiscalia.gov.co', 'Cra. 20 A No. 24 - 46 P 5 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5156, 5156, '57(5) 2820700 ext. ', 'fissausin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3749, 3749, '57 (6) 8928280 ext. 1197', 'cticriman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1001 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3750, 3750, '57 (6) 8928280 ext. 1202 1203', 'ctibalman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3751, 3751, '57 (6) 8928280 ext. 1198 1199', 'ctidocman2@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3752, 3752, '57 (6) 8928280 ext. 1206', 'cticriman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1002 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3753, 3753, '57 (6) 8928280 ext. 1201 1211', 'ctilofman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3754, 3754, '57 (6) 8928280 ext. 1200', 'cticriman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1003 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3755, 3755, '57 (6) 8928280 ext. 1204', 'ctinnsman@fiscalia.gov.co', 'Cra. 23 No. 20 - 40 Ofc. 1002 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3756, 3756, '57 (6) 8928280 ext. 1217 1212', 'cti.sacmanizales@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 802 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3757, 3757, '57 (6) 8928280 ext. 1251', 'edwin.romero@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 801 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3758, 3758, '57 (6) 8928280 ext. 1243 1253', 'cti.sacmanizales@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 802 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3759, 3759, '57 (6) 8928280 ext. 1254', 'cti.sacmanizales@fiscalia.gov.co', 'Cra. 23 Nro. 20 - 40 Ofc. 802 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3760, 3760, '57 (8) 4351052 -57 (8) 4358352 -57 (8) 4349821 ext. 135', 'dirsec.caqueta@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3761, 3761, ' ext. ', 'dirsec.caqueta@fiscalia.gov.co ;dirfisflo@fiscalia.gov.co;', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3762, 3762, ' ext. ', 'andres.calle@fiscalia.gov.co ;dirctiflor@fiscalia.gov.co', 'Cra. 11 No. 5 - 32;Avda.. Los Fundadores / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3763, 3763, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 139', 'martin.velasco@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3764, 3764, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 139', 'martin.velasco@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3765, 3765, '57 (8) 4351052 ext. 132-133-134-135-136', 'alexander.lopez@fiscalia.gov.co jose.ardila@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 211 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3766, 3766, '57 (8) 4351052 ext. ', 'mildreth.rodriguez@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3767, 3767, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. ', 'diego.ramirez@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3768, 3768, '57 (8) 4355498 ext. ', 'asbleidi.pulido@fiscalia.gov.co - yenny.rodriguez@fiscalia.gov.co', 'Cra. 4 No. 15 - 44 - Barrio El Povenir / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3769, 3769, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 140', 'osiris.rojas@fiscalia.gov.co - nubia.lopez@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3770, 3770, ' ext. ', 'luz.nunez@fiscalia.gov.co - jaime.cicery@fiscalia.gov.co', 'Cra. 8 con Cll 17 Esquina / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3771, 3771, '57 (8) 4351052 57 (8) 4358352 57 (8) 4349821 ext. 135', 'Subdir.fiscaliascaq@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 206 - Palacio de Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3772, 3772, '57 (8) 4351052 ext. ', 'mariac.rivera@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3773, 3773, '57 (8) 4351052 ext. ', 'mariac.rivera@fiscalia.gov.co', 'Cll. 16 No. 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3774, 3774, '57 (8) 4358732 ext. ', 'fisespflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3775, 3775, '57 (8) 4351052 ext. 113', 'libardo.silva@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 108 - 109 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3776, 3776, ' ext. ', 'kristhiam.hurtado@fiscalia.gov.co', 'Cll. 18 No. 11-55 Barrio el Centro / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3777, 3777, '57 (8) 4351052 ext. 105-106', 'juan.novoa@fiscalia.gov.co - oswaldo.garcia@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 107 - 110 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3778, 3778, '57 (8) 4351052 ext. 122', 'fis09secflo@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 103 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3779, 3779, '57 (8) 4358732 ext. ', 'fislocflo@fiscalia.gov.co - f15locflo@fiscalia.gov.co - f05locflo@fiscalia.gov.co - f06locflo@fiscalia.gov.co - f07locflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3780, 3780, '57 (8) 4341701 ext. ', 'luzdary.abril@fiscalia.gov.co', 'Cra. 10 Cll. 18 Esquina Centro - Casa de la Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3781, 3781, ' ext. ', 'fis01gauflo@fiscalia.gov.co', 'Cll. 16 No. 13-67 - Décima Segunda Brigada / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3782, 3782, ' ext. ', 'mariam.bolivar@fiscalia.gov.co', 'Cll. 16 No. 13-67 - Décima Segunda Brigada / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3783, 3783, '57 (8) 4358732 ext. ', 'fisespflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3784, 3784, '57 (8) 4351052 ext. 117-118-119', 'paola.garnica@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 101 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3785, 3785, '57 (8) 4351052 ext. 132-133-134-135-136', 'alexander.lopez@fiscalia.gov.co - jose.ardila@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 211 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3786, 3786, '57 (1) 2839710 ext. 121', 'f041tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3787, 3787, '57 (8) 4316212 ext. ', 'fissecbdaflo@fiscalia.gov.co -', 'Cra. 4 No. 4 - 20 / Belén de los Andaquíes / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3788, 3788, '57 (8) 4312138 ext. ', 'fisasipriflo@fiscalia.gov.co - fissecpriflo@fiscalia.gov.co', 'Cra. 7 No. 5 - 49 / Puerto Rico / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3789, 3789, '57 (8) 4316212 ext. ', 'fislocbdaflo@fiscalia.gov.co', 'Cra. 4 No. 4 - 20 / Belén de los Andaquíes / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3790, 3790, '57 (8) 4358732 ext. ', 'fisespflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3791, 3791, '57 (8) 4355498 ext. ', 'milley.ramirez@fiscalia.gov.co - tatiana.vega@fiscalia.gov.co', 'Cra. 4 No. 15 - 44 - Barrio El Povenir / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3792, 3792, '57 (098) 4341701 ext. ', 'fiscavflo@fiscalia.gov.co', 'Cra. 10 Cll. 18 Esquina Centro - Casa de la Justicia / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3793, 3793, '57 (8) 4351052 ext. 123', 'joseph.berdugo@fiscalia.gov.co - gustavo.quintero@fiscalia.gov.co', 'Cll. 16 No 6-47 B/siete de Agosto Florencia - Ofc. 103 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3794, 3794, '57 (8) 464 4006 ext. ', 'jorgee.pena@fiscalia.gov.co', 'Cll. 5 No. 3 - 09 Barrio El Centro / San Vicente del Caguán / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3795, 3795, '57 (8) 431 8443 ext. ', 'fisloccdcflo@fiscalia.gov.co - alexander.suzunaga@fiscalia.gov.co', 'Cll. 3 No. 2 - 37 Centro Comercial El Palmar / Cartagena del Chairá / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3796, 3796, '57(8)6358998 ext. ', 'dirsec.casanare@fiscalia.gov.co', 'Cll. 7 No. 19-35 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3797, 3797, '57(8) 6358006 ext. ', 'subdir.fiscaliascas@fiscalia.gov.co', 'Cra. 22 No. 10A-05 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3798, 3798, '57(8)6354200 ext. ', 'subdir.poljudicialcas@fiscalia.gov.co', 'Cll. 7 No.19-35 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3799, 3799, '57(8)6358219 ext. 13', 'fis13secyop@fiscalia.gov.co', 'Cll. 7 No. 9-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3800, 3800, '57(8)6358219 ext. 25', 'fis25secyop@fiscalia.gov.co', 'Cll. 7 No.19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3801, 3801, '57(8)6358219 ext. 29', 'fis29secyop@fiscalia.gov.co', 'Cll. 7 No. 19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3802, 3802, '57(8)6358219 ext. 31', 'fis31secyop@fiscalia.gov.co', 'Cll. 7 No.19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3803, 3803, '57(8)6358219 ext. 33', 'fis33secyop@fiscalia.gov.co', 'Cll. 7 No.19-10 Palacio de la Justicia / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3804, 3804, '57 (1) 2839710 ext. 119', 'patricia.ladino@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3805, 3805, '57(8)6353731 ext. ', 'fis3espyop@fiscalia.gov.co', 'Cra. 21 No. 6-64/68 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3806, 3806, '57(8)6358283 ext. 1', '', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3807, 3807, '57(8)6358283 ext. 5', '', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3808, 3808, '57(8)6249227 ext. ', 'fissemon1@fiscalia.gov.co', 'Cra. 6 No.16-30 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3809, 3809, '57(8)6365113 ext. 11', 'fis17oro@fiscalia.gov.co', 'Cll. 2 No.9-80 / Orocué / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3810, 3810, '57(8)6373268 ext. 25', 'fis18secpar@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3811, 3811, '57(8)6373268 ext. 26', 'fis19secpar@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3812, 3812, '57 (1) 2841180 ext. 129', 'dirseccun@fiscalia.gov.co', 'Cra. 10 No. 26-71 Interior 106 Piso 11 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3813, 3813, '57(8) 6358283 ext. ', 'fis30uriyop@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3814, 3814, '57(8)6358948 ext. 13', 'f05gauyopstr@fiscalia.gov.co', 'Cra. 21 No. 6-64/68 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3815, 3815, '57(8)6353731 ext. 15', 'f06espyop@fiscalia.gov.co', 'Cra. 21 No. 6-64/68 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3816, 3816, ' ext. ', 'f37urpayopstr@fiscalia.gov.co', 'Cll. 11 No.18-25 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3817, 3817, ' ext. ', 'f38urpayopstr@fiscalia.gov.co', 'Cll. 11 No.18-25 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3818, 3818, '57(8)6249181 ext. ', 'f38urpamonstr@fiscalia.gov.co', 'Cll. 15 No.11-97 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3819, 3819, ' ext. ', 'f37urpapazstr@fiscalia.gov.co', 'Cra 8 No. 6 - 44 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3820, 3820, '57(8) 6358006 ext. 16', 'fis18cavifyop@fiscalia.gov.co', 'Cra. 22 No.10A-05 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3821, 3821, '57(8) 6358006 ext. 19', 'fis16caivasyop@fiscalia.gov.co', 'Cra. 22 No.10A-05 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3822, 3822, '57 (1) 5893366 ext. 1311', 'dirfiscun@fiscalía.gov.co', 'Cll. 18 A No. 69-76 Zona Industrial Montevideo / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3823, 3823, '57 (1) 5893366 ext. 1311', 'sudir.poljudicialcun@fiscalía.gov.co', 'Cll. 18 A No. 69-76 Zona Industrial Montevideo / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3824, 3824, '57 (1) 2841180 ext. ', 'subdir.apgestioncun@fiscalia.gov.co', 'Cra. 10 No. 26-71 Interior 106 Piso 11 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3825, 3825, '57 (1) 8481339 ext. ', '', 'Cll. 4 No. 3-53 / Cáqueza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3826, 3826, '57 (1) 8562554 ext. ', '', 'Cll. 3 No. 4-04 Piso 3 / Chocontá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3827, 3827, '57 (1) 8429781/ 8437641 ext. ', '', 'Cll. 13 No. 8-20 Piso 2 Barrio Copigue / Facatativá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3828, 3828, '57 (1) 8260845 ext. 127', '', 'Cll. 11 No. 12-44 Piso 3 / Funza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3829, 3829, '57 (1) 8676239 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12No. 16-04 Casa el Molino Piso 2 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3830, 3830, '57 (1) 2839710 ext. 109', 'heardila@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3831, 3831, '57 (1) 8535259 ext. ', '', 'Cll. 4 No. 3-21 Piso 2 Palacio de Justicia / Gachetá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3832, 3832, '57 (1)8311679 ext. ', '', 'Cll. 19 No. 8-48 Barrio Granada / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3833, 3833, '57 (1) 2839710 ext. 133', 'f045tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3834, 3834, '57 (1) 8466337 ext. ', '', 'Cll. 3 No. 1-36 Centro Piso 2 / Guaduas / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3835, 3835, '57 (1) 8472466 ext. ', 'fisseclamecunqfiscalia.gov.co', 'Cll. 8 No.16-28 / La Mesa / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3836, 3836, '57 (1) 8505247 ext. ', 'fiscalia.secpalmacun@fiscalia.gov.co', 'Cll. 6 No. 3-49 Barrio las Puentes / La Palma / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3837, 3837, '57 (1) 8562554 ext. ', '', 'Cll. 3 No. 4-04 Piso 3 / Chocontá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3838, 3838, '57 (1) 8540790 ext. ', '', 'Cll. 6 No. 17-11 Piso 5 / Pacho / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3839, 3839, '57 (1) 8672180 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12 No. 16-04 Casa el Molino Piso 1 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3840, 3840, '57 (1) 8352375 ext. ', '', 'Cra. 12 No.16-33 Piso 3 / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3841, 3841, '57 (1) 8923476 ext. ', 'fislinfaccun@fiscalia.gov.co', 'Cll, 8 No. 2-08 / Facatativá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3842, 3842, '57 (1) 8220494 ext. ', '', 'Cll. 13 Cra. 15 Esquina Primer Piso / Funza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3843, 3843, '57 (1) 8865550 ext. ', '', 'Cra. 6 No. 11-15 Barrio Coburgo Piso 2 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3844, 3844, '57 (1) 8339988 ext. ', '', 'Casa de Justicia Barrio 1 de Enero / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3845, 3845, '57 (1) 8472762 ext. ', 'fisseclamecunqfiscalia.gov.co', 'Cll. 8 N° 16-28 / La Mesa / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3846, 3846, '57 (1) 7220648-49-50 ext. 106', 'fisasisoa@fiscalia.gov.co', 'Cll. 11 No. 6-70 Piso 3 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3847, 3847, '57 (1) 2839710 ext. 103', 'f051tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3848, 3848, '57 (1) 8553485/3075 ext. ', '', 'Cra. 6 No. 8-27 Centro / Ubaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3849, 3849, '57 (1) 8444088 ext. ', '', 'Dg. 1 A No. 11-09 Barrio Bello Horizonte Piso 2 / Villeta / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3850, 3850, '57 (1) 8513338 ext. ', '', 'Cra. 16 No. 4A-74 Algarra III Piso 1 y 2 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3851, 3851, '57 (1) 7220648-49-50 ext. 123', 'fisasisoa@fiscalia.gov.co', 'Cll. 11 No. 6-70 Piso 2 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3852, 3852, '57(8) 5840784 ext. ', 'dirsec.guaviare@fiscalia.gov.co', 'Cll. 10 No. 22-51 Barrio la Esperanza / San José del Guaviare / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3853, 3853, '57 (8) 713351 ext. ', 'dirsec.huila@fiscalia.gov.co', 'Palacio de Justicia - Oficina 608 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3854, 3854, '57 (8) 710657 ext. ', 'subdir.fiscaliashui@fiscalia.gov.co', 'Palacio de Justicia - Oficina 509 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3855, 3855, '57 8713351 ext. ', 'subdir.poljudicial@fiscalia.gov.co', 'Palacio de Justicia - Oficina 802 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3856, 3856, '57 (8) 713119 ext. ', 'f06gaulaneiva@fiscalia.gov.co', 'Cra. 8 No. 6-61 piso 1 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3857, 3857, '57 (8) 710401 ext. ', 'mauricio.gamboa@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3858, 3858, '57 (8) 710401 ext. ', 'f02secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3859, 3859, '57 (8) 710552 ext. ', 'f03secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3860, 3860, '57 (8) 710552 ext. ', 'f04secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3863, 3863, '57 (8) 715474 ext. ', 'fisurinei@fiscalia.gov.co', 'Cll. 9 No. 10 - 36 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3864, 3864, '57 (8) 713119 ext. ', 'f08secnei@fiscalia.gov.co', 'Cra. 8 No. 6 - 61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3865, 3865, '57 (8) 710552 ext. ', 'lilia.ramirez@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3866, 3866, '57 (8) 710552 ext. ', 'f10secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3867, 3867, '57 (8) 710552 ext. ', 'f011secnei@fiscalia.gov.co', 'Cra. 9 No.6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3868, 3868, '57 (1) 7124233 ext. ', '', 'Cll. 11 No. 6-70 Piso 2 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3869, 3869, '57 (1) 8813093-94 ext. ', '', 'Avda.. 15 No. 6-53 Piso 4 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3870, 3870, '57 (1) 8572473 ext. ', '', 'Cra. 4 No. 3 A -11 Piso 2 / Sopo / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3871, 3871, '57 (1) 8645288 ext. ', '', 'Cll. 5 No. 4-30 Centro / Tenjo / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3872, 3872, '57 (1) 7220648-49-50 ext. 232', '', 'Cll. 11 No. 6-70 Piso 1 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3873, 3873, '57 (1) 8892178 ext. ', '', 'Cll. 6 No. 8-87 San Francisco / Ubaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3874, 3874, '57 (1) 8445469 ext. ', '', 'Dg. 1 A No. 11-09 Barrio Bello Horizonte Piso 1 / Villeta / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3875, 3875, '57 (1) 8814646 ext. ', '', 'Avda.. 15 No. 6-53 Piso 2 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3876, 3876, '57 (8) 710721 ext. ', 'rodrigo.collazos@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3877, 3877, '57 (8) 710721 ext. ', 'amanda.vitoviz@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3878, 3878, '57 (8) 718360 ext. ', 'jairo.gonzalez@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3879, 3879, '57 (8) 718360 ext. ', 'magnolia.naranjo@fiscalia.gov.co', 'Palacio de Justicia of. 603 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3880, 3880, '57 (1) 7124133 ext. 16-17', '', 'Cra. 7 No. 17-21 Piso 2 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3881, 3881, '57 (8) 710552 ext. ', 'ivonne.mosquera@fiscalia.gov.co', 'Cra. 9 No.6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3882, 3882, '57 (8) 710552 ext. ', 'caisecnei@fiscalia.gov.co', 'Cra. 5 No. 9 - 47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3883, 3883, '57 (8) 714828 ext. ', 'f14secnei@fiscalia.gov.co', 'Cra. 5 No. 9 - 47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3884, 3884, '57 (8) 710553 ext. ', 'f15asisecnei@fiscalia.gov.co', 'Cll. 9 No. 10 - 36 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3885, 3885, '57 (8)713119 ext. ', 'carivel.vargas@fiscalia.gov.co', 'Cra. 8 No. 6 - 61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3886, 3886, '57 (8) 710401 ext. ', 'f17secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3887, 3887, '57 (8)710680 ext. ', 'f18secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3888, 3888, '57 (8) 710401 ext. ', 'f19secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3889, 3889, '57 (8) 713392 ext. ', 'f20secnei@fiscalia.gov.co', 'Cra. 9 No. 6 - 99 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3890, 3890, '57 (8) 714828 ext. ', 'patricia.aponte@fiscalia.gov.co', 'Cra. 5 No. 9 - 47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3891, 3891, '57 (8) 332083 ext. ', '', 'Cra. 8 No. 7 - 73 Palacio de Justicia Ofc. 103 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3892, 3892, ' ext. ', '', 'Cra. 8 No. 7-73 Palacio de Justicia Ofc. 103 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3893, 3893, '57 (8) 370933 ext. ', '', 'Cll. 5 No. 4 - 44 Palacio de Justicia 3er. Piso / La Plata / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3894, 3894, '57 (8) 361012 ext. ', 'fissecpitnei@fiscalia.gov.co', 'Cll 5 No. 1 A - 46 piso 1 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3895, 3895, '57 (8)360998 ext. ', 'martha.Lizcano@fiscalia.gov.co', 'Cll 5 No. 1 A - 46 piso 2 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3896, 3896, '57 (8) 360365 ext. ', 'julio.ortiz@fiscalia.gov.co', 'Cll 5 No. 1 A - 46 piso 2 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3897, 3897, '57 (8) 361708 ext. ', 'jose.muñoz@Fiscalía.gov.co', 'Cll 5 No. 1 A - 46 piso 2 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3898, 3898, '57 (8) 8712261 ext. ', 'f001locasinei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3899, 3899, '57 (8) 8712261 ext. ', 'marcela.herrera@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3900, 3900, '57 (1) 2839710 ext. 126', 'jorge.hernandez@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3901, 3901, '57 (8) 8712261 ext. ', 'fiscavnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3902, 3902, ' ext. ', '', 'Cll. 9 No. 10-47 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3903, 3903, '57 (8) 8712261 ext. ', 'f006locasinei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3904, 3904, '57 (8) 8712261 ext. ', 'Tania.rodriguez@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3905, 3905, '57 (8) 8712261 ext. ', 'f008locnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3906, 3906, '57 (8) 8712261 ext. ', 'f009locnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3907, 3907, '57 (8) 8712261 ext. ', 'monica.pastrana@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3908, 3908, '57 (8) 8712261 ext. ', 'daniel.garcia@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3909, 3909, '57 (8) 8704033 ext. ', 'fiscjunei@fiscalia.gov.co', 'Cll. 2 C No. 28 14 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3910, 3910, '57 (8) 8712261 ext. ', 'martha.leon@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3911, 3911, '57 (8) 8712261 ext. ', 'alfredo.aljure@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3912, 3912, '57 (8) 8712261 ext. ', 'fislocnei@fiscalia.gov.co', 'Cra. 8 No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3913, 3913, '57 (8) 8382688 ext. ', 'jorge.parga@fiscalia.gov.co', 'Cra. 5 No. 6 Esquina. Edificio Municipal / Algeciras / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3914, 3914, '57 (8) 389016 ext. ', 'fislocaipnei@fiscalia.gov.co - sandra.jaramillo@fiscalia.gov.co', 'Cll. 4 No. 6-64 - 2o. Piso Barrio La Palmita / Aipe / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3915, 3915, '57 (8) 788580 ext. ', 'sandra.javela@fiscalia.gov.co', 'Palacio Municipal / Baraya / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3916, 3916, '57 (8) 783475 ext. ', 'fislocpalnei@fiscalia.gov.co', 'Cra. 9 No. 9-29 Ofc. 301 Palacio Municipal / Palermo / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3917, 3917, '57 (8) 383962 ext. ', 'fislocyagnei@fiscalia.gov.co', 'Cra. 3 No. 2-05 Piso Edif. Casa Municipal / Yaguará / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3918, 3918, '57 (8) 386815 ext. ', 'miguel.solano@fiscalia.gov.co - fislocrivnei@fiscalia.gov.co', 'Cra. 7A No. 3-59 Piso 3 Edificio Banco Agrario / Rivera / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3919, 3919, '57 (8)381435 ext. ', 'luis.sierra@fiscalia.gov.co', 'Cll. 17 No. 9-06 Ofc. 202 / Campoalegre / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3920, 3920, '57 (8)381435 ext. ', 'marias.munoz@fiscalia.gov.co', 'Cll. 17 No. 9-06 Ofc. 203 / Campoalegre / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3921, 3921, '57 (8) 325594 ext. ', 'fislocgignei@fiscalia.gov.co', 'Cll. 3 No. 3-79 / Gigante / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3922, 3922, '57 (8) 332315 ext. ', 'carlos.yara@fiscalia.gov.co', 'Cll. 8 No. 9-47 - Edificio Nacional / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3923, 3923, '57 (8) 334314 ext. ', 'diana.urriago@fiscalia.gov.co', 'Cll. 8 No. 7-51 - Local 4 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3924, 3924, '57 (8) 334314 ext. ', 'deninson.guevara@fiscalia.gov.co', 'Cll. 8 No. 7-51 - Local 4 / Garzón / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3970, 3970, '57(5)7274677 ext. 102', 'subdir.poljudicialgua@fiscalia.gov.co', 'Cll. 1 No. 6-65 piso 4 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3925, 3925, '57 (8) 327484 ext. ', 'idalid.tafurt@fiscalia.gov.co - fislocpitnei@fiscalia.gov.co', 'Cll. 6 Cra. 10 Esquina / El Pital / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3926, 3926, '57 (8) 370933 ext. ', 'fislocplanei@fiscalia.gov.co', 'Cll. 5 No. 4 - 44 Piso 3 - Palacio de Justicia / La Plata / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3927, 3927, '57 (8) 372360 ext. ', 'norberto.ninco@fiscalia.gov.co', 'Cra. 3 4-41 Segundo piso / La Plata / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3928, 3928, '57 8302731 ext. ', 'fislocaltnei@fiscalia.gov.co', 'Cra. 4 No. 5-73 / Altamira / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3929, 3929, '57(8) 8363421 ext. ', 'leonel.vargas@fiscalia.gov.co', 'Cra.4 No. 3-41 oficina.301 y 302 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3930, 3930, '57(8)8361422 ext. ', 'siliaena.ceballos@fiscalia.gov.co', 'Cll.5 No.1A-46 oficina 102 y103 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3931, 3931, '57(8)8367371 ext. ', 'fislocptanei@fiscalia.gov.co', 'Cll.5 No. 1A-46 oficina 106 y 108 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3932, 3932, '57(8)8363421 ext. ', 'f034lpinei@fiscalia.gov.co', 'Cra.4 No. 3-41 oficina.303 y 304 / Pitalito / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3933, 3933, '57(8) 8379349 ext. ', 'fislocsagnei@fiscalia.gov.co', 'Cra. 12 No. 2 - 15 / San Agustín / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3934, 3934, '57(8) 8328052 ext. ', 'fislocisnnei@fiscalia.gov.co', 'Casa Municipal / Isnos / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3935, 3935, '57 837505 ext. ', 'pablo.vargas@fiscalia.gov.co', 'Cra. 4 No. 9-88-PISO 2 - PALACIO MPAL. / Timaná / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3936, 3936, '57 8377202 ext. ', 'edilberto.santos@fiscalia.gov.co', 'Cll. 6 No. 9-20 / Tesalia / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3937, 3937, '57(7) 6113648 ext. 112', 'dirsecmagmed@fiscalia.gov.co', 'Cra. 8 No. 51-48 Antigua Sede D.A.S / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3938, 3938, '57(7) 6113648 ext. 116', 'subdir.fiscaliasmagmed@fiscalia.gov.co', 'Cra. 8 No. 51-48 Antigua Sede D.A.S / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3939, 3939, '57(5)5654420 ext. ', '', 'Cra. 17 No.5 - 81 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3940, 3940, '57(5)5653689 ext. ', '', 'Cra. 17No.5 - 81 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3941, 3941, '57(5)5658272 ext. 107', '', 'Cra. 10 No. 5A - 02 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3942, 3942, '57 (1) 2839710 ext. 112', 'olga.tristancho@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3943, 3943, '57(5)5658272 ext. 110', '', 'Cra. 10 No. 5A - 02 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3944, 3944, '57(7) 6222828 ext. 202', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 216 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3945, 3945, '57(7) 6222828 ext. 203', 'dolly.rodriguez@fiscalia.gov.co', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 209 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3946, 3946, '57(7) 6222828 ext. 133', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 211 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3947, 3947, '57(7)6213652 ext. ', 'fisuribjabuc@fiscalia.gov.co', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 103 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3948, 3948, '57 (6) 326 7673-74 ext. ', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3949, 3949, '57(7) 6222828 ext. 133', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 211 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3950, 3950, '57(7) 6222828 ext. 207', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 210 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3951, 3951, '57(7) 6222828 ext. 203', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 209 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3952, 3952, '57(7) 6222828 ext. 207', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 210 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3953, 3953, '57(7) 6222828 ext. ', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 208 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3954, 3954, '57(7) 6222828 ext. 220', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 214 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3955, 3955, '57(7) 6222828 ext. 221', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 214 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3956, 3956, '57(7) 6222828 ext. 230', 'fislinbjabuc@fiscalia.gov.co', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 212 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3957, 3957, '59 (7)62 60 388 ext. ', 'f001secgilcim@fiscalia.gov.co', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3958, 3958, '59 (7)62 60 388 ext. ', 'f002secgilcim@fiscalia.gov.co', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3959, 3959, '59 (7)62 60 388 ext. ', 'f003secgilcim@fiscalia.gov.co', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3960, 3960, '57(4) 833 3509 ext. ', '', 'Cll. 54 Nro. 6 - 24 PISO 3 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3961, 3961, '57(4) 833 3509 ext. ', '', 'Cll. 54 Nro. 6 - 24 PISO 3 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3962, 3962, '57(4)8331989 ext. ', 'pili.velasquez@fiscalia.gov.co', 'Cll. 54 Nro. 6 - 24 Piso 1° / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3963, 3963, '57(8) 7384482 ext. ', '', 'Cra. 3a Cll.e 11 esq. Piso 4 of 403 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3964, 3964, '57(8) 7384482 ext. ', '', 'Cra. 3A Cll. 11 esq. Piso 3 of 303 / Puerto Boyacá / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3965, 3965, '57 (4)8347004 ext. ', 'gabriel.upegui@fiscalia.gov.co', 'Cra. 2 No. 46-06 Barrio el Centro / Puerto Nare / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3966, 3966, '57(4) 8352374 ext. ', '', 'Cll. 10 No. 10-47 Palacio Mpal / Puerto Triunfo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3967, 3967, '57(5) 5699063 ext. ', 'donaldo.soto@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3968, 3968, '57(5) 5699063 ext. ', 'fiscalia.simiticar@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3969, 3969, '57(5)7273993 ext. 303', 'dirsec.guajira@fiscalia.gov.co', 'Cll. 1 No. 6-65 piso 3 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3971, 3971, '57(5)7288735 ext. ', 'subdir.fiscaliasgua@fiscalia-gov-co', 'Cll. 7 Cra 15 Esq. Palacio de Justicia Piso 2 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3972, 3972, ' ext. ', 'dirsec.meta@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3973, 3973, '57 (8) 6641413 57 (8) 6625611 ext. 197', 'subdir.poljudicialmet@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3974, 3974, ' ext. ', '', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3975, 3975, '57(7) 6222828 ext. ', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 215 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3976, 3976, '57(7) 6222828 ext. ', '', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 215 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3977, 3977, '57(5) 5699288 ext. ', 'fisadosimcar@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3978, 3978, '57 (6) 326 7673-74 ext. 108', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3979, 3979, ' ext. ', 'isabel.rojas@fiscalia.gov.co; fisestvil@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3980, 3980, ' ext. ', '', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3981, 3981, '57 (8) 6621135 - 57 (8) 662113540 ext. 106', 'fissecvil@fiscalia.gov.co', 'Cra 29 No 33b-79 Piso 2 Torre A, Ofc.207 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3982, 3982, ' ext. ', 'adriana.alvarez@fiscalia.gov.co', 'Cra 30 No.41a-108 B. La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3983, 3983, 'No se ha asignado ningun número ext. ', 'fissecrvil@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3984, 3984, '57 (8) 6621135 - 57 (8) 662113540 ext. 107', 'alfonso.martinez@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.306 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3985, 3985, '57 (8) 6621135 - 57 (8) 662113540 ext. 103', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3986, 3986, '57 (8) 6621135 - 57 (8) 662113540 ext. 104', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3987, 3987, '57 (8) 6621135 - 57 (8) 662113540 ext. 101', 'karen.acosta@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3988, 3988, '57 (8) 6621135 - 57 (8) 662113540 ext. 102', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3989, 3989, '57 (8) 6674114 - 57 (8) 6624787- 57 (8) 6825712 ext. ', 'fisvidvil@fiscalia.gov.co', 'Cll. 33b 39-28 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3990, 3990, '57 (8) 6674114 - 57 (8) 6624787- 57 (8) 6825712 ext. ', 'fisvidvil@fiscalia.gov.co', 'Cll. 33b 39-28 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3991, 3991, '57 (8) 66281135-40 ext. 111', 'fisapuvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.203 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3992, 3992, '57 (8) 66281135-40 ext. 116', 'fisfpuvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.302 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3993, 3993, '057 (8) 6704243 ext. 122', 'fislocvil@fiscalia.gov.co', 'Cll. 15 No. 37l-86 B. Guatiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3994, 3994, '57 (8) 66281135-40 ext. 110', 'f021locvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.204 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3995, 3995, '057 (8) 6704243 ext. ', 'Villavicencio f27locvil@fiscalia.gov.co', 'Cra. 30 No. 41-55 La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3996, 3996, '57 (8) 66281135-40 ext. 113', 'subdir.fiscaliasmet@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.306 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4248, 4248, '57(4) 444 66 77 ext. 2208', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3997, 3997, '57 (8) 6676080- 057(8) 6682936- 057(8) 6683103 ext. ', 'f030locsauvil@fiscalia.gov.co', 'Cra. 37 Nº 32-41 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3998, 3998, '57 (8) 66281135-40 ext. 113', 'alfonso.martinez@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 3 Torre A, Ofc.306 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (3999, 3999, '57 (1) 2839710 ext. 132', 'f058tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4000, 4000, '057 (8) 6694062 ext. ', 'fiscjuvil@fiscalia.gov.co', 'Cll. 54 Sur 39-59 Ciudad Porfia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4001, 4001, '57 (8) 6560223- 57(8) 6561128 ext. ', 'f023secacavil@fiscalia.gov.co', 'Cra. 18 No 14-43 Piso 2 Y 3 / Acacías / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4002, 4002, '57 (8) 6582522- 57 (8) 6580417 ext. ', 'fissecgravil@fiscalia.gov.co', 'Cll.15 No 15-71 Edificio Pasaje Piso 3 / Granada / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4003, 4003, '57 (8) 5603007 ext. ', 'marcos.vega@fiscalia.gov.co', 'Cll. 8 No 7-03 Cristales / La Macarena / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4004, 4004, '57 (8) 6598192- 57 (8) 6598035- 57 (8) 6598228 ext. ', 'fislocmesvil@fiscalia.gov.co', 'Cra. 18 No 4-42 Centro / Mesetas / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4005, 4005, '57 (8) 6450305- 6450397 6450287 CTI FAX ext. ', 'f034pulvil@fiscalia.gov.co', 'Cra. 10 No 7-71 El Jardin / Puerto López / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4006, 4006, '57 (8) 6614430- 57 (8) 6653305 ext. 310-312-316', 'fisespvil@fiscalia.gov.co', 'Cll. 15 No 37l-86 Guatiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4007, 4007, ' ext. ', '', 'Cll. 13 N°33-36 B. Centro / Puerto Rico / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4008, 4008, ' ext. ', 'fislocsjavil@fiscalia.gov.co', 'Cll. 10 No. 9-54 B. La Libertad / San Juan de Arama / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4009, 4009, ' ext. ', 'fissecsmavil@fiscalia.gov.co', 'Cll. 6 No 4-72 / San Martín / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4010, 4010, ' ext. ', '', 'Cra. 13 No. 8-05 Barrio Juan Bosco / Vista Hermosa / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4011, 4011, '57 (1) 2839710 ext. 113', 'f061tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4012, 4012, '57 (8) 6755520- 57 (8) 6755163-57 (8) 6755421- 57 (8) 6560223 ext. ', 'fislocgumvil@fiscalia.gov.co', 'Cll. 13 No 7-23 Piso 1 (Alcaldia) / Guamal / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4013, 4013, '57 (1 )8495051 ext. ', '', 'Avda. Principal Nº 4-80 / Guayabetal / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4014, 4014, '57 (1) 6768317 ext. ', 'f016locmedvil@fiscalia.gov.co', 'Cll. 1 No 6-24 Centro / Medina / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4015, 4015, '057 (8) 6715575 ext. ', 'cristian.farfan@fiscalia.gov.co', 'Trasversal 24 A No. 41-23 El Emporio / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4016, 4016, '57 (8) 6460021 ext. ', 'fislocpgavil@fiscalia.gov.co', 'Cll. 6 No. 4-07 La Esperanza / Puerto Gaitán / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4017, 4017, ' ext. ', '', 'Cra. 4 No. 6a-35 Centro / Puerto Lleras / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4018, 4018, '57 (8) 6550385 - 57 (8) 6550052 - 57 (8) 6550101 ext. ', 'f010locresvil@fiscalia.gov.co', 'Cra. 7 No 8-66 / Restrepo / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4019, 4019, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'cticrivil@fiscalia.gov.co', 'Cll.. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4020, 4020, '57 (8) 6641413 57 (8) 6625611 ext. 184', 'ctiapuvil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4021, 4021, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', '', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4022, 4022, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'ctilocvil@fiscalia.gov.co', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4023, 4023, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'ctivipvil@fiscalia.gov.co', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4024, 4024, '57 (8) 664 1458 ext. ', 'ctigauvil@fiscalia.gov.co', 'Cll. 33b N.38-20 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4025, 4025, '57 (8) 6641413 ext. ', '', 'Cll. 21 No.14-34 Barrio Las Delicias / Granada / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4026, 4026, '57 (7) 7247652 ext. 410', 'fissaugil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 4 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4027, 4027, ' ext. ', 'ctistuvil@fiscalia.gov.co', 'Cll.15 No.37l-86 Barrio Guatiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4028, 4028, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'ctiexpvil@fiscalia.gov.co', 'Cll. 37 No.42-12 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4029, 4029, '57 (8) 6641413 57 (8) 6625611 ext. 119', 'ctiarmvil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4030, 4030, '57 (8) 6641413 57 (8) 6625611 ext. 168-135', 'cticomvil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4031, 4031, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', 'cticapvil@fiscalia.gov.co', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4032, 4032, ' ext. ', 'ctisisvil@fiscalia.gov.co', 'Cll. 37 No.42-12 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4033, 4033, '57 (8) 6641413 57 (8) 6625611 ext. 153-155', 'cticrivil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4034, 4034, '57 (8) 6641413 57 (8) 6625611 ext. 117', 'cti.sacvillavicencio@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4035, 4035, '57 (8) 6561902 ext. ', 'ctiupjacavil@fiscalia.gov.co', 'Cll. 16 No. 26 - 70 Barrio San José / Acacías / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4036, 4036, '57 (8) 6584562 ext. ', 'ctiupjgravil@fiscalia.gov.co', 'Cra.16 No. 16 - 03 Barrio Primero De Junio / Granada / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4037, 4037, '57 (7) 7247652 ext. 100', 'fismecgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 1 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4038, 4038, '57 (8) 6641413 57 (8) 6625611 ext. 109-110', 'ctiedavil@fiscalia.gov.co', 'Cra. 30 No. 41 A 108 Barrio La Grama / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4039, 4039, '057(8) 6674428 ext. ', 'fisdsevil@fiscalia.gov.co', 'Cll. 34 No 40-07 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4040, 4040, '57 (8) 6450287 ext. ', 'ctiupjplovil@fiscalia.gov.co', 'Cra. No. 7 - 71 Barrio Jardín / Puerto López / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4041, 4041, '57 (8) 560 3007 ext. ', 'ctiupjmacvil@fiscalia.gov.co', 'Cll. 8 No. 7 - 03 Barrio Cristales / La Macarena / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4042, 4042, '57 (8) 659 8192 ext. ', 'ctiupjmesvil@fiscalia.gov.co', 'Cra. 18 No. 4 - 42 Barrio Centro / Mesetas / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4043, 4043, '57(4) 444 66 77 ext. 3572', 'dirsec.medellin@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4044, 4044, '57(4) 444 66 77 ext. ', 'disfismed@fiscalia.gov.co;angela.bedoya@fiacalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4045, 4045, '57(4) 444 66 77 ext. ', ';francisco.forero@fiscalia.gov.co ; dirctinr@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4046, 4046, '57(4) 444 66 77 ext. 3540', 'fisasimed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4047, 4047, '57(4) 444 66 77 ext. 4220', 'ayfcormed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4048, 4048, '57(4) 511 55 11 ext. 8909', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4049, 4049, '57(4) 511 55 11 ext. 8905', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4050, 4050, '57(4) 511 55 11 ext. 8901', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4051, 4051, '57(4) 511 55 11 ext. 8904', 'fislinmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4052, 4052, '57(4) 511 55 11 ext. 8808', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4053, 4053, '57(4) 511 55 11 ext. 8805', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4054, 4054, '57(4) 511 55 11 ext. 8802', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4055, 4055, '57(4) 444 66 77 ext. 1758', 'fiscavnormed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4056, 4056, '57(4) 444 66 77 ext. 1759', 'lina.tangarife@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4057, 4057, '57(4) 444 66 77 ext. 1755', 'fislo3med@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4058, 4058, '57(4) 444 66 77 ext. 1756', '', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4059, 4059, '57(4)444 35 05 ext. 6023', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4060, 4060, '57(4)444 35 05 ext. 6016', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4061, 4061, '57(4)444 35 05 ext. 6016', 'fisesamed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4062, 4062, '57(4)444 35 05 ext. 6013', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4063, 4063, '57(4)444 35 05 ext. 6055', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4064, 4064, '57(4)444 35 05 ext. 6061', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4065, 4065, '57(4)444 35 05 ext. 6026', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4066, 4066, '57(4)444 35 05 ext. 6020', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4067, 4067, '57(4)444 35 05 ext. 6050', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4068, 4068, '57 (6) 326 7673-74 ext. 109', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4069, 4069, '57(4)444 35 05 ext. 6069', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4070, 4070, '57(4)444 35 05 ext. 6015', 'fisespmed@fiscalia.gov.co', 'Cra. 64 C No. 67- 300, Torre E, P. 2, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4071, 4071, '57(4)5373951/5372167 ext. 109', 'fisespmed@fiscalia.gov.co', 'Vereda Llano Grande, Sede la Monitora, Rionegro Ant. / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4072, 4072, '57(4) 511 55 11 ext. 8025', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 1003 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4073, 4073, '57(4) 511 55 11 ext. 8726', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 1003 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4074, 4074, '57(4) 511 55 11 ext. 8724', 'fisesamed@fiscalia.gov.co', 'Cra. 50 · 54-18 Ofc 724 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4075, 4075, '57(4) 511 55 11 ext. 8821', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 821 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4076, 4076, '57(4) 511 55 11 ext. 8626', 'fisurimed@fiscalia.gov.co', 'Cra. 50 No. 54- 18 Ofc. 628 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4077, 4077, '57(4) 511 55 11 ext. 8627', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 627 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4078, 4078, '57(4) 511 55 11 ext. 8825', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 825 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4079, 4079, '57(4) 511 55 11 ext. 8628', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 628 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4080, 4080, '57(4) 511 55 11 ext. 8629', 'fispa5med@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 630 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4081, 4081, '57(4) 511 55 11 ext. 8630', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 630 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4082, 4082, '57(4) 511 55 11 ext. 8829', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 829 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4083, 4083, '57(4) 511 55 11 ext. 8729', 'fislinmed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 826 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4084, 4084, '57(4) 511 55 11 ext. 8826', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 823 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4085, 4085, '57(4) 511 55 11 ext. 8826', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 826, / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4086, 4086, '57(4) 511 55 11 ext. 8030', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 729 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4087, 4087, '57(4) 511 55 11 ext. 8027', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 826 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4088, 4088, '57(4) 511 55 11 ext. 8727', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 727 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4089, 4089, '57(4) 511 55 11 ext. 8625', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 625 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4090, 4090, '57(4) 511 55 11 ext. 8828', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 1003 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4091, 4091, '57(4) 511 55 11 ext. 8723', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 723 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4092, 4092, '57(4) 511 55 11 ext. 8721', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 721 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4093, 4093, '57(4) 511 55 11 ext. 8822', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 822 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4094, 4094, '57(4)444 35 05 ext. 6870-6237', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia. P. 8 Of.803 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4133, 4133, '57(4) 444 66 77 ext. 3104', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4095, 4095, '57(4)444 35 05 ext. . 6832 -6836', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4096, 4096, '57(4)444 35 05 ext. 6806 y 6805', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4097, 4097, '57(4)444 35 05 ext. 6823', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4098, 4098, '57(4)444 35 05 ext. 6851 y 6852', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.805 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4099, 4099, '57(4)444 35 05 ext. 6863', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.711 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4100, 4100, '57(4)444 35 05 ext. 6844 y 6845', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.804 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4101, 4101, '57(4)444 35 05 ext. 6816 Y 6813', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.804 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4102, 4102, '57(4)444 35 05 ext. 6855 y 6856', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.805 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4103, 4103, '57(4)444 35 05 ext. 6842 y 6957', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.804 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4104, 4104, '57(4)444 35 05 ext. 6824', 'fisurimed@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4105, 4105, '57(4)444 35 05 ext. 6824- 6825', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.701 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4106, 4106, '57(4) 444 66 77 ext. 3116', 'fispa5med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.701 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4107, 4107, '57(4)444 35 05 ext. 6816 Y 6813', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.801 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4108, 4108, '57(4)444 35 05 ext. 6003', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4109, 4109, '57(4)444 35 05 ext. 6822 y 6823', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.802 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4110, 4110, '57(4)444 35 05 ext. 6803 y 6807', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4111, 4111, '57(4)444 35 05 ext. 6831-6833', '', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.810 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4112, 4112, '57(4)444 35 05 ext. 6892 6891', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.809 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4113, 4113, '57(4)444 35 05 ext. 6853', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.805 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4114, 4114, '57(4)444 35 05 ext. 6853', 'fispa5med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.701 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4115, 4115, '57(4)444 35 05 ext. 6883 6884', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.808 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4116, 4116, '57(4)444 35 05 ext. 6898 6899', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.809 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4117, 4117, '57(4)444 35 05 ext. 6869', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc.801 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4118, 4118, '57(4)4063022-4067674-4061522 ext. 6869', 'fisadpmed@fiscalia.gov.co', 'Cra. 17 No. 15-28 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4119, 4119, '57(4) 444 66 77 ext. 3116', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4120, 4120, '57(4) 444 66 77 ext. . 3118 - 3114', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4249, 4249, '57(4) 444 66 77 ext. 2210', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4121, 4121, '57(4) 444 66 77 ext. 3234 -3235', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4122, 4122, '57(4) 444 66 77 ext. 3118', 'fisurimed@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4123, 4123, '57(4) 444 66 77 ext. . 3105', 'fisurimed@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4124, 4124, '57(4) 444 66 77 ext. 3108', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4125, 4125, '57(4) 444 66 77 ext. 3128', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4126, 4126, '57(4) 444 66 77 ext. 3.114', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4127, 4127, '57(4) 444 66 77 ext. 3120', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4128, 4128, '57(4) 444 66 77 ext. 3201 -3221', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4129, 4129, '57(4) 444 66 77 ext. 2140', 'f213lo1med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4130, 4130, '57(4) 444 66 77 ext. 3112', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4131, 4131, '57(4) 444 66 77 ext. 3204 -3223', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4132, 4132, '57(4) 444 66 77 ext. 3230', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4134, 4134, '57(4) 444 66 77 ext. 3.228', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4135, 4135, '57(4) 444 66 77 ext. 3233', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4136, 4136, '57(4) 444 66 77 ext. 3.101', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4137, 4137, '57(4) 444 66 77 ext. 3110', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4138, 4138, '57(4) 444 66 77 ext. 3232', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4139, 4139, '57(4) 444 66 77 ext. 3150', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4140, 4140, '57(4)444 35 05 ext. . 6105', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4141, 4141, '57(4)444 35 05 ext. . 6160', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4142, 4142, '57(4)444 35 05 ext. . 6161', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4143, 4143, '57(4)444 35 05 ext. . 6163', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4144, 4144, '57(4)444 35 05 ext. . 6164', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4145, 4145, '57(4)444 35 05 ext. . 6165', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4146, 4146, '57(4)444 35 05 ext. . 6192', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4147, 4147, '57(4)444 35 05 ext. . 6170', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4148, 4148, '57(4)444 35 05 ext. . 6106', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4149, 4149, '57(4)444 35 05 ext. . 6184', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4150, 4150, '57(4)444 35 05 ext. . 6193', 'fisesamed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4151, 4151, '57(4)444 35 05 ext. . 6110-6111', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4152, 4152, '57(4)444 35 05 ext. . 6194', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4153, 4153, '57(4)444 35 05 ext. . 6153', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4154, 4154, '57(4)444 35 05 ext. . 6178', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4155, 4155, '57(4)444 35 05 ext. . 6160', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4156, 4156, '57(4)444 35 05 ext. . 6192', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4157, 4157, '57(4)444 35 05 ext. . 6110', 'fisvi1med@fiscalia.gov.co', 'Cra. 52 No. 42 - 73 - P. 20 Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4158, 4158, '57(4)444 35 05 ext. . 8525', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 531. Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4159, 4159, '57(4)444 35 05 ext. . 8524', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 524, Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4160, 4160, '57(4)444 35 05 ext. . 8521', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 521 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4161, 4161, '57(4)444 35 05 ext. . 8522', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 522, Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4162, 4162, '57(4)444 35 05 ext. . 8523', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc, 523 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4163, 4163, '57(4)444 35 05 ext. . 8531', 'fislfsmed.fiscalia.gov.co', 'Cra. 50 No. 54-18, Ofc. 531 Torre Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4164, 4164, '57(4) 444 66 77 ext. 2412', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4165, 4165, '57(4) 444 66 77 ext. 2410', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4166, 4166, '57(4) 444 66 77 ext. 2406', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4167, 4167, '57(4) 444 66 77 ext. 2408', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4168, 4168, '57(4) 444 66 77 ext. 2402', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4169, 4169, '57(4) 444 66 77 ext. 2420', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4170, 4170, '57(4) 444 66 77 ext. 2422', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4171, 4171, '57(4) 444 66 77 ext. 2426', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4172, 4172, '57(4) 444 66 77 ext. 2414', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4173, 4173, '57(4) 444 66 77 ext. 2416', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4174, 4174, '57(4) 444 66 77 ext. 2418', 'fisadpmed@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque G P. 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4175, 4175, '57 (1) 2839710 ext. 160', 'f062tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4176, 4176, '57 (1) 2839710 ext. 122', 'f063tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4177, 4177, '57 (1) 2839710 ext. 130', 'f067tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4178, 4178, '57 (1) 2839710 ext. 129', 'f068tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4179, 4179, '57 (1) 2839710 ext. 117', 'f69tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4180, 4180, '57 (1) 2839710 ext. 134', 'f71tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4181, 4181, '57 (1) 2839710 ext. 159', 'f72tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4182, 4182, '57 (1) 2839710 ext. 162', 'mosaboga@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4183, 4183, '57 (1) 2839710 ext. 114', 'carlos.torres@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4184, 4184, '57 (1) 2839710 ext. 145', 'f075tribog@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 2° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4185, 4185, '57 (1) 2839710 ext. 131', 'maritza.escobar@fiscalia.gov.co', 'Cll. 12 B No. 7 - 60 Piso 5° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4186, 4186, '57 (5) 656 9696 ext. 1127', 'fistrscar@fiscalia.gov.co', 'Cll. 66 No. 4 - 86 Barrio Crespo / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4188, 4188, '57 (8) 4358732 ext. ', 'fistrsflo@fiscalia.gov.co', 'Cra. 11 No. 5 A - 32 Edf. Barú / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4189, 4189, '57 (8) 711385 ext. ', 'teofilo.motta@fiscalia.gov.co', 'Cra. 4No.6-99 ofc.604 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4190, 4190, '57(4) 444 66 77 ext. 5201', 'fissdemed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4191, 4191, '57 (8) 711385 ext. ', 'fistrsnei@fiscalia.gov.co', 'Cra. 4No.6-99 ofc.604 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4192, 4192, '57(4)4064534 ext. 8312', '', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4193, 4193, '57(4) 444 66 77 ext. 5312, 5313, 5300', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4194, 4194, '57(4) 444 66 77 ext. . 6019', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4195, 4195, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4196, 4196, '57(4) 331-98-65 ext. 331-98-65', 'fisursmed@fiscalia.gov.co', 'Cra. 43A, 38 SUR 57 Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4197, 4197, '57(4)511 55 11 ext. 152', '', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4198, 4198, '57(4) 444 66 77 ext. . 3331', 'fislo8med@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4199, 4199, '57(4)2610240 - 3852600 ext. 7702 - 7710', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4200, 4200, '57(4)2610240 - 3852600 ext. 7727', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4201, 4201, '57(4)2610240 - 3852600 ext. 7725', 'fiscalia@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4202, 4202, '57 (8) 6621135 - 57 (8) 662113540 ext. 117', 'fistrsvil@fiscalia.gov.co', 'Cra. 29 No 33b-79 Piso 2 Torre A, Ofc.208 Palacio Justicia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4203, 4203, '57 (8) 6622090 57 (8) 6733103 57 (8) 6705975 ext. ', '', 'Cll. 33 No.41 - 35 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4204, 4204, '57(4) 444 66 77 ext. 3516', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4205, 4205, '57(4) 444 66 77 ext. 3512', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4206, 4206, '57(4) 444 66 77 ext. 3510', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4207, 4207, '57(4) 444 66 77 ext. 3508', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4208, 4208, '57(4) 444 66 77 ext. 3501', 'fistrsmed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4209, 4209, '57(4) 444 66 77 ext. 3518', 'fisasimed@fiscalia.gov.co', 'Cra. 64 C N. 67 300, Torre E, P. 5, Sede Principal / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4210, 4210, '57 (7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4211, 4211, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4212, 4212, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4213, 4213, '57(4)356 52 00 ext. 7425', 'sausur@fiscalia.com.co', 'Cra. 43 A No. 38 Sur 57 Ofc. 307 Edf. Montecarlo Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4214, 4214, '57(4)437 35 87 ext. ', '', 'Dg. 85 No. 79 173, Medellín (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4215, 4215, '57(4)5215636-5220303 ext. ', '', 'Dg. 65 No. 42A-11 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4216, 4216, '57(4)481 60 94 ext. ', '', 'Dg. 65 No. 42A-11 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4217, 4217, '57(4)3565200 ext. 7423', 'sausur@fiscalia.com.co', 'Cll. 40 Sur No 24F-106 sector El salado de Envigado (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4218, 4218, '57(4)3775513 ext. ', 'sausur@fiscalia.com.co', 'Cra. 52 A N 74 67, Itagüí / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4219, 4219, '57(4)481 60 94 ext. ', '', 'Dg 65 No. 42A-11 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4220, 4220, '57(4) 444 66 77 ext. 2308', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4221, 4221, '57(4) 444 66 77 ext. 2104', 'f007lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4222, 4222, '57(4) 444 66 77 ext. 2238', '', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4223, 4223, '57(4) 444 66 77 ext. . 3334', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4224, 4224, '57(4) 444 66 77 ext. 2230', '', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4225, 4225, '57(4) 444 66 77 ext. 2423', 'fisvi1med@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4226, 4226, '57(4) 444 66 77 ext. 7512', 'maria.bustamante@fiscalia.gov.co', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4227, 4227, '57(4) 444 66 77 ext. 2206', '', 'Cra. 64C, 67-300 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4228, 4228, '57(4) 444 66 77 ext. 2119', 'claudiac.perez@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4229, 4229, '57(4) 444 66 77 ext. 2108', 'f013lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4230, 4230, '57(4) 444 66 77 ext. 2110', 'f016lo1med@med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4231, 4231, '57(4) 444 66 77 ext. ', '', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4232, 4232, '57(4) 444 66 77 ext. 2114', 'f021lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4233, 4233, '57(4) 444 66 77 ext. 2120', 'f111lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4234, 4234, '57(4) 444 66 77 ext. 2126', 'f130lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4235, 4235, '57(4) 444 66 77 ext. 2136', 'f133lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4236, 4236, '57(4) 444 66 77 ext. 2102', 'f135lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4237, 4237, '57(4) 444 66 77 ext. 2130', 'f135lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4238, 4238, '57(4) 444 66 77 ext. 2118', 'f148lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4239, 4239, '57(4) 444 66 77 ext. 2128', 'f148lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4240, 4240, '57(4) 444 66 77 ext. 2132', 'f150lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4241, 4241, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fisurimed@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4242, 4242, '57(4) 444 66 77 ext. 2138', 'f156lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4243, 4243, '57(4) 444 66 77 ext. 2140', 'f213lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4244, 4244, '57(4) 444 66 77 ext. 2122', 'f220lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4245, 4245, '57(4) 444 66 77 ext. 2124', 'F001lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 1. / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4246, 4246, '57(4) 444 66 77 ext. 2202', 'f022lo2med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4247, 4247, '57(4) 444 66 77 ext. 2202', '', 'Cll. 72 No. 44-67 Capricentro Itagüí Antioquia / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4250, 4250, '57(4) 444 66 77 ext. 2212', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4251, 4251, '57(4) 444 66 77 ext. 2218', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4252, 4252, '57(4) 444 66 77 ext. 2220', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4253, 4253, '57(4) 444 66 77 ext. 2222', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4254, 4254, '57(4) 444 66 77 ext. 2240', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4255, 4255, '57(4) 444 66 77 ext. 2236', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4256, 4256, '57(4) 444 66 77 ext. 2228', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4257, 4257, '57(4) 444 66 77 ext. 2232', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4258, 4258, '57(4) 444 66 77 ext. 2214', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4259, 4259, '57(4) 444 66 77 ext. 2224', '', 'Cra. 64C, 67-300, Torre G, P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4260, 4260, '57(4) 444 66 77 ext. 2326', '', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4261, 4261, '57(4) 444 66 77 ext. 2332', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4262, 4262, '57(4) 444 66 77 ext. 2340', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4263, 4263, '57(4) 444 66 77 ext. 2320', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4264, 4264, '57(4) 444 66 77 ext. 2334', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4265, 4265, '57(4) 444 66 77 ext. 2318', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4266, 4266, '57(4) 444 66 77 ext. 2306', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4267, 4267, '57(4) 444 66 77 ext. 2314', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4268, 4268, '57(4) 444 66 77 ext. 2316', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4269, 4269, '57(4) 444 66 77 ext. 2312', 'f056lo3med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre G, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4270, 4270, '57(4) 444 66 77 ext. . 3314', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4271, 4271, '57(4) 444 66 77 ext. . 3303', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4272, 4272, '57(4) 444 66 77 ext. 3310', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4273, 4273, '57(4) 444 66 77 ext. 3310', '', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4274, 4274, '57(4) 444 66 77 ext. 3309', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4275, 4275, '57(4) 444 66 77 ext. . 3310', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4276, 4276, '57(4) 444 66 77 ext. 3312', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4277, 4277, '57(4) 444 66 77 ext. 3316', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4278, 4278, '57(4) 444 66 77 ext. 3318', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4279, 4279, '57(4) 444 66 77 ext. 3320', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4280, 4280, '57(4) 444 66 77 ext. 3323', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4281, 4281, '57(4) 444 66 77 ext. 3324', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4282, 4282, '57(4) 444 66 77 ext. 3326', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4283, 4283, '57(4) 444 66 77 ext. 3328', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4284, 4284, '57(4) 444 66 77 ext. 3332', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4285, 4285, '57(4) 444 66 77 ext. 3.336', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4286, 4286, '57(4) 444 66 77 ext. 3338', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4287, 4287, '57(4) 444 66 77 ext. 3340', 'fislo8med@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4288, 4288, '57(4) 444 66 77 ext. 3340', 'elemilet.pino@fiscalia.gov.co', 'Cra. 64C, 67-300, Torre D, P. 3 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 322, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4289, 4289, '57(4) 444 66 77 ext. 7510.', 'patricia.lopez@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4290, 4290, '57(4) 444 66 77 ext. 7409', 'daniel.quintero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4291, 4291, '57(4) 444 66 77 ext. 7409', 'renan.piedrahita@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4292, 4292, '57(4) 444 66 77 ext. 7512 7502', 'renan.piedrahita@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4337, 4337, '57(4) 4014191 ext. ', '', 'Cra. 49 No. 50-60, P. 1 / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4293, 4293, '57(4) 444 66 77 ext. 7553', 'ana.botero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4294, 4294, '57(4) 444 66 77 ext. 7413', 'luis.yepes@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4295, 4295, '57(4) 444 66 77 ext. 7503', 'daniel.quintero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4296, 4296, '57(4) 444 66 77 ext. 7401', 'fisloc283envi@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4297, 4297, '57(4) 444 66 77 ext. 7406', 'gloria.escudero@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4298, 4298, '57(4) 444 66 77 ext. 7422', 'f285locant@fiscalia.gov.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4299, 4299, '57(4)3565200 ext. 7421', 'sausur@fiscalia.com.co', 'Cra. 43A No. 38 SUR 57, Ed Montecarlo / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4300, 4300, '57(4)2887470 ext. 2112', '', 'Cra. 45 No. 68 SUR-61, P. 2 / Sabaneta / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4301, 4301, '57(4) 444 66 77 ext. 2112', 'f018lo1med@fiscalia.gov.co', 'Cra. 45 No. 68 SUR-61, P. 2 / Sabaneta / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4302, 4302, '57(4) 444 66 77 ext. 7317', 'fiscalia.Itagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4303, 4303, '57(4)3710264 ext. 7317', 'fiscalia.Itagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4304, 4304, '57(4)3717687 3710266 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4305, 4305, '57(4)3710266 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4306, 4306, '57(4)3747117 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4307, 4307, '57(4)3747117 3710322 ext. 7317', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4308, 4308, '57(4)3747117 3710322 ext. 8192', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2, Ed. CAMI / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4309, 4309, '57(4)3021480 3021513 ext. 1701', 'fiscalia.estrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 302 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4310, 4310, '57(4)3021480 ext. 1701', 'fiscalia.estrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 302 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4311, 4311, '57(4)2790653 ext. 1701', 'fiscalia.loclaestrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 302 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4312, 4312, '57(4)3021480 ext. 1701', 'fiscalia.loclaestrellamed@fiscalia.gov.co', 'Cll. 80 Sur No. 60 38, Ed Hueco, ofc, 301 / La Estrella / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4313, 4313, '57(4)3388290-3388362 ext. ', 'fiscalia.caldasmed@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4314, 4314, '57(4)274-39-07 ext. ', 'fiscalia.caldasmed@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4315, 4315, '57(4)3388290-3388362 ext. ', 'fiscalia@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4316, 4316, '57(4)3388290-3388362 ext. ', 'fiscalia.loccalcaldasmed@fiscalia.gov.co', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4317, 4317, '57(4)3388290-3388362 ext. ', '', 'Cll. 129 sur 48-14 / Caldas / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4318, 4318, '57(4)4014191 ext. ', 'cesar.montoya@fiscalia.gov.co', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 3 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4319, 4319, '57(4)2728532 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 3 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4320, 4320, '57(4)466 79 95 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 3 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4321, 4321, '57(4)2750806 ext. ', '', 'Cll. 49 No. 49-42 P. 3 Ed los Cristales ofc 506 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4322, 4322, '57(4)2750806 ext. ', '', 'Cll. 49 No. 49-42 P. 3 Ed los Cristales ofc 502 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4323, 4323, '57(4) 4542425 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 301 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4324, 4324, '57(4) 2729011 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 404 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4325, 4325, '57(4) 2728512 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 401 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4326, 4326, '57(4) 2728452 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4327, 4327, '57(4) 2728491 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4328, 4328, '57(4) 4560244 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4329, 4329, '57(4) 4529143 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 504 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4330, 4330, '57(4) 2728571 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 303 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4331, 4331, '57(4) 4523012 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 208 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4332, 4332, '57(4) 2728587 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 208 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4333, 4333, '57(4) 2728450 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 201 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4334, 4334, '57(4) 2728531 ext. ', '', 'Cra. 49 No. 47-101 Ed Los Virreyes ,P. 302 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4335, 4335, '57(4) 2728470 ext. ', '', 'Cll. 49 No. 49-42 P. 3 Ed los Cristales 202 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4336, 4336, '57(4) 4061522 ext. ', '', 'Cra. 17 No. 15-28 / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4338, 4338, '57(4) 4014797 ext. ', '', 'Cra. 49 No. 50-60, P. 1 / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4339, 4339, '57(4) 4545384 ext. ', '', 'Cra. 17 No. 7 48, P. 1, Girardota (Antioquia) / Girardota / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4340, 4340, '57(4) 4545384 ext. ', 'fispa5med@fiscalia.gov.co', 'Cra. 17 No. 7 48, P. 1, Girardota (Antioquia) / Girardota / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4341, 4341, '57(4) 454 4788 ext. ', '', 'Cra. 17 No. 7 48, P. 1, Girardota (Antioquia) / Girardota / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4342, 4342, '57(4) 4061522 ext. ', 'fisadpmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, Palacio de Justicia, P8, Ofc 801 / Barbosa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4343, 4343, '57(4) 4061522 ext. ', 'fisadpmed@fiscalia.gov.co', 'Cra. 17 No. 15-28 / Barbosa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4344, 4344, '57(4) 4063022 ext. ', 'fisadpmed@fiscalia.gov.co', 'Cra. 17 No. 15-28 / Barbosa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4345, 4345, '57(4) 444 66 77 ext. 3208', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4346, 4346, '57(4) 444 66 77 ext. 3205', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4347, 4347, '57(4) 444 66 77 ext. 3241', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4348, 4348, '57(4) 444 66 77 ext. 2425', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4349, 4349, '57(4) 444 66 77 ext. 3224', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4350, 4350, '57(4) 444 66 77 ext. ', 'fiscalia.locItagüímed@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4351, 4351, '57(4) 444 66 77 ext. 2322', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4352, 4352, '57(4) 444 66 77 ext. 3222', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4353, 4353, '57(4) 444 66 77 ext. 3207', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4354, 4354, '57(4) 444 66 77 ext. 3234', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4355, 4355, '57(4) 444 66 77 ext. 3206', 'fispa5med@fiscalia.gov.co', 'Cra. 64 C No. 67 300 Bloque D. P. 2° / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4356, 4356, '57 (2) 7290002 ext. 1019-1060', 'dirsec.narino@fiscalia.gov.co', 'Cra. 23 No. 18-61 Edificio AMA Pasto / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4357, 4357, '57 (2) 7219963 57 (2) 7219962 ext. 4009', 'subdir.fiscaliasnar@fiscalia.gov.co', 'Cll. 19 No. 21A-29 Edificio Complejo Bancario / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4358, 4358, '57 (2) 7206945 57 (2) 7215532 ext. 2003', 'subdir.poljudicialpas@fiscalia.gov.co', 'Cll. 19 No. 21-10 Edificio Villada / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4359, 4359, '57 (2) 7277738 57 (2) 7271554 ext. ', 'subdir.poljudicialtum@fiscalia.gov.co', 'Vía al Morro, Cll. El Bajito / Tumaco / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4360, 4360, '57 (2) 7219963 57 (2) 7219962 ext. 4008', '', 'Cll. 19 No. 21A-29 Edificio Complejo Bancario / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4361, 4361, ' ext. ', 'dirsec.nortesantander@fiscalia.gov.co ;cesar.rojas@fiscalia.gov.co;', 'Palacio de Justicia Blq. B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4362, 4362, '57 (7) 5751260 ext. ', '', 'Palacio de Justicia Blq. B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4363, 4363, ' ext. ', 'subdir.poljudicialnsant@fiscalia.gov.co ;dirctisuc@fiscalia.gov.co;', 'Palacio de Justicia Blq. B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4364, 4364, '57(7) 575 3066 ext. ', 'fissepcuc@fiscalia.gov.co', 'Palacio de Justicia Ofc. 112 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4365, 4365, '57(7) 575 3747 ext. ', '', 'Palacio de Justicia Ofc. 102 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4366, 4366, '57(7) 575 3042 ext. ', '', 'Palacio de Justicia Ofc. 113 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4367, 4367, '57(7) 575 3637 ext. ', 'fisasicuc@fiscalia.gov.co', 'Palacio de Justicia Ofc. 104 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4368, 4368, '57(7) 575 2580 ext. ', 'dirtrscuc@fiscalia.gov.co', 'Palacio de Justicia Blq. B Ofc. 208 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4369, 4369, '57(7) 576 7103 - 576 1790 ext. ', '', 'Cll. 18 No. 11-71 Barrio La Libertad / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 313, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4370, 4370, '57(7) 580 0364 ext. ', '', 'Cll. 32 No. 9-49 Barrio Patio Centro / Los Patios / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4371, 4371, '57(7) 580 0364 ext. ', '', 'Cll. 32 No. 9-49 Barrio Patio Centro / Los Patios / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4372, 4372, '57(7) 568 1700 ext. ', '', 'Cra. 5 No. 3-80 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4373, 4373, '57(7) 568 1578 ext. ', 'fissecpam@fiscalia.gov.co', 'Cra. 5 No. 3-80 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4374, 4374, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4375, 4375, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4376, 4376, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', 'fissoccuc@fiscaia.gov.co', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4377, 4377, '57(7) 577 5058 ext. ', 'fisuricuc@fiscalia.gov.co', 'Avda.. Gran Colombia No. 2E-96 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4378, 4378, '57(7) 577 2412 ext. ', 'fisloccuc@fiscalia.gov.co', 'Avda.. 4E No. 7A-21 P. 1 Barrio Popular / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4379, 4379, '57(7) 571 3278 ext. ', 'fisespcuc@fiscalia.gov.co', 'Avda.. 0 No. 0E-16 Torre B P. 4 Hotel Tonchalá / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4380, 4380, '57(7) 576 2379 ext. ', '', 'Comando de Policía DENOR San Mateo / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4381, 4381, '57(7) 572 9632 ext. ', 'fisinfcuc@fiscalia.gov.co', 'Cll. 13 No. 1-48 CESPA Barrio La Playa / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4382, 4382, '57(7) 568 8285 ext. ', '', 'Cra. 5 No. 4-42 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4383, 4383, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4384, 4384, '57(4) 444 66 77 ext. 3152', '', 'Cra. 64 C No. 67 300 Bloque E. P. 1 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4385, 4385, '57(7) 575 3678 ext. ', '', 'Palacio de Justicia Ofc. 103 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4386, 4386, '57(7) 575 0406 ext. ', 'fisesacuc@fiscalia.gov.co', 'Avda.. 4E No. 7A-21 P. 3 Barrio Popular / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4387, 4387, '57(7) 575 0860 ext. ', 'fiscaicuc@fiscalia.gov.co', 'Palacio de Justicia Ofc. 108 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4388, 4388, '57 (8) 4296516 - 57 (8) 4205853 - 57 (8) 4296712 ext. 9031 - 9032 - 9016', 'dirsec.putumayo@fiscalia.gov.co alix.aparicio@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4389, 4389, '57 (8) 4205853 - 57 (8) 4296712 ext. 9017 - 9018 9026 - 2021 - 9022', 'subdir.poljudicialput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4390, 4390, '57 (8) 4205853 57 (8) 4296712 ext. 9033 - 9034', 'subdir.fiscaliasput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4391, 4391, '57 (8) 4205853 - 57 (8) 4296712 ext. 9016', 'claudiay.rodriguez@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4392, 4392, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9011 -9012', 'f38secmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4393, 4393, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9013 -9014', 'f39secmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4394, 4394, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9007 -9008', 'f41secmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4395, 4395, '57 (8) 4295767 ext. ', 'carola.rodriguez@fiscalia.gov.co', 'Cll. 7 No. 5 - 08 Barrio el Centro / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4396, 4396, '57 (8) 4205853 57 (8) 4296712 ext. 9027', 'fisasimoc@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4397, 4397, '57 (8) 4205853 57 (8) 4296712 ext. 9015', 'fisputmoc@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4398, 4398, '57 (8) 4227494 3138176909 ext. ', 'f42secptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4399, 4399, '57 (8) 4227494 3138176909 ext. ', 'f43secptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4400, 4400, '57 (8) 4227494 3138176909 ext. ', 'f44secptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4401, 4401, '57 (8) 4228293 ext. ', 'fasigptoasis@fiscalia.gov.co', 'Cra. 18 No. 18-14 con Cll. 9 Esquina / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4402, 4402, '57 (8) 4227494 ext. ', 'fasigptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Americas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4403, 4403, '57 (8) 4227839 Móvil 3176472222 3164296643 ext. ', 'ctilocptoasisput@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Americas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4404, 4404, '57 (8) 5634338 ext. ', 'f40secptolegpas@fiscalia.gov.co', 'Cra. 1 Cll. 4 Esquina Barrio el Centro / Puerto Leguízamo / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4405, 4405, '57 (8) 5634701 ext. ', 'f40secptolegpas@fiscalia.gov.co', 'Cra. 1 Cll. 4 Esquina Barrio el Centro / Puerto Leguízamo / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4406, 4406, '57 (8) 4260423 ext. ', 'f49secsibput@fiscalia.gov.co', 'Cll. 16 Cra.a 13-14 Barrio Oriental / Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4407, 4407, '57 (8) 4287208 ext. ', 'f50seclahorput@fiscalia.gov.co', 'Cra. 7 Cll. 6 Barrio la Amistad / La Hormiga / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4408, 4408, '57 (8) 4292041 ext. ', 'f51secoriput@fiscalia.gov.co', 'Cra. 8 Cll. 6-33 Barrio La Unión / Orito / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4409, 4409, '57 (6) 326 4666 - 57 (6) 326 2858 - 57 (6) 326 2858 ext. 208', 'dirsec.risaralda@fiscalia.gov.co', 'Avda.. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4410, 4410, ';57 (6) 3262858 ext. ', 'dirfisper@fiscalia.gov.co', 'Avda. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4411, 4411, '57 (6) 3296468 ext. ', 'dirctiper@fiscalia.gov.co', 'Cra. 8A No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4412, 4412, '57 (8) 4296516 - 57 (8) 4205853 - 57 (8) 4296712 ext. 9005 -9006', 'f1espmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4413, 4413, '57 (8) 4227494 57 (8) 4227593 3138176909 ext. ', 'f02espptoasis@fiscalia.gov.co', 'Cra. 20 No. 15 -69 Barrio Las Américas / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4414, 4414, '57 (6) 324 2282 ext. ', '', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4415, 4415, '57 (6) 324 2282 ext. ', 'f013sliper@fiscalia.gov.co', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4416, 4416, '57 (6) 324 2282 ext. ', 'f017sliper@fiscalia.gov.co', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4417, 4417, '57 (6) 3265402 ext. 117', 'fispecper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4418, 4418, '57 (6) 329 3724 ext. 121', 'fiscalia003.tribunalsuppereira@fiscalia.gov.co', 'Avda.. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4419, 4419, '57 (6) 329 3724 ext. 116', 'fiscalia003.tribunalsuppereira@fiscalia.gov.co', 'Avda.. 30 de Agosto No. 32 B - 59 Segundo Piso / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4420, 4420, '57(7) 6522222 ext. 2828', 'fistribuc@fiscalia.gov.co / nancy.barajas@fiscalia.gov.co', 'Cra. 19 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4421, 4421, '57(4) 847-25-27  ext. ', 'f079locantama@fiscalia.gov.co', 'Cll. 49 La Pola No. 51-21 / Amagá / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4422, 4422, '57(4) 830-05-35 ext. ', 'f083amaant@fiscalia.gov.co', 'Cra. Aranzansu No. 20-21 P.2 / Amalfi / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4423, 4423, '57 (6) 3147817 ext. 164', 'f005vidper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4424, 4424, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fiscalia016.indagacionpereira@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4425, 4425, '57 (6) 336 7141 ext. ', 'fisvidper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4426, 4426, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 169', 'fiscooper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4427, 4427, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fis038locper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4428, 4428, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 162', 'f007patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4429, 4429, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 174', 'f009patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4470, 4470, '57(7) 7486789 ext. ', 'N/A', 'Cra.11 No. 6 - 21 / Barbosa / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4430, 4430, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 161', 'f014patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4431, 4431, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 191', 'f010secper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4432, 4432, '57 (6) 329 3754 ext. ', 'f024uriper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4433, 4433, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 190', 'f012patper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4434, 4434, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 192', 'f015secper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4435, 4435, '57 (6) 326 7686 ext. ', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4436, 4436, '57 (6) 326 7686 ext. ', 'f006.uripereira@fiscalia.gov.co', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4437, 4437, '57 (6) 326 7686 ext. ', 'fisuriper@fiscalia.gov.co', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4438, 4438, '57(4) 8415216 ext. ', 'f087locantand@fiscalia.gov.co', 'Centro Comercial el Cóndor de los Andes, parque principal, P. 4 / Andes / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4439, 4439, 'Linea 147 ext. ', 'f001espper@fiscalia.gov.co', 'Cra.11 No. 42-46 B/ Maraya / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4440, 4440, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fiscalia002.especializadapereira@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4441, 4441, '57 (6) 326 5402 57 (6) 329 5026 ext. ', 'fiscalia011.saludpublicapereira@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4442, 4442, '57 (6) 326 5402 ext. ', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4443, 4443, '57 (6) 360 9286 ext. ', 'fiscalia023.secapiaper@fiscalia.gov.co', 'Cra.9 No. 9 -12 Palacio Municipal P. 2 / Apía / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4444, 4444, '57 (6) 352 8262 ext. ', 'f032secperbel@fiscalia.gov.co', 'Cra. 9 No. 3 A -35 Local 2 / Belén de Umbría / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4445, 4445, '57 (6) 332 6633 ext. ', 'fiscalia008.locdosquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4446, 4446, '57 (6) 332 6633 ext. ', '', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4447, 4447, '57 (6) 332 6633 ext. ', 'fiscalia025.secdquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4448, 4448, '57 (6) 332 6633 ext. ', 'fiscalia033.secdquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4449, 4449, '57 (6) 332 6633 ext. ', '', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4450, 4450, '57 (6) 368 2586 ext. ', 'fiscalia027.secvirginiaper@fiscalia.gov.co', 'Cra.8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4451, 4451, '57 (6) 368 2586 ext. ', '', 'Cra.8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4452, 4452, '57 (6) 356 3269 ext. ', 'fiscalia029.secquinchiaper@fiscalia.gov.co', 'Palacio de Justicia P.1 / Quinchía / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4453, 4453, '57 (6) 364 3791 ext. ', '', 'Cra. 11 No. 13-21 P.3 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4454, 4454, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', '', 'Palacio de Justicia P.1 Tr. C / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4455, 4455, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', '', 'Palacio de Justicia P.1 Tr. C / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4966, 4966, '57 (6) 8533113 ext. ', 'ctiinaman@fiscalia.gov.co', 'Cra. 4 No. 8 - 08 / Anserma / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4456, 4456, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'fisasiper@fiscalia.gov.co', 'Palacio de Justicia P.1 Tr. C / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4457, 4457, '57 (6) 326 7673 - 74 ext. 123', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4458, 4458, '57 (6) 326 7686 ext. ', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4459, 4459, '57 (6) 332 3352 ext. ', 'f039ldqper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4460, 4460, '57 (6) 3291838 ext. 107', '', 'Cll 43 No.6 - 60 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4461, 4461, '(57) 6 3296468 ext. ', 'subdir.poljudicialris@fiscalia.gov.co', 'Cra. 8 No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4462, 4462, '(57) 6 3260543 ext. 105', 'ctiinvper@fiscalia.gov.co', 'Cra. 8 No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4463, 4463, '(57) 6 3265424 ext. ', 'ctilabper@fiscalia.gov.co', 'Cll. 42 Cra. 7 Esquina / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4464, 4464, '(57) 6 3260543 ext. 115', 'ctisiaper@fiscalia.gov.co', 'Cra. 8 No. 45-33 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4465, 4465, '(57) 6 3267674 ext. 102-114', '', 'Cll. 43 con cra. 7 esquina / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4466, 4466, '57(7) 6522222 ext. 2813', 'fistribuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4467, 4467, ';57(7) 6522222 ext. 2810', 'dirsec.santander@fiscalia.gov.co;dirfisbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61; Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4468, 4468, ' ext. ', 'froilan.sanabria@fiscalia.gov.co', 'Cra. 19 No. 24 - 61; Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4469, 4469, ' ext. ', ';dirctibuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61; Piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4471, 4471, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4472, 4472, '57(7) 6522222 ext. 2809', 'dirsec.santander@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4473, 4473, '57(7) 6522222 ext. 2809', 'dirsec.santander@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4474, 4474, '57(7) 6522222 ext. 2809', 'dirsec.santander@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4475, 4475, '57(7) 6522222 ext. 2809', 'diana.alvarez@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 8 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4476, 4476, '57(7) 6522222 ext. 2756', 'dirfisbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4477, 4477, '57(7) 6522222 ext. 2756', 'dirfisbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4478, 4478, '57(7) 6522222 ext. 2756', 'fissisbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4479, 4479, '57(7) 6522222 ext. 2756', 'dirfisbuc@fiscalia.gov.co', 'Cra. 19 24-61 piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4480, 4480, '57(7) 76333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4481, 4481, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4482, 4482, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4483, 4483, '57(4) 828-22-15    ext. ', '', 'Cra. 99 No. 96-35 P.6, Ofc. 610-611-612 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4484, 4484, '57(4) 8536508 ext. ', 'martha.bonilla@fiscalia.gov.co', 'Cll. 20 Nro. 20-05, Palacio Municipal / Briceño / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4485, 4485, '57(4) 8362016 ext. 217', 'luis.pinilla@fiscalia.gov.co', 'Cll. 51 Nro. 46-24 Casa de Justicia / Cáceres / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4486, 4486, '57(4) 823-56-00  ext. ', 'f095locantcar@fiscalia.gov.co', 'Cra. 76 No. 77-14 P.2 / Carepa / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4487, 4487, '57(4) 839-55-68  ext. ', '', 'Cll. 21 No. 8-52 P. 3 / Caucasia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4488, 4488, '57(4) 825-40-71  ext. ', '', 'Cll. 104-A No. 97A - 80 / Chigorodó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4489, 4489, '57(4) 863-14-50  ext. ', '', 'Cra. 19 No. 16-86 / Cisneros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4490, 4490, '57(4) 841-16-97 ext. ', 'f088locantbol@fiscalia.gov.co', 'Cll. 49 No. 51-81 / Ciudad Bolívar / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4491, 4491, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4492, 4492, '57 (7) 6970083 - 6970296 -6970297 ext. 2127', 'fiscavbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 314, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4493, 4493, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4494, 4494, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4495, 4495, '57(7) 6522222 ext. 105', 'fisacobuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4496, 4496, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4497, 4497, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4498, 4498, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4499, 4499, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4500, 4500, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4501, 4501, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4502, 4502, '57(7) 6522222 ext. 2111', 'fisasibuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4503, 4503, '57(7) 6522222 ext. 2111', 'fisasibuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4504, 4504, '57(7) 6522222 ext. 2111', 'fisasibuc@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4505, 4505, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4506, 4506, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4507, 4507, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4508, 4508, '57 (7) 6522222 ext. 3401', 'caivas.seccionalbuc@fiscalia.gov.co', 'Cra. 19 No. 24 - 61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4509, 4509, '57(4) 844-71-92  ext. ', 'f050locantcon@fiscalia.gov.co', 'Cra. 20 17a - 30 / Concordia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4510, 4510, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4511, 4511, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4512, 4512, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 6 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4513, 4513, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4514, 4514, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4515, 4515, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4516, 4516, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4517, 4517, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4518, 4518, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra.11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4519, 4519, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 cuarto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4520, 4520, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4521, 4521, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra. 11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4522, 4522, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4523, 4523, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 octavo piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4524, 4524, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4525, 4525, '57(4) 859-00-94  ext. ', '', 'Cra. Murillo Toro No. 10-75 / Dabeiba / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4526, 4526, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4527, 4527, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 quinto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4528, 4528, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4529, 4529, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4530, 4530, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4531, 4531, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra. 11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4532, 4532, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4533, 4533, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4534, 4534, '57(7) 6523394 ext. ', 'fissecbga@fiscalia.gov.co', 'Cra. 11 No. 41-13 Antiguo DAS / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4535, 4535, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4536, 4536, '57(7) 6522222 ext. 2601', 'fissecbga@fiscalia.gov.co', 'Cra. 19 No. 24-61 sexto piso / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4537, 4537, '57(7) 6522222 ext. 2400 - 2401', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4538, 4538, '57(7) 6522222 ext. 2411 - 2412', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4539, 4539, '57(7)6347061 ext. ', 'fisespbuc@fiscalia.gov.co', 'Cra. 33 Cll. 18 Quinta Brigada / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4540, 4540, '57(7)6808053 ext. ', 'fisespbuc@fiscalia.gov.co', 'Cll. 32 No.37-85 Barrio la Aurora / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4541, 4541, '57(7) 6522222 ext. 2502', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 N0. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4542, 4542, '57(7) 6522222 ext. 2442 - 2441', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4543, 4543, '57 (7) 7247652 ext. 511', 'fiscalia002.tribunalsangil@fiscalia.gov.co', 'Cll. 9 No 9-38 5to piso / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 327, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4544, 4544, '57(7) 6607579 ext. 101 - 100', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4545, 4545, '57(7) 6607579 ext. 160', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4546, 4546, '57(4) 866-39-39  ext. ', 'f075locantdma@fiscalia.gov.co', 'Cra. 30 No. 30-25 ofc. 101 / Don Matias / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4547, 4547, '57(7)6555064 ext. ', 'ayfaycpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 1 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4548, 4548, '57 (7) 7247656 ext. 502', 'froilan.sanabria@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 5 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4549, 4549, '57 (7) 7247651 ext. 430', 'fisasigil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 4 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4550, 4550, '57 (7) 7247651 ext. 429', 'jesus.pineda@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 4 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4551, 4551, '57 (7) 7247653 ext. 303', 'fissecgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4552, 4552, '57 (7) 7247652 ext. 302', 'f004secgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4553, 4553, '57 (7) 7247651 ext. 304', 'f007secgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4554, 4554, '57 (7) 7247658 ext. 520', 'fissisgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 5 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4555, 4555, '57(7) 6254127 ext. 300', 'fissecsvibuc@fiscalia.gov.co', 'Cra. 9 No. 9-41 Piso 3 / San Vicente de Chucurí / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4556, 4556, '57 (7) 6483000 ext. ', 'fissauflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4557, 4557, '57(4) 856-23-43 ext. ', 'f007locebeant@fiscalia.gov.co', 'Cll. 19 No- 18-5 / Ebejico / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4558, 4558, '57 (7) 7247652 ext. 200', 'fislinsocsgi@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 2 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4559, 4559, '57(7) 6522222 ext. 2508', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4560, 4560, '57(7) 6522222 ext. 2513 - 2500', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4561, 4561, '57(7) 6522222 ext. 2503 - 2504', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4562, 4562, '57(7) 6522222 ext. 2510 - 2511', 'fisespbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4563, 4563, '57 (7) 7247651 ext. 310', 'fisespgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 3 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4564, 4564, '57 (7) 7564748 ext. ', 'fiscalia005.secvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso 2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4565, 4565, '57 (7) 7564713 ext. ', 'fiscalia005.secvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso 2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4566, 4566, '57 (7) 7564713 ext. ', 'fiscalia005.secvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso 2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4567, 4567, '57(8) 5131517 ext. ', 'dirsec.sanandres@fiscalia.gov.co', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4568, 4568, '57(8) 5131517 ext. ', 'N/A', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4569, 4569, '57(5) 2820700 ext. 124-312', 'dirsec.sucre@fiscalia.gov.co', 'Cra.20 No. 21-25, Oficina 312 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4570, 4570, '57(5) 2820700 ext. 310-313', 'subdir.fiscaliassuc@fiscalia.gov.co', 'Cra. 20 No. 21-25, Oficina 310 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4571, 4571, '57(5) 2820700 ext. 218-220', 'f001secsin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4572, 4572, '57(5) 2820700 ext. 224-225', 'f006ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4573, 4573, '57(5) 2820700 ext. 214-215', 'f002ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4574, 4574, '57(5) 2820700 ext. 221-212', 'f004ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4575, 4575, '57(5) 2820700 ext. 222-228', 'f015ssisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4576, 4576, '57(5) 2820700 ext. 230-232', '', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4577, 4577, '57(5) 2820700 ext. 223-227', 'f014ssin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4578, 4578, '57(5) 2820700 ext. 233-234', 'F016ssisinc@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4579, 4579, '57(5) 2820700 ext. 141-182', '', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4580, 4580, '57(4) 837-27-07 ext. ', 'f010locantbag@fiscalia.gov.co', 'Cll. 50 No. 47A-17 / El Bagre / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4581, 4581, '57(4) 543-29-75 ext. ', '', 'Cll. 30 No. 29-22 / El Carmen de Viboral / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4582, 4582, '57(4) 851-56-38 ext. ', 'f022locantepe@fiscalia.gov.co', 'Cra. 17 2-21 P.2 / El Peñol / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4583, 4583, '57(4) 541-07-81 ext. ', '', 'Cll. 20 No. 20-40 P. 2 / El Retiro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4584, 4584, '57(5) 2820700 ext. ', 'f005ssisin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4585, 4585, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4586, 4586, '57(5) 2826757 ext. 112', '', 'Cra. 15 No. 15 - 64B / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4587, 4587, '57(8) 5131517 ext. ', 'N/A', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4588, 4588, '57 (7) 7564735 ext. ', 'fislinvelsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso2 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4589, 4589, '57(8)5131517 ext. ', 'fisespsan@fiscalia.gov.co', 'Sarie Bay Cra. 16 Cll.e 1a / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4590, 4590, '57(5) 2820700 ext. 203-204', 'f002espsin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4591, 4591, '57(5) 2820700 ext. 205-206', 'f003espsin@fiscalia.goc.co', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4592, 4592, '57(5) 2820700 ext. 175-202', '', 'Cra. 20 No. 21-25 Piso 2 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4593, 4593, '57(8) 5136882 ext. ', 'tatiana.angulo@fiscalia.gov.co', 'Avda.. Newball Edif DANN 4to piso / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4594, 4594, '57(5) 2826757 ext. 101', '', 'Cra. 15 No. 15 - 64B / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4595, 4595, '57(5) 2826757 ext. ', 'f009lcosin@fiscalia.gov.co', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4596, 4596, '57(5) 2826757 ext. ', 'f010corsin@fiscalia.gov.co', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4597, 4597, '57(5) 2826757 ext. ', '', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4598, 4598, '57(5) 2826757 ext. ', '', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4599, 4599, '57(5) 2826757 ext. ', 'f011smsin@fiscalia.gov.co', 'Cra. 24No. -17- 47 / San Marcos / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4600, 4600, '57(5) 2895246 ext. ', 'f012sinsin@fiscalia.gov.co', 'Cll. 8 No. 12 - 30 / San Luis de Since / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4601, 4601, '57(5) 2879096 ext. ', 'f013sucsin@fiscalia.gov.co', 'Cra. 1 No. 10 - 32 / Sucre / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 321, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4602, 4602, ' ext. ', 'dirsec.guainia@fiscalia.gov.co', 'Cra. 7 No. 14 - 133 / Inírida / Guainía – Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4603, 4603, '57 (8) 5642153 ext. ', 'fissecmitvil@fiscalia.gov.co', 'Cra. 14 No. 11 - 103 / Mitú / Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 318, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4604, 4604, '57 (1) 5702000 ext. 4551', 'irma.celemin@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio Nuevo Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4605, 4605, '57 (1) 5702000 ext. 3011', 'alvaro.sarmiento@fiscalia.gov.co', 'Dg. 22B No. 52-01 Bloque F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4606, 4606, '57 (4) 7831978 ext. ', 'fisbacmon@fiscalia.gov.co', 'Cra. 3 No. 10-54 Barrio Buenavista / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4607, 4607, '57 (5) 3793008 ext. ', 'jhon.pena@fiscalia.gov.co', 'Cra. 44 No. 38-11 Edificio Banco Popular Piso 4 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4608, 4608, '57 (2) 3927505 ext. 1008', 'f015baccal@fiscalia.gov.co', 'Cll. 25 Norte No. 6A-11 Piso 2 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4609, 4609, '57 (4) 4443505 ext. 6794', 'f020bacmed@fiscalia.gov.co', 'Cra. 52 No. 42-73 Piso 7 Edifico José Félix Restrepo Complejo Judicial Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4610, 4610, '57 (4) 8284622 ext. 6794', 'milton.arias@fiscalia.gov.co', 'Cra. 99 No. 96-35 Apartacentro Oficina 503 / Apartadó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4611, 4611, '57 (4) 4456500 ext. 6794', 'mercedes.montoya@fiscalia.gov.co', 'Cra. 20 No. 17-05 / Caucasia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4612, 4612, '57 (2) 7201746 ext. ', 'william.palacios@fiscalia.gov.co', 'Calle 19 No. 21-34 Piso 2 Edificio de la URI / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4613, 4613, '57 (2) 7274848 ext. ', 'william.palacios@fiscalia.gov.co', 'Avenida los Estudiantes Edificio Unidad Infancia y Adolescencia Piso 1 / Tumaco / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4614, 4614, '57 (7) 6522222 ext. ', 'norbelle.castaneda@fiscalia.gov.co', 'Cra. 19 No. 24-61 Barrio Alarcón Edificio Fiscalia General de la Nación / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4615, 4615, '57 (7) 6222972 ext. ', 'cristo.duran@fiscalia.gov.co', 'Calle 50 No. 8B-35 Palacio de Justicia Sector Comercial / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4616, 4616, '57(4) 546-21-92 ext. ', 'f002locantsan@fiscalia.gov.co', 'Cra. 42 No. 49-99 Edf. Juan P. II. / El Santuario / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4617, 4617, ' ext. ', 'N/A', 'Cra. 7 No. 14 - 133 / Inírida / Guainía – Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4618, 4618, '57 (8) 5642153 ext. ', 'N/A', 'Cra. 14 No. 11 - 103 / Mitú / Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 324, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4619, 4619, '57 (7) 5753140 ext. ', 'diana.reyes@fiscalia.gov.co', 'Cll. 10 Avenida 0 Centro Empresarial Tonchalá Piso 5 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4620, 4620, '57 (8) 6614430 ext. 454', 'teresa.benavides@fiscalia.gov.co', 'Cll. 15 No. 37L-86 Piso 5 Nivel 7 Barrio Guaitiquia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4621, 4621, '57 (1) 5702000 ext. 1303-1309', 'unidad.contraterrorismo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4622, 4622, '57 (1) 5702000 ext. 1340', 'moises.grimaldo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4623, 4623, '57 (1) 5702000 ext. 1352', 'claudiam.suarez@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4624, 4624, '57 (1) 5702000 ext. 1355', 'wilson.mantilla@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4625, 4625, '57 (1) 5702000 ext. 1187', 'juan.hernandez@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4626, 4626, '57 (1) 5702000 ext. 1342', 'adalgiza.neira@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4627, 4627, '57 (1) 5702000 ext. 1359', 'liliana.avendano@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4628, 4628, '57 (1) 5702000 ext. 1276', 'carmen.cardozo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4629, 4629, '57 (1) 5702000 ext. 1353', 'hector.leguizamon@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4630, 4630, '57 (1) 5702000 ext. 1362', 'miguel.olaya@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4631, 4631, '57 (1) 5702000 ext. 1305', 'ana.larrota@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4632, 4632, '57 (1) 5702000 ext. 1357', 'orlando.lopezb@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4633, 4633, '57 (1) 5702000 ext. 1356', 'wilson.mantilla@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4634, 4634, '57 (1) 5702000 ext. 1143', 'nancy.pardo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4635, 4635, '57 (1) 5702000 ext. 1179', 'pablo.murcia@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4636, 4636, '57 (1) 5702000 ext. 1852', 'rodrigo.rocha@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4637, 4637, '57 (1) 5702000 ext. 1150', 'rene.lemus@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4638, 4638, '57 (1) 5702000 ext. 1717', 'patricia.giraldo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4639, 4639, '57 (1) 5702000 ext. 1348', 'fabiola.ortiz@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4640, 4640, '57 (1) 5702000 ext. 1347', 'rita.gil@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4641, 4641, '57 (1) 5702000 ext. 1344', 'maria.camargo@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4642, 4642, '57 (1) 5702000 ext. 1310', 'norberto.garzon@fiscalia.gov.co', 'Dg. 22 B No. 52-01 Bloque F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4643, 4643, '57 (4) 8330273 ext. ', 'fabio.martinezl@fiscalia.gov.co', 'Cll.50 entre Cra.3 y 4 Antiguo Hotel Magdalena .- Décima 4 Brigada Ejército Nacional / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4644, 4644, '57 (7) 6114378 ext. ', 'luz.hernandez@fiscalia.gov.co', 'Avda. Circunvalar con Cra.24 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4645, 4645, '57 (7) 8851030 ext. ', 'lizeth.rodriguez@fiscalia.gov.co', 'Brigada 18 Ejército Nacional / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4646, 4646, '57 (1) 5604569 ext. ', 'ivan.acosta@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4647, 4647, '57 (2) 7270294 ext. ', 'jose.bohorquez@fiscalia.gov.co', 'Batallón de Infantería de Marina Bafin No. 70 vía al Morro / Tumaco / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4648, 4648, '57 (8) 4290518 ext. ', 'mauricio.ponce@fiscalia.gov.co', 'Batallón Energético vía No. 9 Barrio Jadín / Orito / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4649, 4649, '57 (7) 5893222 ext. ', '', 'Avda. Primera vía al Pórtico Brigada 30 Ejército Nacional / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4650, 4650, '57 (7) 8892035/31 ext. ', '', 'Batallón Reveis Pizarro / Saravena / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4651, 4651, ' ext. ', 'henry.rodriguez@fiscalia.gov.co', 'Cll.37 No. 32-12 BARRIO BARZAL / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4652, 4652, ' ext. ', 'maria.forero@fiscalia.gov.co', 'Cra. 19 No 6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4653, 4653, ' ext. ', 'angelica.afanador@fiscalia.gov.co', 'Cra. 44 No. 38-11 Edificio Banco Popular Piso 4 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4654, 4654, '57 (7) 6833727 ext. 500', 'yaneth.barranco@fiscalia.gov.co', 'Cll. 37 No. 15-55 Piso 5 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4655, 4655, '57 (2) 6204400 ext. 1332', 'ilsa.barrera@fiscalia.gov.co', 'Cll. 10 No. 6-25 Piso 3 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4656, 4656, '57 (7) 5751260 ext. 146', '', 'Palacio de Justicia Piso 2 Oficina 208B / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4657, 4657, '57 (8) 4358732 ext. 112', 'luz.plazas@fiscalia.gov.co', 'Cr.11 No,5-38 Edificio Barú, Piso 1 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4658, 4658, ' ext. ', 'julio.solano@fiscalia.gov.co', 'Cll. 10 No. 8-07 / Ibagué / Tolima', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4659, 4659, '57 (4) 5115511 ext. 8011', 'dianam.angel@fiscalia.gov.co', 'Cra. 50 No. 54-18 OF. 101 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4660, 4660, ' ext. ', '', 'Cll. 29 No. 20 con cincunvalar / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4661, 4661, '57 (8) 8713754 ext. ', 'vladimir.celis@fiscalia.gov.co', 'Cra. 8No. 6-61 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4662, 4662, '57 (2 ) 7201745 ext. 3017', 'rosario.patino@fiscalia.gov.co', 'Cra.21 No. 19-48 Piso 2 / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4663, 4663, '57 (6) 3294042 ext. 110', 'zahyra.pantoja@fiscalia.gov.co', 'Cll. 43 No. 6-60 Piso 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4664, 4664, '57 ( 2) 8320222 ext. 30', '', 'Palacio de Justicia Villa Marista - Cra. 10 No. 8-00 / Popayán / Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4665, 4665, ' ext. ', '', 'Cra.11 No. 14-106 / Valledupar / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4666, 4666, ' ext. ', 'ciro.villamizar@fiscalia.gov.co', 'Cll. 37 No. 32-12 / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4667, 4667, '57 (1) 5607837 ext. ', 'fisantinal@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4668, 4668, '57 (1) 5601238 ext. ', 'margarita.castelblanco@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4669, 4669, '57 (1) 5603475 ext. ', 'pedro.rodriguez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4670, 4670, '57 (1) 5605926 ext. ', 'carlosa.tovar@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4671, 4671, '57 (1) 5605955 ext. ', 'josel.lugo@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4672, 4672, '57 (1) 5605955 ext. ', 'derly.barrios@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4673, 4673, '57 (1) 5608117 ext. ', 'martha.sepulveda@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4674, 4674, '57 (1) 5608117 ext. ', 'elizabeth.quiroga@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4675, 4675, '57 (1) 5603012 ext. ', 'joseg.romero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4676, 4676, '57 (1) 5603012 ext. ', 'myriam.quintero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4677, 4677, '57 (1) 5607473 ext. ', 'fabio.baron@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4678, 4678, '57 (1) 5602646 ext. ', 'orlando.serrano@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4679, 4679, '57 (1) 5602646 ext. ', 'hpenaran@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4680, 4680, '57 (1) 5604959 ext. ', 'nidia.carrero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4681, 4681, '57 (1) 5604959 ext. ', 'Fvillare@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4682, 4682, '57 (1) 5601756 ext. ', 'hugo.martinez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4683, 4683, '57 (1) 5603948 ext. ', 'claudia.meneses@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4684, 4684, '57 (1) 5601970 ext. ', 'giovanna.cortes@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4685, 4685, '57 (1) 5601756 ext. ', 'lcarreno@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4686, 4686, '57 (1) 5601138 ext. ', 'yaneth.quintero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4687, 4687, '57 (1) 5604569 ext. ', 'ciro.castillla@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4688, 4688, '57 (1) 5601138 ext. ', 'aida.moreno@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4689, 4689, '57 (1) 5606827 ext. ', 'mercy.velasquez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4690, 4690, '57 (1) 5601931 ext. ', 'claudia.garrido@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4691, 4691, '57 (1) 5603475 ext. ', 'julian.rendon@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4692, 4692, '57 (1) 5608608 ext. ', 'martin.moreno@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4693, 4693, '57 (1) 5601931 ext. ', 'jaime.ocampo@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4694, 4694, '57 (1) 5603352 ext. ', 'ana.avila@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4695, 4695, '57 (1) 5608608 ext. ', 'hector.parraga@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4696, 4696, '57 (1) 5608608 ext. ', 'hector.parraga@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4697, 4697, '57 (1) 5608608 ext. ', 'edith.fernandez@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4698, 4698, '57 (1) 5601983 ext. ', 'martha.alfonzo@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4699, 4699, '57 (1) 5601983 ext. ', 'fernando.arias@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4700, 4700, '57 (1) 5601983 ext. ', 'mabel.rico@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4701, 4701, '57 (1) 5601983 ext. ', 'luz.quintero@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4702, 4702, '57 (1) 5609470 ext. ', 'sandra.gomezs@fiscalia.gov.co', 'Cra. 33 No. 18-33 Bloque B Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4703, 4703, '57(1) 570 2000 ext. 1399', '', 'Dg. 22b No. 52-01 Ed. F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4704, 4704, '57(2)6204400 ext. ', 'maria.monsalve@fiscalia.gov.co', 'Cll. 10 No. 5-77 piso 11 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4705, 4705, '57(5)6569696 ext. ', 'ricardo.carriazo@fiscalia.gov.co', 'Cll. 66 No. 4-86 piso 3 of.30 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4706, 4706, '57(4)5115511 ext. 8913', 'cesar.zapata@fiscalia.gov.co', 'Cra. 50 No. 54-18 piso 9 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4707, 4707, '57(2)8231889 ext. 2445', 'gladys.polechor@fiscalia.gov.co', 'Cll. 4 No. 10B-66 PISO 2 / Popayán / Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4708, 4708, '57(7)652222 ext. 2932', 'yolanda.gomez@fiscalia,gov.co', 'Cra. 19 No. 24-61 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4709, 4709, '57(2)7201744 ext. ', 'felipe.folleco@fiscalia.gov.co', 'Cra. 21 No. 18-48 / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4710, 4710, '57(5)3440030 ext. ', 'onilio.yepes@fiscalia,gov.co', 'Cll. 41 No.41-69 piso 4 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4711, 4711, '57(4)5115511 ext. 8913', 'yolanda.bayona@fiscalia.gov.co', 'Cra. 50 No. 54-18 piso 9 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4712, 4712, '57(4)5115511 ext. 8913', 'mangelica.rodriguez@fiscalía.gov.co', 'Cra. 50 No. 54-18 piso 9 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4713, 4713, '57(8)8716512 ext. 111-112', 'jose.cediel@fiscalia.gov.co', 'Cra. 8 No. 6-81 Of. 101A / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4714, 4714, '57(6)3291838 ext. 110', 'nelvar.baron@fiscalia.gov.co', 'Cll. 43 No. 6-60 piso 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4715, 4715, '57(5)4313888 ext. 132-107', 'oscar.martinez@fiscalia.gov.co', 'Cra. 8 No. 27-15 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4716, 4716, '57(2)6204400 ext. ', 'dayanne.garcia@fiscalia.gov.co', 'Cll. 10 No. 5-77 piso 11 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4717, 4717, '57(2)6204400 ext. ', 'jazmin.penagos@fiscalia.gov.co', 'Cll. 10 No. 5-77 piso 11 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4718, 4718, '57 (1) 5702000 ext. 1853', 'andrea.malagon@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4719, 4719, '57 (1 ) 5702000 ext. 2482 - 2481', 'carlos.villamil@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4720, 4720, '57 (1 ) 5702000 ext. 1334', 'jackeline.sanchez@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4721, 4721, '57 (5) 3410103- 3519868 ext. ', 'alberto.ariza@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4722, 4722, '57 (1 ) 5702000 ext. 1162 - 1148', 'jeannette.novoa@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4723, 4723, '57 (1) 5879750 ext. 1421 - 1406', 'patricia.cabanillas@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4724, 4724, '57 (1) 5879750 ext. 1256 - 1249 - 1246', 'gilberto.martinez@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4725, 4725, '57 (1) 5879750 ext. 1405 - 1304 - 1410', 'deicy.jaramillo@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4726, 4726, '57 (1 ) 5702000 ext. 1321', 'liliana.calle@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4727, 4727, '57 (5) 3519868 - 3512754 ext. ', 'zeneida.lopez@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4728, 4728, '57 (5) 3411063 ext. ', 'juan.oliveros@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4729, 4729, '57 (5) 3411063 ext. ', 'jeannette.cabarcas@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4730, 4730, '57 (5) 3410102 ext. ', 'eduardo.buelvas@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13 Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4731, 4731, '57 (5) 3410102 ext. ', 'rafael.aponte@fiscalia.gov.co', 'Cra. 3 No. 10 - 45 Barrio Buenas Vista - Antiguo Hospital San Gerónimo / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4732, 4732, '57 (4) 3841600 ext. 6516', 'martha.mejia@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4733, 4733, '57 (1 ) 5702000 ext. 1127 - 3008 - 1130', 'juan.lopez@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4734, 4734, '57 (1) 5461414 ext. 202 / 166', 'edgar.vivas@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 11 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4735, 4735, '57 (4) 3841600 ext. 6590 - 6583 - 6578', 'nubia.chavez@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4736, 4736, '57 (2) 6208316 - 6208352 ext. ', 'josej.arias@fiscalia.gov.co', 'Avda. Roosevelt No. 38 - 32 Piso 1 Edificio Conquistadores / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4737, 4737, '57 (4) 3841600 ext. 6634', 'william.arteaga@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4738, 4738, '57 (1 ) 5702000 ext. 1132 - 1395 -', 'hilda.nino@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4739, 4739, '57 (1) 5879750 ext. 1258 - 1420 - 1329', 'yolanda.prado@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4740, 4740, '57 (1) 5879750 ext. 1362', 'nelson.mendez@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4741, 4741, '57 (1) 5879750 ext. 1412', 'marlene.barbosa@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4742, 4742, '57 (1 ) 5702000 ext. 1131 - 1467 - 1175', 'luzhelena.morales@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4743, 4743, '57 (1) 5879750 ext. 1250 - 1262 - 1269', 'hernando.castaneda@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4744, 4744, '57 (1 ) 5702000 ext. 1136 - 1171 -1125', 'mauricio.garciac@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4745, 4745, '57 (5 ) 4211505 - 4215045 ext. 114 - 127 - 106', 'ilsy.herrera@fiscalia.gov.co', 'Avda. del Libertador No. 15 – 90 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4746, 4746, '57 (5 ) 4211505 - 4215045 ext. 115 - 119 - 118', 'fare.arregoces@fiscalia.gov.co', 'Avda. del Libertador No. 15 – 90 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4747, 4747, '57 (7 ) 6522222 ext. 2832 - 2833', 'ivan.gomez@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4748, 4748, '57 (7 ) 3519868 - 3410103 ext. ', 'francisco.alvarez@fiscalia.gov.co', 'Cll. 40 No. 44 – 80 Piso 13  Edificio Lara Bonilla / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4749, 4749, '57 (1) 5879750 ext. 1412', 'liliay.hernandez@fiscalia.gov.co', 'Cra. 30 No.13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4750, 4750, '57 (4) - 3841600 ext. 6672 - 6671 - 6680', 'dumar.otalora@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4751, 4751, '57 (1) 5879750 ext. 1389', 'feospina@fiscalia.gov.co', 'Cra.30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4752, 4752, '57 (1) 5879750 ext. 1387 - 1384', 'doris.agudelo@fiscalia.gov.co', 'Cra.30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4753, 4753, '57 (2) 6208301 - 6208319 ext. ', 'carlos.aponte@fiscalia.gov.co', 'Avda. Roosevelt No. 38 - 32 Piso 1 Edificio Conquistadores / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4754, 4754, '57 (7 ) 6522222 ext. 2818', 'saide.meneses@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4755, 4755, '57 (4) - 3841600 ext. 6653 - 6666 - 6650 - 6658', 'martha.galindo@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4756, 4756, '57 (1 ) 5702000 ext. 1776', 'hector.moreno@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4838, 4838, '57 (5) 7273570 ext. 401', 'subdir.apgestiongua@fiscalia.gov.co', 'Cll. 1 No. 6 - 65 Piso 4 / Riohacha / La Guajira', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4757, 4757, '57 (4) 3841600 ext. 6618 - 6105', 'mauricio.aguirre@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4758, 4758, '57 (4) 3841600 ext. 6411 - 6409 - 6429', 'albeiro.chavarro@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4759, 4759, '57 (1 ) 5702000 ext. 1249 - 1141 - 1110', 'galvarez@fiscalia.gov.co', 'Dg. 22B No 52-01 Edificio F Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4760, 4760, '57 (1) 5879750 ext. 1293 - 1361', 'carlos.camargo@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4761, 4761, '57(4) 840-35-19   ext. ', 'f042locantfre@fiscalia.gov.co', 'Cra. 51 No. 50-39 / Fredonia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4762, 4762, '57 (4) 3841600 ext. 6543 - 6541', 'andres.echeverria@fiscalia.gov.co', 'Cra. 52 No. 42-73  Piso 20 Edificio José Félix Restrepo La Alpujarra / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4763, 4763, '57 (1) 5879750 ext. 1256 - 1407', 'pedro.diaz@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4764, 4764, '57 (1) 5879750 ext. 1421 - 1406', 'claudia.arguello@fiscalia.gov.co', 'Cra. 30 No. 13 - 24 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4765, 4765, '57 (7 ) 6522222 ext. 2831 - 2830', 'luz.avellaneda@fiscalia.gov.co', 'Cra. 19 No. 24 – 61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4766, 4766, '57 (7 ) 6522222 ext. 2835 - 2834', 'nestor.rangel@fiscalia.gov.co', 'Cra. 19 No. 24 – 61 Barrio Alarcón / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4767, 4767, '57 (2) 6208322 - 6208315 - 6208325 ext. ', 'mariap.meza@fiscalia.gov.co', 'Avda. Roosevelt No. 38 - 32 Piso 1 Edificio Conquistadores / Cali (Valle del Cauca) / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4768, 4768, '57 (7) 5829343 ext. 201-202-206-', 'edgar.carvajal@fiscalia.gov.co', 'Centro de Negocios Hotel Tonchalá Piso 2 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4769, 4769, '57 (8) 2668442 ext. 360', 'german.villegas@fiscalia.gov.co', 'Cra. 10 Sur No. 46 – 80 Piso 2 Bloque 3 Zona industrial El Papayo / Ibagué / Tolima', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4770, 4770, '57 (5) 5710919 ext. 211', 'magaly.alvarez@fiscalia.gov.co', 'Cll. 15 No. 14 – 34 Edificio Grancolombiana Piso 1 / Valledupar / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4771, 4771, '57 (8) 6707958 ext. 110- 109 - 106', 'luis.guevara@fiscalia.gov.co', 'Cra. 30 No. 41 – 55 Barrio La Gramas / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 316, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4772, 4772, '57 (1) 5702000 ext. 2603', 'carmen.carreno@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4773, 4773, '57 (1) 5702000 ext. 2120', 'brenda.aguilar@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4774, 4774, '57 (1) 5702000 ext. 1972', 'steephanie.contreras@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4775, 4775, '57 (1) 5702000 ext. 2764', 'juan.vega@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4776, 4776, '57 (1) 5702000 ext. 2671', 'orlando.rojas@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4777, 4777, '57 (1) 5702000 ext. 2709', 'olga.coronel@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4778, 4778, '57 (1) 5702000 ext. 2809', 'crodrigu@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4779, 4779, '57 (1) 5702000 ext. 2625', 'ricardo.cabrera@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4780, 4780, '57 (1) 5702000 ext. 2637 - 2788', 'ycaceres@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4781, 4781, '57 (1) 5702000 ext. 2752', 'clara.lovera@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4782, 4782, '57 (1) 5702000 ext. 2774', 'daniel.hernandez@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4783, 4783, '57 (1) 5702000 ext. 2641 - 2645', 'raul.cruz@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4784, 4784, '57 (1) 4088000 ext. 4125', 'jauriguy.chacon@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4785, 4785, '57 (1) 5702000 ext. 1410 / 1423/ 1421', 'edwin.rodriguez@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4786, 4786, '57 (1) 5702000 ext. 1938 - 1795', 'luis.buitrago@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Sótano Parqueadero funcionarios / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4787, 4787, '57 (1) 4088000 ext. 1266/1265', 'lecastro@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4788, 4788, '57 (1) 4088000 ext. 110 - 3109 - 1207', 'fabio.herrera@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4789, 4789, '57 (1) 5702000 ext. 1979', 'john.arenas@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4790, 4790, '57 (1) 4088000 ext. 1320', 'pecortes@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4791, 4791, '57 (1) 4088000 ext. 3605', 'ricardo.forero@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4792, 4792, '57 (1) 4088000 ext. 3544 - 3545', 'lis.macardoza@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 10 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4793, 4793, '57 (1) 5461246 ext. 1112', 'julio.morinelly@fiscalia.gov.co', 'Cra. 13 No. 73 - 50 Piso 6 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4794, 4794, '57 (1) 4088000 ext. 1213', 'nelson.oliveros@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4795, 4795, '57 (1) 4088000 ext. 3456 - 3539', 'luis.castellanos@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 10 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4796, 4796, '57(4) 859-54 -02  ext. ', 'f053locantfro@fiscalia.gov.co', 'Cra. 32 No. 30-60 Pasaje elkalipsa P.1, Edf. Juzgados / Frontino / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4797, 4797, '57 (1) 5702000 ext. 3870 - 4061', 'harold.mosquer@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Edificio Nuevo Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4798, 4798, '57 (1) 5702000 ext. 1924', 'andres.diaz@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque T Sótano / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4799, 4799, '57 (1) 5702000 ext. 1480', 'migue.rodriguez@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque F Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4800, 4800, '57 (1) 5702000 ext. 2710', 'jhony,montoya@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4801, 4801, '57 (1) 5702000 ext. 2660/61', 'luforero@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4802, 4802, '57 (1) 5702000 ext. 2681', 'freddy.sanchez@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque F Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4803, 4803, '57 (1) 4088000 ext. 3596', 'rafael.pretel@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 5 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4804, 4804, '57 (1) 5702000 ext. 2632', 'juanleon@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4805, 4805, '57 (1) 5702000 ext. 1610- 1611', 'nilsa.marin@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4806, 4806, '57 (1) 5702000 ext. 1639 - 1652', 'leyda.campo@fiscalia.gov.co', 'Dg.22B No. 52 - 01 Bloque T Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4807, 4807, '57 (1) 5702000 ext. 1640 - 1637', 'sonia.silva@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4808, 4808, '57 (1) 2325513 / 57 (1) 2456498 ext. ', 'martha.roa@fiscalia.gov.co', 'Cra. 18A No. 39A - 39 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4809, 4809, '57 (1) 5702000 ext. 1659 - 1611', 'jaime.castro@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 5 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4810, 4810, '57 (1) 5702000 ext. 1639 - 1652', 'luzabril@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 5 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4811, 4811, '57 (1) 4088000 ext. 1228 -1229', 'claudia.briceno@hotmail.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4812, 4812, '57 (1) 4088000 ext. 1220 - 1223', 'angela.galvis@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4813, 4813, '57 (1) 4088000 ext. 3744', 'alvaro.ortiz@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4814, 4814, '57 (1) 5702000 ext. 1661-1671-1653', 'lgonzale@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4815, 4815, '57 (1) 4088000 ext. 1226', 'josef.diaz@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4816, 4816, '57 (1) 4088000 ext. 1810 -1280', 'yomaira.garcia@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4817, 4817, '57 (1) 5702000 ext. 1650', 'esteban.urrutia@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4818, 4818, '57 (1) 4088000 ext. 3536', 'sandra.cuervo@fiscalia.gov.co', 'Cra. 28 No. 17- 00 Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4819, 4819, '57 (1) 5702000 ext. 1679 - 1680', 'wigarzon@fiscalia.gov.co', 'Dg. 22B No. 52 - 01 Bloque L Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 311, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4820, 4820, '57 (1) 5702000 ext. 2052', 'dnayf@fisalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4821, 4821, '57 (1) 5702000 ext. 2065', 'subdir.talentohumano@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4822, 4822, '57 (1) 5702000 ext. 2311', 'dep.administracionpersonal@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4823, 4823, '57 (1) 5702000 ext. 2501', 'dep.bienestarsaludocupacional@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4824, 4824, '57 (1) 5702000 ext. 3247', 'deptics.sicomunicacionesseguridad@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4825, 4825, '57 (1) 5702000 ext. 3235', 'deptics.sicomunicacionesseguridad@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4826, 4826, '57 (1) 5702000 ext. 3205', 'deptics.sicomunicacionesseguridad@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4827, 4827, '57 (1) 5702000 ext. 2289', 'serviciosadministrativos.tramites@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4828, 4828, '57 (1) 5702000 ext. 2242', 'subdir.financiera@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 3 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4829, 4829, '57 (1) 5702000 ext. 3696', 'lmatalla@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4830, 4830, '57 (1) 5702000 ext. 1473', '', 'Dg. 52B No. 52-01 Ed. Nuevo Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4831, 4831, '57 (1) 5702000 ext. 2100', 'tutelas.carrera@fiscalia.gov.co', 'Dg. 52B No. 52-01 Bloque C Piso 2 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4832, 4832, '57 (5) 3714900 ext. 326', 'subdir.apgestionatl@fiscalia.gov.co', 'Cll. 53B No.46-50 Piso 3 / Barranquilla / Atlántico', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4833, 4833, '57 (1) 4088000 ext. 4525-4417', 'dirayfbog@fiscalia.gov.co', 'Cra. 28 No. 18-64 Piso 4° / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4834, 4834, '57 (1) 2841170 / 80 ext. 106', 'subdir.apgestioncun@fiscalia.gov.co', 'Cra. 10 No. 27-27 Piso 6 Ofc. 608 y 609 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4835, 4835, '57 (2) 3927505 ext. 1003', 'subdir.apgestioncal@fiscalia.gov.co', 'Cll. 25 Norte No. 6 A-11 Piso 3 / Cali / Valle del Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4836, 4836, '57(4) 8627338   ext. ', 'f072gplant@fiscalia.gov.co', 'Cra. 51 No. 50-17 P.2 / Gómez Plata / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4837, 4837, '57 (5) 5711773 - 5700016 ext. 101', 'subdir.apgestionces@fiscalia.gov.co', 'Cll. 15 No. 14-33. Ed.Portal del Valle. Piso 2 / Valledupar / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4839, 4839, '57 (2) 7290002 ext. 1002', 'subdir.apgestionnar@fiscalia.gov.co', 'Cra. 23 No. 18 - 61 Ed. Ama Pasto / Pasto / Nariño', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4840, 4840, '57 (7) 5710411 ext. 290-217', 'subdir.apgestionnsant@fiscalia.gov.co', 'Cll. 8A No. 3-50 Piso 3 Ed. Santander / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4841, 4841, '57 (6) 3290770 ext. 107', 'dirayfper@fiscalia.gov.co', 'Avda. 30 de Agosto No. 32B-59 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4842, 4842, '57 (7) 6522222 ext. 1200', 'dirayfbuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4843, 4843, '57 (4) 4446677 ext. 4401', 'dirayfant@fiscalia.gov.co', 'Cra. 64 C No. 67-300 Bloque C Piso 4 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4844, 4844, '57 (8) 6359532 ext. ', 'subdir.apgestioncas@fiscalia.gov.co', 'Cra. 21 No. 9-48 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4845, 4845, '57 (8) 6620283 ext. ', 'subdir.apgestionmet@fiscalia.gov.co', 'Cll. 34 No. 41 - 73 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4846, 4846, '57 (8) 2708102 ext. 101', 'ayfseciba@fiscalia.gov.co', 'Transversal 1ª. Sur No. 47-02 Bloque 1 Piso 2 Zona Industrial el Papayo / Ibagué / Tolima', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4847, 4847, '57 (2) 7292944 ext. 1008', 'subdir.fiscaliasput@fiscalia.gov.co', 'Cra. 23 No. 18-61 Ed. Ama Pasto Piso 5 / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4848, 4848, '57 (7) 6113648 ext. 114', 'subdir.apgestionmagmed@fiscalia.gov.co', 'Cra. 8 No. 51-48 Piso 2 Antigua sede Das - Barrancabermeja / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4849, 4849, '57 (7) 8858393 ext. ', 'subdir.apgestionara@fiscalia.gov.co', 'Cll. 23 No. 18-41 Arauca / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4850, 4850, '57 (5) 6569696 ext. 1100', 'dirayfcar@fiscalia.gov.co', 'Barrio Crespo Cll. 66 No. 4-86 / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4851, 4851, '57 (8) 7404090 ext. 115', 'subdir.apgestionboyaca@fiscalia.gov.co', 'Cra. 9 No. 18-91 piso 2 Ed. Telecom / Tunja / Boyacá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4852, 4852, '57 (6) 8844675 ext. ', 'subdir.apgestioncald@fiscalia.gov.co', 'Cra. 23 No. 20-40 / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4853, 4853, '57 (8) 4358360 ext. 101', 'subdir.apgestioncaq@fiscalia.gov.co', 'Avda. Circunvalar No. 5A-14 / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4854, 4854, '57 (2) 8208011 ext. 14', 'dirayfpop@fiscalia.gov.co', 'Cll. 3 No. 2-76 / Popayán / Cauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4855, 4855, '57 (4) 6708309 ext. ', 'subdir.apgestioncho@fiscalia.gov.co', 'Cll. 20 No. 3-11 / Quibdó / Chocó', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4856, 4856, '57 (4) 7864376 ext. 100-101', 'subdir.apgestioncor@fiscalia.gov.co', 'Cra. 3 No. 10-54 Barrio Buenavista Antiguo Hospital San Jeronimo / Montería / Córdoba', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4857, 4857, '57 (8) 8717931 ext. 101-102', 'subdir.apgestionhui@fiscalia.gov.co', 'Cra. 4 No. 6-99 Of. 601 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4858, 4858, '57 (5) 4215862 ext. ', 'subdir.apgestionmag@fiscalia.gov.co', 'Cra. 13 No. 22-19 Ed. San Jose Piso 2 / Santa Marta / Magdalena', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4859, 4859, '57 (5) 2820314 ext. 7211', 'subdir.apgestionsuc@fiscalia.gov.co', 'Cll. 20 No. 24-05 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4860, 4860, '57 (6) 7447270 ext. 200', 'subdir.apgestionquin@fiscalia.gov.co', 'Palacio de Justicia ''Fabio Calderon Of. 111'' / Armenia / Quindío', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 317, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4861, 4861, '57 (8) 5924685 ext. ', 'fislinletcun@fiscalia.gov.co', 'Cll. 14 No. 10-32 / Leticia / Amazonas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4862, 4862, '57(4) 5351310,  5351330 ext. ', 'f097sauantrio@fiscalia.gov.co', 'Cra. 47 No. 60-02 / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4863, 4863, '57(8)885 3182 ext. ', '', 'Cra. 24 No. 20-36 / Arauca / Arauca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4864, 4864, '57 (1) 8751642 ext. 1300-1376-1384', 'fissaucbog@fiscalia.gov.co; fissaujefbog@fiscalia.gov.co; fiscsabog@fiscalia.gov.co', 'Cra. 33 No. 18- 33 Piso 2 Bl A / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4865, 4865, '57 (1) 8751642 ext. 1300-1375- 1386', 'fissaucbog@fiscalia.gov.co; fissaujefbog@fiscalia.gov.co', 'Cra. 33 No. 18-33 Piso 1 Puerta 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4866, 4866, '57 (1) 7112036 ext. ', 'fissakbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4867, 4867, '57 (1) 7694937 - ;57 (1) 7694977 ext. ', 'fiscalia.saucbolivarbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 sur No. 7 - 76 Piso 1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4868, 4868, '57 (1) 4304803 ext. ', 'fissaebog@fiscalia.gov.co', 'Cll. 71 No. 73 A 44 Piso 3 Boyacá Real / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4869, 4869, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissaubog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4870, 4870, '57 (1) 6826109 -; 57 (1) 6710123/90 ; 57 (1) 6924032 ext. ', 'fissasbog@fiscalia.gov.co', 'Cll. 133 No. 101 C -09 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4871, 4871, '57 (5) 656 0220 ext. 57 (5) 656 0220', 'fissaucar@fiscalia.gov.co', 'Cra. 5. No. 59 A - 11 Barrio Canapote / Cartagena / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4872, 4872, '57(8)6358283 ext. 4', 'fis19sauyop@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4873, 4873, '57 (1) 8736877 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12 No. 16-04 Casa el Molino Piso 2 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4874, 4874, '57 (1) 8352385 ext. ', '', 'Cra. 12 No.16 Esquina Piso 2 / Girardot / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4875, 4875, '57 (1) 7124133 ext. ', '', 'Cra. 7 No. 17-21 Piso 1 / Soacha / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4876, 4876, '57 (1) 8813095 ext. ', 'fiscalia.sauzipaquiracun@fiscalia.gov.co', 'Avda.. 15 No. 6-53 Piso 3 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4877, 4877, '57(7) 6222828 ext. 140', 'fissaubjabuc@fiscalia.gov.co', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 102 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4878, 4878, '57(7) 6222828 ext. 140', 'fissaubjabuc@fiscalia.gov.co', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 102 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4879, 4879, '57(4)3565200 ext. 7424', 'sausur@fiscalia.com.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4880, 4880, '57(4) 511 55 11 ext. 8425', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4881, 4881, '57(4) 511 55 11 ext. 8423', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4882, 4882, '57(4) 511 55 11 ext. 8427', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4883, 4883, '57(4) 511 55 11 ext. 8426', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4884, 4884, '57(4) 511 55 11 ext. 8326', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4885, 4885, '57(4) 511 55 11 ext. 8325', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4886, 4886, '57(4) 511 55 11 ext. 8430', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4887, 4887, '57(4)400 06 80 ext. 7606', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cll. 59 No. 48 - 35 AUTOPISTA NORTE VIA Copacabana (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4888, 4888, '57(4) 511 55 11 ext. 8431', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4889, 4889, '57(4) 511 55 11 ext. 8824', '', 'Cra. 50 No. 54-18 Ofc. 826, T. Diplomática / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4890, 4890, '57(4) 511 55 11 ext. 8322', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4891, 4891, '57(4) 511 55 11 ext. 8324', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4892, 4892, '57(4) 511 55 11 ext. 8323', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4893, 4893, '57(4) 511 55 11 ext. 8422', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4894, 4894, '57(4) 511 55 11 ext. 8331', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4895, 4895, '57(4) 511 55 11 ext. 8428', 'fiscalia.saucentromed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ed Diplomático / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4896, 4896, '57(4)400 06 80 ext. 7610', 'saunorte@fiscalia.com.co', 'Cll. 59 No. 48 - 35 AUTOPISTA NORTE VIA Copacabana (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4897, 4897, '57(4)400 06 80 ext. 7608', 'saunorte@fiscalia.com.co', 'Cll. 59 No. 48 - 35 AUTOPISTA NORTE VIA Copacabana (Antioquia) / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4898, 4898, '57(4)331 27 19 ext. ', 'sausur@fiscalia.com.co', 'Cra. 43 A No. 38 SUR 57 Ofc. 313 Edf. Montecarlo Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4899, 4899, '57(4)331 27 19 ext. ', 'sausur@fiscalia.com.co', 'Cra. 43 A No. 38 SUR 57 Ofc. 307 Edf. Montecarlo Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4900, 4900, '57(7) 577 5059 ext. ', 'fissaucuc@fiscalia.gov.co', 'Avda.. Gran Colombia No. 2E-96 / Cúcuta / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4901, 4901, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 1 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4902, 4902, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4903, 4903, '57(7)6550521 ext. ', 'fissaupiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 326, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4904, 4904, '57 (1) 7694911- ; 57 (1) 7694990 ext. ', 'fisurcbog@fiscalia.gov.co', 'Avda.. Caracas Cll. 51 Sur No 7 - 76 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4905, 4905, '57 (1) 3647333 ext. 1401', 'fisurijefbog@fiscalia.gov.co; fisurpbog@fiscalia.gov.co', 'Cra. 40 No. 10 A - 08 Piso 4 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4906, 4906, '57 (1) 29710000 ext. 3290-3707', 'fisurubog@fiscalia.gov.co', 'Avda. 19 No. 29-75 Bl D Piso1 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4907, 4907, '57 (1)4303318-; 57 (1)4302436-; 57 (1)4303096 ext. ', 'N.A.', 'Cra. 78 A No. 77 A 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4908, 4908, '57 (1) 4303234 ext. ', 'fisurebog@fiscalia.gov.co', 'Cra. 78 A No.77 A - 62 / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4909, 4909, '57 (1) 7112036-; 57 (1) 7240858; 57 (1) 7240827 ext. ', 'fisurkbog@fiscalia.gov.co', 'Cra. 69 No. 36-70/76 Sur / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4910, 4910, '57 (6) 8808833 ext. ', 'fiscalia020.urimanizales@fiscalia.gov.co', 'Cra. 20 A No. 24 - 26 Edf. Inurbe. / Manizales / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4911, 4911, ' ext. ', 'fisuriflo@fiscalia.gov.co - crisanto.cumbe@fiscalia.gov.co - stein.tafur@fiscalia.gov.co', 'Cll 18 No 11-50 - Centro / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4912, 4912, '57(8)6358283 ext. ', 'f32uriyopstr@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4913, 4913, '57 (1) 8255999 ext. ', 'fissaumadcun@fiscalia.gov.co', 'Cra. 7 No. 8-52 Piso 2 / Madrid / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4914, 4914, '57 (8) 8710553 ext. ', 'f03locnei@fiscalia.gov.co', 'Cll. 9 No. 10 - 36 / Neiva / Huila', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4915, 4915, '057 (8) 6715575 ext. ', 'fisurivil@fiscalia.gov.co', 'Trasversal 24 A No. 41-23 El Emporio / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4916, 4916, ' ext. ', '', 'Cll. 5 No. 6-26 Centro / La Uribe / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4917, 4917, '57 (8) 6646178 ext. ', 'ctiurivil@fiscalia.gov.co', 'Transversal 24 A No.41 - 33 Barrio El Emporio / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4918, 4918, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fislo4med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4919, 4919, '57(4) 444 66 77 ext. 6881 6882', 'fisvi1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4920, 4920, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fisvi1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4921, 4921, '57(4) 444 66 77 ext. 5311, 5312, 5313, 5300', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4922, 4922, '57(4) 444 66 77 ext. 3136-3137', '', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4923, 4923, '57(4) 444 66 77 ext. 2134', 'F001lo1med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4924, 4924, '57(4)274-39-07 ext. ', 'fisurimed@fiscalia.gov.co', 'Cll. 59, 48-35 Copacabana (Antioquia) / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4925, 4925, '57(4)274-39-07 ext. ', 'fisurnmed@fiscalia.gov.co', 'Cll. 59, 48-35 Copacabana (Antioquia) / Copacabana / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4926, 4926, '57(4) 444 66 77 ext. 3134', 'fispa5med@fiscalia.gov.co', 'Cra. 64C, 67-300, Bloque B / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4927, 4927, '57(4) 331-98-65 ext. ', 'fisurimed@fiscalia.gov.co', 'Cra. 43A, 38 SUR 57 Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4928, 4928, '57(4) 331-98-65 ext. ', 'fisursmed@fiscalia.gov.co', 'Cra. 43A, 38 SUR 57 Envigado (Antioquia) / Envigado / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4929, 4929, '57(4) 444 66 77 ext. 7226', 'fislinmed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4930, 4930, '57(4) 444 66 77 ext. 2336', 'f056lo3med@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4931, 4931, '57 (6) 326 7649 ext. ', 'fiscalia036.uripereira@fiscalia.gov.co', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4932, 4932, '57 (6) 326 7649 ext. ', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4933, 4933, '57 (6) 326 7649 ext. ', '', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4935, 4935, '57 (6) 326 7649 ext. ', 'fiscalia029.localpereira@fiscalia.gov.co', 'Cll. 38 No. 6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4936, 4936, '(57) 6 3267667 ext. ', 'ctiuriper@fiscalia.gov.co', 'Cll. 38 No.6-52 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4937, 4937, '57(7) 6522222 ext. 2101', 'fisuribuc@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4938, 4938, '57(5) 2820700 ext. ', 'fisurisin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4939, 4939, '57(5) 2820700 ext. ', 'f007ssisin@fiscalia.gov.co', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4940, 4940, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4941, 4941, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 328, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4942, 4942, '57(4) 551-19-97   ext. ', 'f062locantgua@fiscalia.gov.co', 'Cra. 50 No. 45-21 P.2 / Guarne / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4943, 4943, '57(4) 864-36-49   ext. ', 'f002secantgua@fiscalia.gov.co', 'Palacio Municipal P. 2 / Ituango / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4944, 4944, '57(4) 852-49-78 ext. ', '', 'Cll.7 No. 3-40 / Jericó / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4945, 4945, '57(4) 5536533 ext. ', 'f078locantcej@fiscalia.gov.co', 'Cll. 20 No.19-48 / La Ceja / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4946, 4946, '57(4) 548-54-21  ext. ', 'f064locantmar@fiscalia.gov.co', 'Cll. 30 No- 31-64 Ofc. 402 / Marinilla / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4947, 4947, '57(4) 8680020  ext. ', '', 'Cll Hospital No. 9-92 / Nariño / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4948, 4948, '57(4) 821-48-42  ext. ', '', 'Cll. la cotizada No. 49-05 / Necoclí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4949, 4949, '57(4) 8368187 ext. ', 'blanca.botero@fiscalia.gov.co', 'Barrio Popular, Casa de Justicia / Nechí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4950, 4950, '57(4) 561-05-71 ext. ', 'f018locantrio@fiscalia.gov.co', 'Cll. 62 No- 47 - 18 / Rionegro / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4951, 4951, '57(4) 844-25-50  ext. ', 'f051locantsal@fiscalia.gov.co', 'Cll. 31 No. 30-78 P.2 Palacio Municipal. / Salgar / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4952, 4952, '57(4) 861-82-24 ext. ', '', 'Cll. 50, Cra. 59 P.2 / San Andrés de Cuerquia / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4953, 4953, '57(4) 835-80-12 ext. ', '', 'Edificio Banco Agrario P.2 Parque municipal / San Carlos / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4954, 4954, '57(4) 832-30-83 ext. ', '', 'Palacio Municipal / San Francisco / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4955, 4955, '57(4) 858-36-03 ext. ', '', 'Palacio Municipal, P. 3 / San Jerónimo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4956, 4956, '57(4) 68-74-28 ext. ', '', 'Casa de la Cultura / San Pedro de los Milagros / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4957, 4957, '57 (6) 8534709 ext. ', 'fiscalia001.locansermaman@fiscalia.gov.co', 'Cll. 6 entre Cra. 4 y 5 Palacio de Justicia, P 3 / Anserma / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4958, 4958, '57 (6) 8504605 57 (6) 8504100 ext. ', 'fiscalia002.locchinchinaman@fiscalia.gov.co', 'Cra. 8 Cll. 11 Esquina Palacio Municipal, P 4 / Chinchiná / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4959, 4959, '57 (6) 8550675 ext. ', 'fiscalia001.locmanzanaresman@fiscalia.gov.co', 'Cra. 4 No. 6 - 34, Edf. Cultural y de la Juventud, P 3 / Manzanares / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4960, 4960, '57 (6) 8588009 ext. ', 'fiscalia001.locneiraman@fiscalia.gov.co', 'Cra. 10 Cll. 10 esquina. Edf. Alcaldia, P 2 / Neira / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4961, 4961, '57 (6) 8555350 ext. ', 'fiscalia001.locpensilvaniaman@fiscalia.gov.co', 'Cra. 6 No. 4 - 06. Edf. Alcaldia. / Pensilvania / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4962, 4962, '57 (6) 8590443 ext. ', 'fiscalia001.locriosucioman@fiscalia.gov.co', 'Cra. 5 No. 12 - 117, Avda.. Fundadores, P 2 / Riosucio / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4963, 4963, '57 (6) 8557612 ext. ', 'fiscalia001.locrisaraldaman@fiscalia.gov.co', 'Cra. 2 Cll. 5 Esquina, Edf. Alcaldia, P 1 / Risaralda / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4964, 4964, '57 (6) 8596234 ext. ', 'fiscalia001.locsalaminaman@fiscalia.gov.co', 'Cll. 10 No. 6 - 39 / Salamina / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4965, 4965, '57 (6) 8560766 ext. ', 'fiscalia001.locsupiaman@fiscalia.gov.co', 'Cll. 32 No. 6 - 11, Edf Alcaldia, P 2 / Supía / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4967, 4967, '57 (6) 8504270 8506299 ext. ', 'ctiinfcman@fiscalia.gov.co', 'Cra. 8 No. 11 - 33 Palacio Municipal Ofc. 404 / Chinchiná / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4968, 4968, '57 (6) 8574641 ext. ', 'luis.rendon@fiscalia.gov.co', 'Cll. 14 No. 5 - 26 P 3 / La Dorada / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4969, 4969, '57 (6) 8591757 ext. ', 'ctiiriman@fiscalia.gov.co', 'Cll. 10 No. 8 - 30 / Riosucio / Caldas', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4970, 4970, '57 (1) 8684490 ext. ', 'fiscalia.locsilvaniacun@fiscalia.gov.co', 'Dg. 10 No. 6-22 Piso 2 / Silvania / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4971, 4971, '57 (8) 4312138 ext. ', 'fislocpriflo@fiscalia.gov.co', 'Cra. 7 No. 5 - 49 / Puerto Rico / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4972, 4972, '57 (8) 464 4006 ext. ', 'jorgee.pena@fiscalia.gov.co', 'Cll. 5 No. 3 - 09 Barrio El Centro / San Vicente del Caguán / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4973, 4973, '57 (8) 431 8443 ext. ', 'fisloccdcflo@fiscalia.gov.co -', 'Cll. 3 No. 2 - 37 Centro Comercial El Palmar / Cartagena del Chairá / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4974, 4974, '57 (8) 4310076 ext. ', 'fislocdonflo@fiscalia.gov.co', 'Cra. 3 No. 3-48 Centro / El Doncello / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4975, 4975, ' ext. ', 'fislocuflo@fiscalia.gov.co', 'Cra. 9 No. 9-59 Centro / Curillo / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4976, 4976, ' ext. ', 'fis11ocval@fiscalia.gov.co', 'Cra. 4 No. 11-15 Barrio El Centro / Valparaíso / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4977, 4977, '57 (8) 4314404 ext. ', 'fislocpauflo@fiscalia.gov.co', 'Cll. 5 No. 4-28 Centro / El Paujil / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4978, 4978, '57(8)6358283 ext. 7', 'fis14locyop@fiscalia.gov.co', 'Cra. 19 No. 6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4979, 4979, '57(8)6358283 ext. ', 'f17locyopstr@fiscalia.gov.co', 'Cra. 19 No. 6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4980, 4980, '57(8)6358283 ext. 6', 'fis32locyop@fiscalia.gov.co', 'Cra. 19 No.6-29 / Yopal / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4981, 4981, '57(8)6382000 ext. 101', 'fislagstr@fiscalia.gov.co', 'Cra. 14 No.11-76 / Aguazul / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4982, 4982, '57(8)6381419 ext. ', 'fislmastr@fiscalia.gov.co', 'Cra 3 No.15-52 / Maní / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4983, 4983, '57(8)6249220 ext. ', 'fislmrstr@fiscalia.gov.co', 'Cra. 6 No.16-30 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4984, 4984, '57(8)6365113 ext. 13', 'fislorstr@fiscalia.gov.co', 'Cll. 2 No.9-80 / Orocué / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4985, 4985, '57(8)6373322 ext. 27', 'fis09locpar@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4986, 4986, '57(8)6373322 ext. 24', 'fislarstr@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4987, 4987, '57(8)6241364 ext. ', 'fislvistr@fiscalia.gov.co', 'Transversal. 2 N.6-34/Lote No. A Barrio Paraíso Alto / Villanueva / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4988, 4988, '57(8)6371321 ext. ', 'fisltrstr@fiscalia.gov.co', 'Cll 7 No.1-30 Lote A / Trinidad / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4989, 4989, '57(8)6249227 ext. ', 'ctimondui@fiscalia.gov.co', 'Cra. 6 No.16-30 / Monterrey / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4990, 4990, '57(8)6373268 ext. ', 'ctipardui@fiscalia.gov.co', 'Cll.9 No.6-60 / Cra 7 9-20 / Paz de Ariporo / Casanare', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4991, 4991, '57 (1) 8469223 ext. ', '', 'Cra. 1 No. 3-08 Palacio Municipal de Albán / Albán / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4992, 4992, '57 (1) 8454255 ext. ', '', 'Cll. 4 No. 7-30 Barrio La Gloria / Anolaima / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4993, 4993, '57 (1) 8686256 ext. ', 'fiscalia.locarbelaerz@fiscalia.gov.co', 'Palacio Municipal Piso 1 / Arbeláez / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4994, 4994, '57 (1) 8796222 ext. ', '', 'Cll. 2 No. 7-67 - Casa de Justicia / Cajicá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4995, 4995, '57 (1) 8480593 ext. ', 'fisloccaqcun@fiscalia.gov.co', 'Cll. 4 No. 3-53 / Cáqueza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4996, 4996, '57 (1) 8624511 ext. ', '', 'Cll 12 No. 1C-52 Barrio 20 de Julio / Chía / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4997, 4997, '57 (1) 8486197 /95 ext. ', '', 'Cra 4 No. 4-19 Piso 2 / Choachí / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4998, 4998, '57 (1) 8562678 ext. ', '', 'Cll. 3 No. 4-04 Piso 1 / Chocontá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (4999, 4999, '57 (1) 8475964 ext. ', '', 'Cll. 10 No. 6-36 Piso 2 / El Colegio / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5000, 5000, '57 (1) 8425738 ext. ', '', 'Cll. 13 No. 8-20 Piso 2 Barrio Copigue / Facatativá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5001, 5001, '57 (1) 8260845 ext. 127', '', 'Cll. 11 No. 12-44 Piso 2 / Funza / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5002, 5002, '57 (1) 8730229 ext. ', 'fissaufuscun@fiscalia.gov.co', 'Transversal 12 No. 16-04 Casa el Molino Piso 1 / Fusagasugá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5003, 5003, '57 (1) 8471025 ext. ', 'fisseclamecunqfiscalia.gov.co', 'Cra. 21 N° 8-56 Palacio de Justicia Piso 2 / La Mesa / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5004, 5004, '57 (1) 8505201 ext. ', 'fiscalia.localmacun@fiscalia.gov.co', 'Cll. 6 No. 3-49 Barrio las Puentes / La Palma / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5005, 5005, '57 (1) 8458888 ext. ', '', 'Cra.3 A No. 16-34 / La Vega / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5006, 5006, '57 (1) 8252272 ext. ', 'fislocmadcun@fiscalia.gov.co', 'Cra. 7 No. 8-52 Piso 2 / Madrid / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5007, 5007, '57 (1) 8275888 ext. ', '', 'Cll. 5 No. 2-73 Piso 2 / Mosquera / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5008, 5008, '57 (1) 8541389 ext. ', '', 'Cll. 6 No. 17-11 Piso 4 / Pacho / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5009, 5009, '57 (1) 8419081 ext. ', 'fiscalia.locpandicun@fiscalia.gov.co', 'Cll. 4 No. 5-20 Centro / Pandi / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5010, 5010, '57 (1) 8568265 ext. ', '', 'Cra. 8 No. 4-86 / Sesquilé / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5011, 5011, '57 (1) 8245394 ext. ', 'fiscalia.locsubachoquecun@fiscalia.gov.co', 'Cll. 1 A No. 1-03 Piso 1 Barrio Aspovid / Subachoque / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5012, 5012, '57 (1) 8340833 ext. ', '', 'Cll. 4 No. 4-39 / Tocaima / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5013, 5013, '57 (1) 8552697/95 ext. ', '', 'Cra 6 No. 8-27 Centro / Ubaté / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5014, 5014, '57 (1) 8445472 ext. ', '', 'Dg. 1 A No. 11-09 Barrio Bello Horizonte Piso 1 / Villeta / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5015, 5015, '57 (1) 8512948 ext. ', '', 'Cra. 16 No. 4A-74 Algarra III Piso 3 y 4 / Zipaquirá / Cundinamarca', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5016, 5016, '57(5)5654420 ext. ', '', 'Cra. 17 No. 5 - 81 / Aguachica / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5017, 5017, '57(7) 6222828 ext. 102', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5018, 5018, '57(7) 6222828 ext. 104', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5019, 5019, '57(7) 6222828 ext. 101', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5020, 5020, '57(7) 6222828 ext. 100', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5021, 5021, '57(7) 6222828 ext. 106', '', 'Cll. 50 Con Cra. 8B Palacio de Justicia Of. 104 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5022, 5022, '57(7) 6222828 ext. 231', 'fislinbjabuc@fiscalia.gov.co', 'Cll. 50 con Cra. 8B Palacio de Justicia Of. 212 / Barrancabermeja / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5023, 5023, '57 (7)62 60 387 ext. ', 'fiscalia002.loccimitarrasgi@fiscalia.gov', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5024, 5024, '57 (7)62 60 387 ext. ', 'fiscalia002.loccimitarrasgi@fiscalia.gov', 'Cra. 4 No. 6-33 / Cimitarra / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5025, 5025, '57(4) 833 30 26 ext. ', 'carlos.jaramillo@fiscalia.gov.co', 'Cll. 54 Nro. 6 - 24 PISO 4 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5026, 5026, '57(4) 833 30 26 ext. ', 'diego.betancur@fiscalia.gov.co', 'Cll. 54 Nro. 6 - 24 PISO 4 / Puerto Berrío / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5029, 5029, '57 (4)8347004 ext. ', 'gabriel.upegui@fiscalia.gov.co', 'Cra. 2 No. 46-06 Barrio el Centro / Puerto Nare / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5030, 5030, '57(4) 8352104 ext. ', '', 'Cll. 10 No. 10-47 Palacio Mpal / Puerto Triunfo / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5031, 5031, '57 (7)6293420 ext. ', '', 'Cra. 11 No. 15-03 / Sabana de Torres / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5032, 5032, '57(5) 5645052 ext. ', 'wilson.traslavina@fiscalia.gov.co', 'Edf. Cosmocentro contiguo al palacio municipal / San Alberto / Cesar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5033, 5033, '57 (7) 6237192 ext. ', 'fiscalia.sanpablocar@fiscalia.gov.co', 'Cll. 18 No. 5-45 / San Pablo / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5034, 5034, '57(5) 5699063 ext. ', 'yuli.iglesia@fiscalia.gov.co', 'Cra. 7 No. 9-37 Barrio El pesebre / Simití / Bolívar', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5035, 5035, '57(7) 570 0479 ext. ', '', 'Cll. 6 No. 6-62 Barrio Centro / Villa del Rosario / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5036, 5036, '57(7) 580 2158 ext. ', '', 'Cll. 32 No. 9-49 Barrio Patio Centro / Los Patios / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5037, 5037, '57(7) 586 4356 ext. ', '', 'Cra. 4 No. 6-30 / Chinácota / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5038, 5038, '57(7) 568 2553 ext. ', '', 'Cra. 5 No. 3-80 / Pamplona / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5039, 5039, '57(7) 566 3659 ext. ', 'fisloctibcuc@fiscalia.gov.co', 'Cra. 6 No. 6-13 Barrio El Carmen / Tibú / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5040, 5040, '57(7) 566 5288 ext. ', '', 'Cra. 5 No. 5-37 Barrio Tamarindo / Sardinata / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5041, 5041, '57(7) 561 3849 - 561 3538 - 561 1220 ext. ', '', 'Cll. 11 No. 34-36 P. 2 Barrio Buenos Aires / Ocaña / Norte de Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5042, 5042, 'N/A ext. ', '', 'Cra. 9 No 7-16 Casa de Justicia / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5043, 5043, '57 (8) 4296516 57 (8) 4205853 57 (8) 4296712 ext. 9009 -9010', 'f20locmocput@fiscalia.gov.co', 'Cra. 14 No. 10-01 P. 4 Edf. Milenio / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5044, 5044, '57 (8) 4295767 ext. ', '', 'Cll. 7 No. 5 - 08 Barrio el Centro / Mocoa / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5045, 5045, '57 (8) 4221525 ext. ', 'f35locptoasis@fiscalia.gov.co', 'Cll. 14 Cra.a 19 Casa de Justicia / Puerto Asís / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5046, 5046, '57 (8) 5634701 ext. ', 'f40secptolegpas@fiscalia.gov.co', 'Cra. 1 Cll. 4 Esquina Barrio el Centro / Puerto Leguízamo / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5047, 5047, '57 (8) 4260423 ext. ', 'f34locsibput@fiscalia.gov.co', 'Cll. 16 Cra.a 13-14 Barrio Oriental / Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5048, 5048, '57 (8) 4260423 ext. ', 'oscar.rossatto@fiscalia.gov.co', 'Cll. 16 Cra.a 13-14 Barrio Oriental / Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5049, 5049, '57 (8) 4287208 ext. ', 'f36loclahorput@fiscalia.gov.co', 'Cra. 7 Cll. 6 Barrio la Amistad / La Hormiga / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5050, 5050, '57 (8) 4292041 ext. ', 'f37locoriput@fiscalia.gov.co', 'Cra. 8 Cll. 6-33 Barrio La Unión / Orito Sibundoy / Putumayo', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5051, 5051, '57 (6) 324 2282 ext. ', '', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5052, 5052, '57 (6) 324 2282 ext. ', 'f31lliper@fiscalia.gov.co', 'Cll. 19 No. 8-34 Edf. Corporación Financiera de Occidente. / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5053, 5053, '57 (6) 320 0544 ext. ', 'fiscalia017.casajustcubaper@fiscalia.gov.co', 'Cra.24 No. 70 bis 10 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5054, 5054, '57 (6) 320 0544 ext. ', '', 'Cra.24 No. 70 bis 10 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5055, 5055, '57 (6) 331 8659 ext. ', 'fiscjvper@fiscalia.gov.co', 'Mz. 52 C. 8 B7 San Vicente Alto / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5056, 5056, '57 (6) 3267674 ext. 111', 'fissauper@fiscalia.gov.co', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5057, 5057, '57 (6) 352 0544 ext. ', 'fiscalia042.saucubaper@fiscalia.gov.co', 'Cra.24 No. 70 bis 10 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5058, 5058, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5059, 5059, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 159', 'fiscalia004.localper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5060, 5060, '57 (6) 326 5621 ext. ', 'f010secper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5061, 5061, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 157', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5062, 5062, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 175', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5063, 5063, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'f032indper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5064, 5064, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 163', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5065, 5065, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 166', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5066, 5066, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 172', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5067, 5067, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 163', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5068, 5068, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. 165', '', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5069, 5069, '57 (6) 352 8210 ext. ', 'fiscalia003locbelenper@fiscalia.gov.co', 'Cra. 9 No. 3 A -35 Local 1 / Belén de Umbría / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5070, 5070, '57 (6) 323 0175 ext. ', 'f006.locdquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5071, 5071, '57 (6) 323 0175 ext. ', '', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5072, 5072, '57 (6) 323 0175 ext. ', 'f009.locdosquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5073, 5073, '57 (6) 323 0175 ext. ', 'fiscalia018.locdosquebradasper@fiscalia.gov.co', 'Cra. 16 bis No. 29-164 / Dosquebradas / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5074, 5074, '57 (6) 368 2600 ext. ', 'fiscalia011.localvirginiaper@fiscalia.gov.co', 'Cra. 8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5075, 5075, '57 (6) 368 2600 ext. ', '', 'Cra. 8 bis No. 10-85 P.2 / La Virginia / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5076, 5076, '57 (6) 368 5119 ext. ', 'f026locpermar@fiscalia.gov.co', 'Alcaldia Municipal P.2 / Marsella / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5077, 5077, '57 (6) 356 3389 ext. ', 'fiscalia012locquinchiaper@fiscalia.gov.co', 'Palacio de Justicia P.2 / Quinchía / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5078, 5078, '57 (6) 364 4556 ext. ', 'fiscalia013.locsantarosaper@fiscalia.gov.co', 'Cra. 11 No. 13-21 P.2 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5079, 5079, '57 (6) 364 4556 ext. ', 'fiscalia016.locstarosadecabalper@fiscalia.gov.co', 'Cra. 11 No. 13-21 P.2 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5080, 5080, '57 (6) 364 4556 ext. ', '', 'Cra. 11 No. 13-21 P.2 / Santa Rosa de Cabal / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5081, 5081, '57 (6) 368 7289 ext. ', 'fiscalia020.locsantuarioper@fiscalia.gov.co', 'Cra. 7 No. 6-18 / Santuario / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5082, 5082, '(57) 6 3649515 ext. ', 'ctistarper@fiscalia.gov.co', 'Cra. 11 No. 13-21 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5083, 5083, '(57) 6 3320013 ext. 112-113', 'ctiidoper@fiscalia.gov.co', 'Cll. 18 No. 19-69 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5084, 5084, '(57) 6 3682216 ext. ', '', 'Cra. 8 bis No. 10-83 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5085, 5085, '57(7) 7486789 ext. ', 'fiscalia001.locbarbosasig@fiscalia.gov.co', 'Cra.11 No. 6 - 21 / Barbosa / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5086, 5086, '57(7) 7486789 ext. ', 'fiscalia002.locbarbosasig@fiscalia.gov.co', 'Cra.11 No. 6 - 21 / Barbosa / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5087, 5087, '57(7) 7569033 ext. ', 'fiscalia01,locbolivarsgi@fiscalia.gov.co', 'Cll 9 3-31 Piso 2 Palacio Municipal / Bolívar / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5088, 5088, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5089, 5089, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5090, 5090, '57(7) 6333373 ext. 117', 'fislinbuc@fiscalia.gov.co', 'Cra. 15 No. 30 - 13 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5091, 5091, '57(7) 6522222 ext. 2111', 'silvia.pedraza@fiscalia.gov.co', 'Cra.19 No. 24-641 Piso 1 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5092, 5092, '57(7)6522222 ext. 2429', 'fis1cavsan@fiscalia.gov.com', 'Cra. 19 No. 24-61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5093, 5093, '57(7)6522222 ext. 2431', 'fis1cavsan@fiscalia.gov.com', 'Cra. 19 No. 24-61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5094, 5094, '57(7)6522222 ext. 2456', 'fis1cavsan@fiscalia.gov.com', 'Cra.19 No.No. 24-61 Piso 4° / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5095, 5095, '57(7) 6406214 ext. ', 'fiscjnbuc@fiscalia.gov.co', 'Cll. 7 norte No. 19-19, Barrio La Juventud / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5096, 5096, '57(7) 6522222 ext. 2701', 'julio.diaz@fiscalia.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5097, 5097, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5098, 5098, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5099, 5099, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5100, 5100, '57(7) 6522222 ext. 2701', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5101, 5101, '57(7) 6522222 ext. 2712 - 2713', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5102, 5102, '57(7) 6522222 ext. 2851', 'fis3locbuc@fiscalía.gov.co', 'Cra. 19 No. 24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5103, 5103, '57(7) 6833727 ext. 208', 'fis7locsan@fiscalía.gov.co', 'Cll. 37 No.15-55 Piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5104, 5104, '57(7) 6833727 ext. 108', 'fis7locsan@fiscalía.gov.co', 'Cll. 37 No.15-55 Piso 2 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5105, 5105, '57(7) 6522222 ext. 2718 - 2719', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5106, 5106, '57(7) 6522222 ext. 2720 - 2721', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5107, 5107, '57(7) 6522222 ext. 2716 - 2717', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5108, 5108, '57(7) 6522222 ext. 2724 - 2725', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5109, 5109, '57(7) 6522222 ext. 2726 - 2727', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5110, 5110, '57(7) 6522222 ext. 2700 2729', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5111, 5111, '57(7) 6522222 ext. 2730 - 2731', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5112, 5112, '57(7) 6522222 ext. 2732 - 2733', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5113, 5113, '57(7) 6522222 ext. 2734 - 2735', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5114, 5114, '57(7) 6522222 ext. 2736 - 2737', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5115, 5115, '57(7) 6522222 ext. 2738 - 2739', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5116, 5116, '57(7) 6522222 ext. 2740 - 2741', 'fislocbuc@fiscalía.gov.co', 'Cra. 19 No.24-61 Piso 7 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5117, 5117, '57(7) 6522222 ext. 2403- 2404', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5118, 5118, '57(7) 6522222 ext. 2405 - 2406', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5119, 5119, '57(7) 6522222 ext. 2407 - 2408', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5120, 5120, '57(7) 6522222 ext. 2409 - 2410', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5121, 5121, '57(7) 6522222 ext. 2454 - 2455', 'fisesabuc@fiscalia.gov.co', 'Cra.19 No. 24-61 Barrio Alarcón - Piso 4 / Bucaramanga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5122, 5122, '57 (7) 7258253 ext. ', 'fiscalía001.loccharalasgi@fiscalia.gov.co', 'Cra 17 No 23-50 Piso 2 / Charalá / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5123, 5123, '57 (7) 6585757 ext. 3', 'fiscjsflobuc@fiscalia.gov.co', 'Avda.. 60 No. 42-63 Transv.Oriental barrio El Carmen / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5124, 5124, '57 (7) 6497888 ext. ', 'fislocflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5125, 5125, '57 (7) 64978888 ext. ', 'fislocflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5126, 5126, '57 (7) 6483000 ext. ', 'fislocflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5127, 5127, '57 (7) 6480880 ext. ', 'f07locflobuc@fiscalia.gov.co', 'Cll. 5 No. 9-49 / Floridablanca / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5128, 5128, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5129, 5129, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5130, 5130, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5131, 5131, '57(7) 6531589 ext. ', 'fislocgirbuc@fiscalia.gov.co', 'Cll. 30 No 27 - 08 / Girón / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5132, 5132, '57(7) 6566054 ext. ', 'fisloclebbuc@fiscalia.gov.co', 'Cra. 8 No. 10-19, Barrio Centro / Lebrija / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5133, 5133, '57(7) 6607579 ext. 135 - 120', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5134, 5134, '57(7) 6607579 ext. 121 - 130', 'fissecmalbuc@fiscalia.gov.co', 'Cra. 8 No.13-22 Piso 3 / Málaga / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5135, 5135, '57(7) 7279299 ext. ', 'fiscalia001.locsgimog@fiscalia.gov.co', 'Cll. 5 No. 6 - 13 / Mogotes / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5136, 5136, '57(7) 7270033 ext. ', 'fiscalia02.locoibasgi@fiscalia.go .co', 'Cll. 10 No. 4-40 Edificio de la Defensa Civil / Oiba / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5137, 5137, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5138, 5138, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5139, 5139, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5140, 5140, '57(7)6555064 ext. ', 'fislocpiebuc@fiscalia.gov.co', 'Cll. 6 No. 6-79 - Piso 2 / Piedecuesta / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5141, 5141, '57(7) 6188102 ext. ', 'fislocrinbuc@fiscalia.gov.co', 'Palacio Municipal Piso 2 / Rionegro / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5142, 5142, '57(7) 6188102 ext. ', 'fislocrinbuc@fiscalia.gov.co', 'Palacio Municipal Piso 2 / Rionegro / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5143, 5143, '57 (7) 7247652 ext. 101', 'f001locgil@fiscalia.gov.co', 'Cll. 9 No 9-38 Piso 1 / San Gil / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5144, 5144, '57(7) 6254127 ext. 311', 'fislocsvibuc@fiscalia.gov.co', 'Cra. 9 No. 9-41 Piso 3 / San Vicente de Chucurí / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5145, 5145, '57(7) 7261719 ext. ', 'fiscalia001.locsimatocasgi@fiscalia.gov.co', 'Cra. 6 No. 3-33 / Simacota / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5146, 5146, '57(7) 7580299 ext. ', 'fiscalia02,locsuaitasgi@fiscalia.gov.co', 'Cll. 5 No. 8-44 Palacio Municipal / Suaita / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5147, 5147, '57 (7) 7564939 ext. ', 'fiscalia001.locvelezsgi@fiscalia.gov.co', 'Cra. 2 No. 9 - 06 Palacio de Justicia piso1 / Vélez / Santander', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5148, 5148, '57(8) 5149164 ext.', 'fisloc.016car@fiscalia.gov.co', '', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5149, 5149, '57(8) 5131019 ext. ', 'cti.sanandrescar@fiscalia.gov.co', 'Avda.. La Jaiva Edif. Aurora / San Andrés / San Andrés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5150, 5150, '57(5) 2820700 ext. 127-208', 'f008locsin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5151, 5151, '57(5) 2820700 ext. 306', 'f010lsisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5152, 5152, '57(5) 2820700 ext. 192-304', 'f012lsisin@fiscalia.gov.co', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5153, 5153, '57(5) 2820700 ext. 300-301', '', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5154, 5154, '57(5) 2820700 ext. 146', '', 'Cra. 20 No. 21-25 Piso 3 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5155, 5155, '57(5) 2820700 ext. ', '', 'Cra. 17 No. 24-66 / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5157, 5157, '57(5) 2826757 ext. 109', '', 'Cra. 15 No. 15 - 64B / Sincelejo / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5158, 5158, '57(5) 2826757 ext. ', 'f001lcosin@fiscalia.gov.co', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5159, 5159, '57(5) 2826757 ext. ', '', 'Cra. 26 No.27-7, Piso 4 / Corozal / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5160, 5160, '57(5) 2826757 ext. ', 'f005lsmsin@fiscalia.gov.co', 'Cra. 24No. -17- 47 / San Marcos / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5161, 5161, '57(5) 2895246 ext. ', 'f007lsisin@fiscalia.gov.co', 'Cll. 8 No. 12 - 30 / San Luis de Since / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5162, 5162, '57(5) 2879096 ext. ', 'f006lsusin@fiscalia.gov.co', 'Cra. 1 No. 10 - 32 / Sucre / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5163, 5163, '57(5) 2869105 ext. ', 'f002lovsin@fiscalia.gov.co', 'Cra. 16 No. 21- 21 / Ovejas / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5164, 5164, '57(5) 2983122 ext. ', 'f003lsosin@fiscalia.gov.co', 'Cra. 18 No. 19 - 09 / San Onofre / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5165, 5165, '57(5) 2885251 ext. ', 'f004ltosin@fiscalia.gov.co', 'Cra. 3 No. 14 - 22 / Santiago de Tolú / Sucre', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5166, 5166, ' ext. ', 'f025locpinvil@fiscalia.gov.co', 'Cra. 7 No. 14 - 133 / Inírida / Guainía – Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5167, 5167, '57 (8) 5642153 ext. ', 'f024locmitvil@fiscalia.gov.co', 'Cra. 14 No. 11 - 103 / Mitú / Vaupés', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 325, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5168, 5168, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5169, 5169, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5170, 5170, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5171, 5171, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5172, 5172, '57 (1) 2971000 ext. ', '', 'Cra. 29 No. 18 A-67 Piso 2 Bl. E / Bogotá / Bogotá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5173, 5173, '57 (8) 6580417 ext. ', '', 'Unidad Movil Numero 12 Del Del Ejercito Nacional De Colombia / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5174, 5174, '057 (8) 6614430 ext. 310', 'f14espgauvil@fiscalia.gov.co', 'Cll. 37 No. 42-12 Barzal Alto / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5175, 5175, '57(4)444 35 05 ext. 6062', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5176, 5176, '57(4)444 35 05 ext. 6012', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5177, 5177, '57(4)444 35 05 ext. 6028', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5178, 5178, '57(4)444 35 05 ext. 6057', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5179, 5179, '57(4)444 35 05 ext. 6015', 'fisespmed@fiscalia.gov.co', 'Cra. 51 No.14-259 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5180, 5180, '57(4)444 35 05 ext. 7509', '', 'Cra. 99 No. 96-35, Ed. Apartacentro, Ofc 601 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5181, 5181, '57(4)444 35 05 ext. 6041', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5182, 5182, '57(4)444 35 05 ext. 6029', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5183, 5183, '57(4)444 35 05 ext. 6046', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5184, 5184, '57(4)444 35 05 ext. 6052', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5185, 5185, '57(4)444 35 05 ext. 6021', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5186, 5186, '57(4)444 35 05 ext. -6065', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5187, 5187, '57(4)444 35 05 ext. . 6045', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5188, 5188, '57(4)444 35 05 ext. 6054', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42-73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5189, 5189, '57(4)444 35 05 ext. 6012', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42 -73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5190, 5190, '57(4)444 35 05 ext. . 6019', 'fisespmed@fiscalia.gov.co', 'Cra. 52 No. 42 - 73, P. 21 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5191, 5191, '57 (6) 326 5402 57 (6) 326 5294 57 (6) 329 4433 57 (6) 326 3825 57 (6) 329 1863 57 (6) 326 6770 ext. ', 'f03espper@fiscalia.gov.co', 'Cll. 41 Cra. 7 y 8 Palacio de Justicia / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 320, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5192, 5192, '57 (8) 6733075 ext. ', 'f044locinfvil@fiscalia.gov.co', 'Cll. 33b 40-06 Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5193, 5193, '57(4) 444 66 77 ext. 7205', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5194, 5194, '57(4) 444 66 77 ext. . 7231', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5195, 5195, '57(4) 444 66 77 ext. . 7212', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5196, 5196, '57(4) 444 66 77 ext. . 7233', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5197, 5197, '57(4) 444 66 77 ext. . 7220', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5198, 5198, '57(4) 444 66 77 ext. . 7207', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5199, 5199, '57(4) 444 66 77 ext. . 7211', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5200, 5200, '57(4) 444 66 77 ext. . 7218', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5201, 5201, '57(4) 444 66 77 ext. . 7237', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5202, 5202, '57(4) 444 66 77 ext. . 7214', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5203, 5203, '57(4) 444 66 77 ext. . 7225', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5204, 5204, '57(4) 444 66 77 ext. . 7226', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5205, 5205, '57(4) 444 66 77 ext. . 7225-7207', 'fislinmed@fiscalia.gov.co', 'Cra. 83 No. 47 A 47 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 329, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5206, 5206, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1012, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5207, 5207, '57(4) 511 55 11 ext. . 250', '', 'Cra. 50 No. 54 18, Ofc, 809, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5208, 5208, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 814, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5209, 5209, '57(4) 511 55 11 ext. . 256', 'fislo4med@fiscalia.gov.co', 'Cra. 50 No. 54 18, Ofc, 814, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5210, 5210, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1014, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5211, 5211, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1009, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5212, 5212, '57(4) 511 55 11 ext. 6063', 'fisespmed@fiscalia.gov.co', 'Cra. 50 No. 54 18, Ofc, 814, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5213, 5213, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 911, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5214, 5214, '57(4) 511 55 11 ext. . 211', '', 'Cra. 50 No. 54 18, Ofc, 815, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5215, 5215, '57(4) 511 55 11 ext. . 276', '', 'Cra. 50 No. 54 18, Ofc, 909, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5216, 5216, '57(4) 511 55 11 ext. 265', '', 'Cra. 50 No. 54 18, Ofc, 907, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5217, 5217, '57(4) 511 55 11 ext. . 320', '', 'Cra. 50 No. 54 18, Ofc, 912, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5218, 5218, '57(4) 511 55 11 ext. 8312', '', 'Cra. 50 No. 54 18, Ofc, 1015, d VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5219, 5219, '57(4) 511 55 11 ext. . 273', '', 'Cra. 50 No. 54 18, Ofc, 914, Ed VeraCra.uz / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5220, 5220, '57(4)4000680 ext. 7623', 'fiscavnormed@fiscalia.gov.co', 'Cll. 59 N. 48 35 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5221, 5221, '57(4)4814042 ext. ', 'fiscavnormed@fiscalia.gov.co', 'Dg. 65 N 42 A 11, Bello (Antioquia) / Bello / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5222, 5222, '57(4)4000680 ext. 7621', 'fiscavnormed@fiscalia.gov.co', 'Cll. 59 N. 48 35 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5223, 5223, '57(4)3000173 ext. ', '', 'Cra. 45 No. 68 SUR 61, Sabaneta / Sabaneta / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5224, 5224, '57(4)377 5513 ext. ', '', 'Cra. 52 A No. 74 67, Itagüí / Itagüí / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5225, 5225, '57(4)331 2010 ext. ', '', 'Cra. 43 A No. 38 SUR 57 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5226, 5226, '57(4)331 2010- 3312024 ext. ', '', 'Cra. 43 A No. 38 SUR 57 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 315, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5227, 5227, '57(4) 511 55 11 ext. 8725', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 725 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5228, 5228, '57(4) 511 55 11 ext. 8028', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 725 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5229, 5229, '57(4) 511 55 11 ext. 8827', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 10-01 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5230, 5230, '57(4) 511 55 11 ext. 8722', 'fisesamed@fiscalia.gov.co', 'Cra. 50 No. 54-18 Ofc. 722 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5231, 5231, '57 (6) 326 7673-74 ext. 106', '', 'Cll. 38 No. 6-52 P. 2 / Pereira / Risaralda', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 319, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5232, 5232, '57 (8) 4347998 ext. ', 'fiscaiflo@fiscalia.gov.co - francia.criollo@fiscalia.gov.co', 'Cll. 12 No. 3 B - 31 Barrio El Porvenir / Florencia / Caquetá', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5233, 5233, '57 (8) 6621712 ext. ', 'ctidsevil@fiscalia.gov.co', 'Cra. 34 No.40-50 Barrio Barzal / Villavicencio / Meta', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5234, 5234, '57(4)2610240 - 3852600 ext. 7737', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5235, 5235, '57(4)2610240 - 3852600 ext. 7724', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5236, 5236, '57(4)2610240 - 3852600 ext. 7720', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5237, 5237, '57(4)2610240 - 3852600 ext. 7722', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5238, 5238, '57(4)2610240 - 3852600 ext. 7708', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5239, 5239, '57(4)2610240 - 3852600 ext. 7714', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5240, 5240, '57(4)2610240 - 3852600 ext. 7718', 'fiscalia.sausandiegomed@fiscalia.gov.co', 'Cra. 44 A No. 31 156, Medellín / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5241, 5241, '57(4)3710264 ext. 3710264', 'fiscalia.Itagüímed@fiscalia.gov.co', 'Cra. 52 No. 51-40 P. 2 / Medellín / Antioquia', 170, '', '2022-05-18 00:00:00', '2022-05-18 00:00:00', NULL, 3, 312, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (60, 60, NULL, NULL, NULL, NULL, NULL, '2023-05-24 00:00:00', '2023-05-24 00:00:00', NULL, 3, 30, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (10001, 5298, '', '', 'Crr 10 #13-47 piso 7 ', 170, '', '2023-05-11 14:35:50.956314', '2023-05-11 14:35:50.956314', NULL, 3, 33, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (10002, 5299, '', '', '', 170, '', '2023-08-16 20:26:04.447749', '2023-08-16 20:26:04.447749', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (10003, 5300, '', '', '', 170, '', '2023-08-16 20:28:51.215103', '2023-08-16 20:28:51.215103', NULL, 3, 31, NULL, NULL, NULL); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5577, 5577, NULL, NULL, 'Calle 3 # 5-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9760, 20100, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5744, 5744, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23413, 7994, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7126, 7126, NULL, NULL, 'Calle 10 # 7-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14661, 26351, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8303, 8303, NULL, NULL, 'Calle 15 # 5-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12085, 24091, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8959, 8959, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9515, 19803, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5301, 5301, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2442, 11822, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5302, 5302, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2394, 11826, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5303, 5303, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2398, 11832, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5304, 5304, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2210, 11839, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5305, 5305, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2212, 11845, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5306, 5306, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2000, 11857, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5307, 5307, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2001, 11858, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5308, 5308, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2002, 11859, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5309, 5309, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2004, 11860, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5310, 5310, NULL, NULL, 'Calle 21 # 21-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8257, 18623, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5311, 5311, NULL, NULL, 'Avenida Libertadores # 2A-106', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8258, 18624, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5312, 5312, NULL, NULL, 'Edificio Cervantes Calle 22 Carrera 17 Esquina Ofcina 401', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8122, 18625, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5313, 5313, NULL, NULL, 'Calle 50 # 8B-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8123, 18626, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5314, 5314, NULL, NULL, 'Carrera 10 # 35-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8124, 18627, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5315, 5315, NULL, NULL, 'Calle 3 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8125, 18628, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5316, 5316, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8126, 18629, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5317, 5317, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8128, 18630, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5318, 5318, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8129, 18631, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5319, 5319, NULL, NULL, 'Carrera 6 # 10-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8130, 18632, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5320, 5320, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8131, 18633, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5321, 5321, NULL, NULL, 'Calle 21 # 40-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8132, 18634, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5322, 5322, NULL, NULL, 'Calle 5 # 1-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8133, 18635, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5323, 5323, NULL, NULL, 'Carrera 6 # 15-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8134, 18636, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5324, 5324, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8135, 18637, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5325, 5325, NULL, NULL, 'Avenida Ambalá # 19-109', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8136, 18638, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5326, 5326, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8137, 18639, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5327, 5327, NULL, NULL, 'Avenida 6 # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8012, 18640, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5328, 5328, NULL, NULL, 'Carrera 23 # 21-48 Palacio De Justicia Fanny González Franco', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8013, 18641, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5329, 5329, NULL, NULL, 'Edificio Atlas Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8014, 18642, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5330, 5330, NULL, NULL, 'Calle 7 # 3-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8015, 18643, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5331, 5331, NULL, NULL, 'Calle 27 # 4-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8016, 18644, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5332, 5332, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8017, 18645, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5333, 5333, NULL, NULL, 'Calle 4 # 6-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8018, 18646, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5334, 5334, NULL, NULL, 'Carrera 23 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8019, 18647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5335, 5335, NULL, NULL, 'Palacio De Justicia Torre A Segundo Piso Oficina 209', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8020, 18648, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5336, 5336, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8021, 18649, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5337, 5337, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8023, 18650, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5338, 5338, NULL, NULL, 'Calle 7 # 15-58 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9093, 19159, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5339, 5339, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8024, 18651, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5340, 5340, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8025, 18652, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5341, 5341, NULL, NULL, 'Carrera 18 # 20-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8026, 18653, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5342, 5342, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7904, 18654, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5343, 5343, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7905, 18655, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5344, 5344, NULL, NULL, 'Carrera 14X Calle 100 # 13 75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7906, 18656, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5345, 5345, NULL, NULL, 'Carrera 14 # 14-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7907, 18657, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5346, 5346, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7908, 18658, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5347, 5347, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7909, 18659, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5348, 5348, NULL, NULL, 'Calle 5 # 6-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7911, 18660, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5349, 5349, NULL, NULL, 'Carrera 44 # 38-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7912, 18661, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5350, 5350, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8174, 18961, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5351, 5351, NULL, NULL, 'Alcadía Municipal, Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8175, 18962, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5352, 5352, NULL, NULL, 'Calle 49A # 50-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8176, 18963, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5353, 5353, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8177, 18964, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5354, 5354, NULL, NULL, 'Calle 108 # 99-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8178, 18965, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5355, 5355, NULL, NULL, 'Calle 21 # 21-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8179, 18966, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5356, 5356, NULL, NULL, 'Avenida Los Libertadores # 2A-106', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8180, 18967, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5357, 5357, NULL, NULL, 'Calle 20 # 14-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8181, 18968, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5358, 5358, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8182, 18969, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5359, 5359, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8184, 18970, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5360, 5360, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8057, 18971, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5361, 5361, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8058, 18972, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5362, 5362, NULL, NULL, 'Calle 50 # 48-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8059, 18973, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5363, 5363, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8060, 18974, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5364, 5364, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8061, 18975, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5365, 5365, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8062, 18976, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5366, 5366, NULL, NULL, 'Casa De Justicia Fabio Calderon', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8063, 18977, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5367, 5367, NULL, NULL, 'Calle 131S # 49-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8064, 18978, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5368, 5368, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8065, 18979, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5369, 5369, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8068, 18981, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5370, 5370, NULL, NULL, 'Carrera 6 # 10-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8069, 18982, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5371, 5371, NULL, NULL, 'Calle 19A # 13-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8070, 18983, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5372, 5372, NULL, NULL, 'Calle 12 # 11-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8071, 18984, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5373, 5373, NULL, NULL, 'Carrera 9 # 10-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8072, 18985, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5374, 5374, NULL, NULL, 'Carrera 8 # 11-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8615, 18986, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5375, 5375, NULL, NULL, 'Carrera 7 # 14A-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8616, 18987, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5376, 5376, NULL, NULL, 'Calle 7 # 5-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8617, 18988, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5377, 5377, NULL, NULL, 'Carrera 5 # 5-73 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8618, 18989, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5378, 5378, NULL, NULL, 'Calle 7 # 10B-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8620, 18990, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5379, 5379, NULL, NULL, 'Calle 2 # 4-32 Palacio Municipal Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8067, 18980, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5380, 5380, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4 Oficina 402A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8621, 18991, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5381, 5381, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8622, 18992, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5382, 5382, NULL, NULL, 'Calle 40 # 44-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8747, 18993, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5383, 5383, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8748, 18994, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5384, 5384, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8749, 18995, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5385, 5385, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8750, 18996, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5386, 5386, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8751, 18997, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5387, 5387, NULL, NULL, 'Calle 4 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8752, 18998, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5388, 5388, NULL, NULL, 'Calle 50A # 42-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8753, 18999, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5389, 5389, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8756, 19000, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5390, 5390, NULL, NULL, 'Carrera 6 # 10-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8757, 19001, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5391, 5391, NULL, NULL, 'Calle 5 # 1-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8758, 19002, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5392, 5392, NULL, NULL, 'Avenida 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8759, 19003, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5393, 5393, NULL, NULL, 'Edificio Nueva Cede Judicial', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8760, 19004, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5394, 5394, NULL, NULL, 'Calle 3 # 4-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8761, 19005, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5395, 5395, NULL, NULL, 'Carrera 10 # 5B- 52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8623, 19006, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5396, 5396, NULL, NULL, 'Avenida 11 # 15-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8624, 19007, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5397, 5397, NULL, NULL, 'Diagonal 16 # 11- 85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8625, 19008, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5398, 5398, NULL, NULL, 'Carrera 4 # 3-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8626, 19009, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5399, 5399, NULL, NULL, 'Carrera 10 # 8A-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8628, 19010, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5400, 5400, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8629, 19011, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5401, 5401, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8630, 19012, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5402, 5402, NULL, NULL, 'Carrera 15 # 6-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8631, 19013, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5403, 5403, NULL, NULL, 'Calle 24 # 15-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8632, 19014, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5404, 5404, NULL, NULL, 'Calle 9 # 8-69', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8633, 19015, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5405, 5405, NULL, NULL, 'Carrera 6 # 8-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8634, 19016, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5406, 5406, NULL, NULL, 'Calle 14 Esqunia Carrera 11 Edificio Nacional', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8635, 19017, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5407, 5407, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8636, 19018, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5408, 5408, NULL, NULL, 'Carrera 4 # 18-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8637, 19019, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5409, 5409, NULL, NULL, 'Calle 23 # 8-6 Palacio De Justicia B/Cubis', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9408, 19020, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5410, 5410, NULL, NULL, 'Carrera 52 # 51-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9409, 19021, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5411, 5411, NULL, NULL, 'Carrera 22 # 19-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9410, 19022, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5412, 5412, NULL, NULL, 'Carrera 2 # 16-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9411, 19023, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5413, 5413, NULL, NULL, 'Calle 8 # 19-88', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9412, 19024, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5414, 5414, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9413, 19025, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5415, 5415, NULL, NULL, 'Calle 2 # 14-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9416, 19028, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5416, 5416, NULL, NULL, 'Avenida 10 # 18-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9417, 19029, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5417, 5417, NULL, NULL, 'Avenida 8 Calle 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9414, 19026, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5418, 5418, NULL, NULL, 'Carrera 5 # 6-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9415, 19027, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5419, 5419, NULL, NULL, 'Calle 16 # 3-10-Edificio Mereb Arana 3Er Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9418, 19030, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5420, 5420, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9419, 19031, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5421, 5421, NULL, NULL, 'Calle 30 # 31-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9420, 19032, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5422, 5422, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9421, 19033, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5423, 5423, NULL, NULL, 'Carrera 25 # 4-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9422, 19034, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5424, 5424, NULL, NULL, 'Calle 14 # 10-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9288, 19035, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5425, 5425, NULL, NULL, 'Calle 19 # 3-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9289, 19036, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5426, 5426, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9290, 19038, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5427, 5427, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 4 Oficina 404', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9291, 19039, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5428, 5428, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9293, 19040, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5429, 5429, NULL, NULL, 'Calle 4 # 6-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9294, 19041, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5430, 5430, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9295, 19042, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5431, 5431, NULL, NULL, 'Carrera 5 # 5-Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9296, 19043, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5432, 5432, NULL, NULL, 'Carrera 8 # 9-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9297, 19044, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5433, 5433, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9298, 19045, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5434, 5434, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9299, 19046, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5435, 5435, NULL, NULL, 'Calle 5 # 6-29 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9300, 19047, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5436, 5436, NULL, NULL, 'Carrera 7 # 46-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9301, 19048, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5437, 5437, NULL, NULL, 'Carrera 20 # 21-70 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9302, 19049, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5438, 5438, NULL, NULL, 'Carrera 15 # 9-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8984, 19050, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5439, 5439, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8985, 19051, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5440, 5440, NULL, NULL, 'Carrera 3 # 8-06 Municipio De Ramiriquí', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8986, 19052, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5441, 5441, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8987, 19053, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5442, 5442, NULL, NULL, 'Carrera 47 # 60-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8988, 19054, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5443, 5443, NULL, NULL, 'Carrera 5 # 12-117', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8989, 19055, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5444, 5444, NULL, NULL, 'Calle 7 # 9-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8990, 19056, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5445, 5445, NULL, NULL, 'Calle 16 # 6-115', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8991, 19057, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5446, 5446, NULL, NULL, 'Carrera 7 # 4-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8992, 19058, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5447, 5447, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8993, 19059, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5448, 5448, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8995, 19060, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5449, 5449, NULL, NULL, 'Carrera 14 Calle 12 Pisos 6-7-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8996, 19061, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5450, 5450, NULL, NULL, 'Carrera 47 # 48-44/48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8997, 19063, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5451, 5451, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8868, 19064, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5452, 5452, NULL, NULL, 'Carrera 7 # 11 -91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8869, 19065, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5453, 5453, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8870, 19066, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5454, 5454, NULL, NULL, 'Carrera 8 # 5-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8871, 19067, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5455, 5455, NULL, NULL, 'Carrera 19 # 18-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8872, 19068, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5456, 5456, NULL, NULL, 'Calle 7 # 5-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8873, 19069, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5457, 5457, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8875, 19070, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5458, 5458, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8876, 19071, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5459, 5459, NULL, NULL, 'Carrera 11 # 17-53 Torre 2 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8877, 19072, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5460, 5460, NULL, NULL, 'Carrera 14 Calle100 # 13-75 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8879, 19074, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5461, 5461, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8878, 19073, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5462, 5462, NULL, NULL, 'Calle 9 # 7 -32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8880, 19075, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5463, 5463, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8881, 19076, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5464, 5464, NULL, NULL, 'Palacio De Justicia Oficina 401 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8883, 19078, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5465, 5465, NULL, NULL, 'Calle 6 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8762, 19079, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5466, 5466, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8882, 19077, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5467, 5467, NULL, NULL, 'Calle 20 # 20-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8764, 19080, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5468, 5468, NULL, NULL, 'Carrera 14 # 13-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8766, 19082, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5469, 5469, NULL, NULL, 'Calle 20 # 11-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8767, 19083, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5470, 5470, NULL, NULL, 'Calle 14 # 48-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24326, 9142, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5471, 5471, NULL, NULL, 'Calle 99 # 103-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24327, 9143, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5472, 5472, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24328, 9144, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5473, 5473, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24329, 9145, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5474, 5474, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24330, 9146, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5475, 5475, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24331, 9147, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5476, 5476, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24332, 9149, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5477, 5477, NULL, NULL, 'Calle 23 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24335, 9151, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5478, 5478, NULL, NULL, 'Avenida 4E # 7-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24334, 9150, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5479, 5479, NULL, NULL, 'Calle 39A # 5-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24336, 9152, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5480, 5480, NULL, NULL, 'Carrera 5 # Calle 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24337, 9153, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5481, 5481, NULL, NULL, 'Carrera 4 # 33-72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24338, 9154, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5482, 5482, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24339, 9155, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5483, 5483, NULL, NULL, 'Calle 30 # 6-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24220, 9156, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5484, 5484, NULL, NULL, 'Calle 2 # 4-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24221, 9157, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5485, 5485, NULL, NULL, 'Carrera 4 # 21-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24222, 9158, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5486, 5486, NULL, NULL, 'Calle 24 # 24-95', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24223, 9159, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5487, 5487, NULL, NULL, 'Calle 23 # 16-33 3 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24225, 9160, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5488, 5488, NULL, NULL, 'Calle 16B # 9-83', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24226, 9161, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5489, 5489, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24227, 9162, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5490, 5490, NULL, NULL, 'Avenida Los Libertadores # 2A-106', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8768, 19084, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5491, 5491, NULL, NULL, 'Calle 20 # 14-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8769, 19085, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5492, 5492, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8770, 19086, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5493, 5493, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8771, 19087, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5494, 5494, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18155, 30282, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5495, 5495, NULL, NULL, 'Carrera 10 # 14-33 Piso: 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8772, 19088, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5496, 5496, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8773, 19089, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5497, 5497, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8775, 19090, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5498, 5498, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8776, 19091, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5499, 5499, NULL, NULL, 'Carrera 24 # 39-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8777, 19092, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5500, 5500, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8639, 19093, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5501, 5501, NULL, NULL, 'Calle 32 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15923, 27810, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5502, 5502, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8640, 19094, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5503, 5503, NULL, NULL, 'Carrera 9 # 10-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8641, 19095, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5504, 5504, NULL, NULL, 'Carrera 7 # 14A-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8643, 19097, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5505, 5505, NULL, NULL, 'Carrera 5 # 5-73 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8644, 19098, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5506, 5506, NULL, NULL, 'Calle 10 # 10-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8642, 19096, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5507, 5507, NULL, NULL, 'Avenida 2E # 756', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8669, 19221, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5508, 5508, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9438, 19222, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5509, 5509, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9439, 19223, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5510, 5510, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9440, 19224, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5511, 5511, NULL, NULL, 'Carrera 5 # 12-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9441, 19226, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5512, 5512, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9442, 19227, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5513, 5513, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9443, 19228, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5514, 5514, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9444, 19229, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5515, 5515, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18153, 30280, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5516, 5516, NULL, NULL, 'Calle 7 # 2-86 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9446, 19231, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5517, 5517, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9447, 19232, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5518, 5518, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9448, 19233, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5519, 5519, NULL, NULL, 'Calle 13 # 15-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9449, 19234, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5520, 5520, NULL, NULL, 'Transversal 16 # 11- 85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9450, 19235, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5521, 5521, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9451, 19236, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5522, 5522, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9319, 19237, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5523, 5523, NULL, NULL, 'Carrera 15 # 6-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9320, 19238, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5524, 5524, NULL, NULL, 'Calle 14 Esqunia Carrera 11 Edificio Nacional', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9321, 19239, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5525, 5525, NULL, NULL, 'Carrera 2 # 8-90 Oficina 601', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 1652, 11, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5526, 5526, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9323, 19240, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5527, 5527, NULL, NULL, 'Carrera 52 # 51- 68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9324, 19241, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5528, 5528, NULL, NULL, 'Calle 8 # 19-88', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9325, 19242, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5529, 5529, NULL, NULL, 'Calle 5 # 4-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9326, 19243, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5530, 5530, NULL, NULL, 'Avenida 6 # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9327, 19244, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5531, 5531, NULL, NULL, 'Avenida 10 # 18-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9328, 19245, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5532, 5532, NULL, NULL, 'Calle 7 # 3-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9329, 19246, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5533, 5533, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9330, 19247, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5534, 5534, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9331, 19248, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5535, 5535, NULL, NULL, 'Calle 14 # 10-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9332, 19249, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5536, 5536, NULL, NULL, 'Calle 32 # 6-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9334, 19250, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5537, 5537, NULL, NULL, 'Calle 2 # 4-75 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9196, 19251, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5538, 5538, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 905', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9197, 19252, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5539, 5539, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9198, 19253, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5540, 5540, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9199, 19254, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5541, 5541, NULL, NULL, 'Calle 4 # 6-75, Barrio El Humilladero, Palacio De Justicia, Piso 2 , Oficina 202', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9200, 19255, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5542, 5542, NULL, NULL, 'Carrera 23 # 19-10 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9201, 19256, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5543, 5543, NULL, NULL, 'Calle 41 # 7-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9202, 19257, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5544, 5544, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9203, 19258, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5545, 5545, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9204, 19259, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5546, 5546, NULL, NULL, 'Carrera 20 # 21-70 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9206, 19260, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5547, 5547, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9207, 19261, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5548, 5548, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9092, 19158, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5549, 5549, NULL, NULL, 'Carrera 47 # 60-50 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9208, 19262, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5550, 5550, NULL, NULL, 'Calle 7 # 9-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9209, 19263, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5551, 5551, NULL, NULL, 'Calle 23 # 5-63 4 Piso Bloque A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9210, 19264, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5552, 5552, NULL, NULL, 'Carrera 14 # 12-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9211, 19265, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5553, 5553, NULL, NULL, 'Calle 3S # 8-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9095, 19266, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5554, 5554, NULL, NULL, 'Carrera 47 # 48-44/48 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9096, 19267, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5555, 5555, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9097, 19268, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5556, 5556, NULL, NULL, 'Calle 14 A # 9-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9098, 19269, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5557, 5557, NULL, NULL, 'Carrera 10 # 15-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9100, 19270, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5558, 5558, NULL, NULL, 'Carrera 21 # 20-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9101, 19271, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5559, 5559, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9102, 19272, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5560, 5560, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9103, 19273, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5561, 5561, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9104, 19274, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5562, 5562, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9105, 19275, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5563, 5563, NULL, NULL, 'Calle 9 # 7 -32 Ofi 401', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9106, 19276, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5564, 5564, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9107, 19277, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5565, 5565, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9108, 19278, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5566, 5566, NULL, NULL, 'Calle 8 # 23-49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9109, 19279, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5567, 5567, NULL, NULL, 'Calle 7 # 3-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9010, 19280, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5568, 5568, NULL, NULL, 'Avenida 15 # 4-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9011, 19281, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5569, 5569, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9860, 20092, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5570, 5570, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9751, 20093, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5571, 5571, NULL, NULL, 'Calle 22 # 20-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9752, 20094, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5572, 5572, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9753, 20095, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5573, 5573, NULL, NULL, 'Palacio De Justicia Oficina 409', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9754, 20096, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5574, 5574, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9755, 20097, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5575, 5575, NULL, NULL, 'Calle 11 # 9-24 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9756, 20098, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5576, 5576, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9757, 20099, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5578, 5578, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9761, 20101, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5579, 5579, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9762, 20102, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5580, 5580, NULL, NULL, 'Calle 32C # 10B-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9764, 20104, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5581, 5581, NULL, NULL, 'Calle 4 # 2-39 Palacio Municipal 1 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9763, 20103, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5582, 5582, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9765, 20105, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5583, 5583, NULL, NULL, 'Carrera 42 # 49-99 Oficina 201', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9766, 20106, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5584, 5584, NULL, NULL, 'Calle 5 # 1-12 Piso 3.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9675, 20107, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5585, 5585, NULL, NULL, 'Calle 20 # 9-54 Barrio La Inmaculada- Antigua Sede De La Electrifucadora Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9676, 20108, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5586, 5586, NULL, NULL, 'Carrera 7A # 19A- 90 Piso 3 (Soacha)', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9677, 20109, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5587, 5587, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9679, 20110, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5588, 5588, NULL, NULL, 'Carrera 3 # 5-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9680, 20111, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5589, 5589, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9681, 20112, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5590, 5590, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9682, 20113, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5591, 5591, NULL, NULL, 'Avenida Internacional # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9683, 20114, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5592, 5592, NULL, NULL, 'Calle 27 # 17-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9684, 20115, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5593, 5593, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9685, 20116, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5594, 5594, NULL, NULL, 'Calle 7 # 3-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9686, 20117, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5595, 5595, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9687, 20118, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5596, 5596, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9688, 20119, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5597, 5597, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9690, 20120, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5598, 5598, NULL, NULL, 'Calle 4 # 6-75, Barrio El Humilladero, Palacio De Justicia, Piso 2 , Oficina 210', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9578, 20121, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5599, 5599, NULL, NULL, 'Carrera 22 # 19-48 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9579, 20122, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5600, 5600, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9580, 20123, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5601, 5601, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9581, 20124, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5602, 5602, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9582, 20125, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5603, 5603, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9583, 20126, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5604, 5604, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9585, 20128, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5605, 5605, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9586, 20129, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5606, 5606, NULL, NULL, 'Calle 5 # 7-50 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9588, 20130, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5607, 5607, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9589, 20131, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5608, 5608, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9590, 20132, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5609, 5609, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9591, 20133, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5610, 5610, NULL, NULL, 'Carrera 14 # 14-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9592, 20134, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5611, 5611, NULL, NULL, 'Palacio De Justicia Oficina 404 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9593, 20135, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5612, 5612, NULL, NULL, 'Carrera 22 # 9-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10189, 20136, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5613, 5613, NULL, NULL, 'Carrera 17 # 4A-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10190, 20137, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5614, 5614, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11730, 23484, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5615, 5615, NULL, NULL, 'Palacio De Justicia Oficina 127T', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11869, 23485, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5616, 5616, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11870, 23486, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5617, 5617, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11871, 23487, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5618, 5618, NULL, NULL, 'Calle 14 # 7-36 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11872, 23488, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5619, 5619, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11873, 23489, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5620, 5620, NULL, NULL, 'Casa De Justicia Fabio Calderon', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11874, 23490, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5621, 5621, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11875, 23491, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5622, 5622, NULL, NULL, 'Carrera 5 # 36-133', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12348, 23492, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5623, 5623, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12349, 23493, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5624, 5624, NULL, NULL, 'Palacio De Justicia Bloque C Piso 1 Oficina 104 C', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12350, 23494, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5625, 5625, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12351, 23495, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5626, 5626, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12352, 23496, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5627, 5627, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12353, 23497, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5628, 5628, NULL, NULL, 'Calle 15 # 11-15 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12354, 23498, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5629, 5629, NULL, NULL, 'Carrera 15 # 6-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12355, 23499, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5630, 5630, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12356, 23500, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5631, 5631, NULL, NULL, 'Carrera 52 # 51-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12357, 23501, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5632, 5632, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12358, 23502, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5633, 5633, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12359, 23503, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5634, 5634, NULL, NULL, 'Carrera 5A # 10 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12360, 23504, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5635, 5635, NULL, NULL, 'Calle 27 # 4-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12361, 23505, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5636, 5636, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12228, 23506, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5637, 5637, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12229, 23507, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5638, 5638, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12230, 23508, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5639, 5639, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12231, 23509, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5640, 5640, NULL, NULL, 'Calle 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12233, 23510, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5641, 5641, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12234, 23511, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5642, 5642, NULL, NULL, 'Calle 13 # 9-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12235, 23512, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5643, 5643, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12236, 23513, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5644, 5644, NULL, NULL, 'Palacio De Justicia Oficina 110 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12237, 23515, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5645, 5645, NULL, NULL, 'Transversal 16 # 11- 85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12238, 23516, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5646, 5646, NULL, NULL, 'Carrera 17 # 4B-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12239, 23518, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5647, 5647, NULL, NULL, 'Centro, Centro Comercial Pasaje La Moneda, 2Do Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12171, 23958, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5648, 5648, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22086, 7435, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5649, 5649, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22087, 7436, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5650, 5650, NULL, NULL, 'Diagonal 62 Sur # 20 F-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22088, 7437, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5651, 5651, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22089, 7438, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5652, 5652, NULL, NULL, 'Calle 4A Sur # 73B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22090, 7439, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5653, 5653, NULL, NULL, 'Diagonal 26M # 73-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22092, 7440, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5654, 5654, NULL, NULL, 'Carrera 57 # 31 C-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21968, 7442, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5655, 5655, NULL, NULL, 'Calle 16 # 12-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21969, 7443, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5656, 5656, NULL, NULL, 'Carrera 43 # 38SUR-42 Palacio De Justicia Alvaro Medina Ochoa', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21970, 7444, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5657, 5657, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21971, 7445, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5658, 5658, NULL, NULL, 'Calle 39A # 5-83', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21972, 7446, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5659, 5659, NULL, NULL, 'Carrera 52A # 74-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21973, 7447, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5660, 5660, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21974, 7448, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5661, 5661, NULL, NULL, 'Carrera 7 # 6-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21975, 7450, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5662, 5662, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21976, 7451, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5663, 5663, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21977, 7452, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5664, 5664, NULL, NULL, 'Carrera 10 # 18-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21978, 7453, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5665, 5665, NULL, NULL, 'Carrera 2 # 4-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21979, 7454, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5666, 5666, NULL, NULL, 'Carrera 15 # 21-70', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21980, 7455, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5667, 5667, NULL, NULL, 'Avenida 14 # 24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21981, 7456, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5668, 5668, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22642, 7457, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5669, 5669, NULL, NULL, 'Carrera 3 # 59-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22643, 7458, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5670, 5670, NULL, NULL, 'Calle 20 # 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22644, 7459, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5671, 5671, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22645, 7460, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5672, 5672, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22646, 7461, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5673, 5673, NULL, NULL, 'Calle 16 # 9-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22647, 7462, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5674, 5674, NULL, NULL, 'Calle 5 # 10-92', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12180, 23966, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5675, 5675, NULL, NULL, 'Calle 108 # 99-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12181, 23967, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5676, 5676, NULL, NULL, 'Calle 21 # 21-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12059, 23968, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5677, 5677, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12060, 23969, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5678, 5678, NULL, NULL, 'Palacio De Justicia Oficina 202T', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12062, 23970, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5679, 5679, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12063, 23971, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5680, 5680, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12064, 23972, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5681, 5681, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12065, 23973, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5682, 5682, NULL, NULL, 'Calle 14 # 7-36 Piso 18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12066, 23974, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5683, 5683, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12067, 23975, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5684, 5684, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12068, 23976, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5685, 5685, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12069, 23977, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5686, 5686, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12070, 23978, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5687, 5687, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12071, 23979, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5688, 5688, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12073, 23980, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5689, 5689, NULL, NULL, 'Calle 7 # 5-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12074, 23981, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5690, 5690, NULL, NULL, 'Calle 7 # 10B-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11935, 23982, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5691, 5691, NULL, NULL, 'Edificio Palacio Nacional Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11936, 23983, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5692, 5692, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11937, 23984, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5693, 5693, NULL, NULL, 'Calle 4 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11938, 23985, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5694, 5694, NULL, NULL, 'Carrera 43 # 38 SUR-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11939, 23986, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5695, 5695, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11940, 23987, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5696, 5696, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11941, 23988, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5697, 5697, NULL, NULL, 'Carrera 10B # 5-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11942, 23989, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5698, 5698, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11944, 23990, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5699, 5699, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11945, 23991, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5700, 5700, NULL, NULL, 'Calle 14 Esqunia Carrera 11 Edificio Nacional', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11946, 23992, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5701, 5701, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11947, 23993, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5702, 5702, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11948, 23994, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5703, 5703, NULL, NULL, 'Carrera 52 # 51-40 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11949, 23995, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5704, 5704, NULL, NULL, 'Carrera 23 # 21-48 Palacio De Justicia Fanny Go´Nzález Franco', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11950, 23996, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5705, 5705, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12740, 23997, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5706, 5706, NULL, NULL, 'Carrera 5 # Calle 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12741, 23998, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5707, 5707, NULL, NULL, 'Calle 24 # 13-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12742, 23999, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5708, 5708, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12745, 24000, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5709, 5709, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 3 Oficina 304', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12746, 24001, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5710, 5710, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12747, 24002, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5711, 5711, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12748, 24003, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5712, 5712, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12749, 24004, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5713, 5713, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12750, 24005, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5714, 5714, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12751, 24006, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5715, 5715, NULL, NULL, 'Carrera 9 Calle 6 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12752, 24007, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5716, 5716, NULL, NULL, 'Carrera 20 # 21-70 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12753, 24008, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5717, 5717, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12754, 24009, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5718, 5718, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12649, 24010, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5719, 5719, NULL, NULL, 'Carrera 47 # 60-50 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12650, 24011, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5720, 5720, NULL, NULL, 'Calle 7 # 9-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12651, 24012, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5721, 5721, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12652, 24013, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5722, 5722, NULL, NULL, 'Calle 7 # 9-110', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12653, 24014, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5723, 5723, NULL, NULL, 'Carrera 47 # 48-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12654, 24016, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5724, 5724, NULL, NULL, 'Calle 23 # 18-50 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12655, 24017, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5725, 5725, NULL, NULL, 'Calle 15 # 10-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12656, 24018, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5726, 5726, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12657, 24019, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5727, 5727, NULL, NULL, 'Calle Mosquera, Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12659, 24020, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5728, 5728, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12660, 24021, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5729, 5729, NULL, NULL, 'Carrera 14 Calle100 # 13-75 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12661, 24022, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5730, 5730, NULL, NULL, 'Calle 15 # 5-06 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12662, 24023, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5731, 5731, NULL, NULL, 'Palacio De Justicia Oficina 312 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12526, 24024, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5732, 5732, NULL, NULL, 'Calle 7 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12527, 24025, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5733, 5733, NULL, NULL, 'Calle 6 # 17- 60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12528, 24026, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5734, 5734, NULL, NULL, 'NO REPORTA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12172, 23959, 'LUNES A VIERNES DE 8:00 A.M. A 12:00 M. Y DE 1:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5735, 5735, NULL, NULL, 'CARRERA 29 # 33 B-79 OFICINA 212 PALACIO DE JUSTICIA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12174, 23960, 'LUNES - VIERNES 8:00 A.M - 12:00M Y 2:00 P.M A 6:00 P.M'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5736, 5736, NULL, NULL, 'Calle 21 # 21-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23404, 7985, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5737, 5737, NULL, NULL, 'Palacio De Justicia Oficina 208', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23405, 7986, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5738, 5738, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23406, 7987, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5739, 5739, NULL, NULL, 'Calle 14 # 7-36 Piso 15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23407, 7988, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5740, 5740, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23408, 7989, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5741, 5741, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23410, 7990, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5742, 5742, NULL, NULL, 'Calle 12 # 5-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23411, 7991, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5743, 5743, NULL, NULL, 'Calle 4E # 7-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23412, 7993, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5745, 5745, NULL, NULL, 'Calle 39A # 5-83', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23414, 7995, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5746, 5746, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23415, 7996, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5747, 5747, NULL, NULL, 'Carrera 5 # Calle 10 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23287, 7998, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5748, 5748, NULL, NULL, 'Calle 32 # 6-7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23288, 7999, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5749, 5749, NULL, NULL, 'Carrera 7 # 6-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23292, 8000, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5750, 5750, NULL, NULL, 'Carrera 23 # 18-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23293, 8001, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5751, 5751, NULL, NULL, 'Carrera 10 # 18-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23294, 8002, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5752, 5752, NULL, NULL, 'Calle 3 # 3-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23295, 8003, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5753, 5753, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23296, 8004, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5754, 5754, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23297, 8005, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5755, 5755, NULL, NULL, 'Avenida Providencia # 1A-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23298, 8006, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5756, 5756, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23299, 8007, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5757, 5757, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23300, 8008, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5758, 5758, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23301, 8009, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5759, 5759, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23169, 8010, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5760, 5760, NULL, NULL, 'Carrera 36 # 33 A-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23170, 8011, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5761, 5761, NULL, NULL, 'Calle 11 # 18-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23171, 8012, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5762, 5762, NULL, NULL, 'Carrera 52 # 42-73 Piso 21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12201, 24186, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5763, 5763, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12202, 24187, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5764, 5764, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12203, 24188, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5765, 5765, NULL, NULL, 'Palacio De Justicia Oficina 207', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12204, 24189, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5766, 5766, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12206, 24190, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5767, 5767, NULL, NULL, 'Calle 31 # 6-24 Piso: 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12207, 24191, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5768, 5768, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12208, 24192, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5769, 5769, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12209, 24193, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5770, 5770, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12210, 24194, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5771, 5771, NULL, NULL, 'Carrera 10B # 32C-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15922, 27809, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5772, 5772, NULL, NULL, 'Calle 31 # 6-24 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12212, 24196, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5773, 5773, NULL, NULL, 'Avenida 2A Este # 756', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12211, 24195, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5774, 5774, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12213, 24197, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5775, 5775, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12091, 24198, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5776, 5776, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12092, 24199, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5777, 5777, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12095, 24200, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5778, 5778, NULL, NULL, 'Carrera 7A # 5-49 Edificio Ana Maria', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12097, 24202, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5779, 5779, NULL, NULL, 'Calle 27 # 2 -06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12098, 24203, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5780, 5780, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12099, 24204, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5781, 5781, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12100, 24205, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5782, 5782, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12101, 24206, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5783, 5783, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12102, 24207, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5784, 5784, NULL, NULL, 'Calle 10 # 26-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12103, 24208, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5785, 5785, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12104, 24209, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5786, 5786, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12106, 24210, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5787, 5787, NULL, NULL, 'Calle 22 # 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11967, 24211, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5788, 5788, NULL, NULL, 'Calle 5 # 7-50 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11968, 24212, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5789, 5789, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11969, 24213, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5790, 5790, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11970, 24214, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5791, 5791, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11971, 24215, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5792, 5792, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11972, 24216, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5793, 5793, NULL, NULL, 'Palacio De Justicia Oficina 305 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11973, 24217, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5794, 5794, NULL, NULL, 'Calle 7 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11977, 24220, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5795, 5795, NULL, NULL, 'Calle 16 # 20-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14288, 25327, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5796, 5796, NULL, NULL, 'Calle 5 # 22-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14289, 25328, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5797, 5797, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14290, 25329, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5798, 5798, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14294, 25332, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5799, 5799, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14295, 25333, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5800, 5800, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14296, 25334, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5801, 5801, NULL, NULL, 'Carrera 17 # 57-191', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14160, 25335, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5802, 5802, NULL, NULL, 'Calle 17 # 7A-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14161, 25336, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5803, 5803, NULL, NULL, 'Calle 13 # 1-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14162, 25337, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5804, 5804, NULL, NULL, 'Avenida 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14163, 25338, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5805, 5805, NULL, NULL, 'Calle 15 # 11-15 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14164, 25339, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5806, 5806, NULL, NULL, 'Calle 7 # 7-60 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14166, 25340, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5807, 5807, NULL, NULL, 'Calle 39A # 5-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14167, 25341, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5808, 5808, NULL, NULL, 'Calle 27 # 17-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14168, 25342, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5809, 5809, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14169, 25343, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5810, 5810, NULL, NULL, 'Calle 14 # 10-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14170, 25344, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5811, 5811, NULL, NULL, 'Calle 32 # 6-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14171, 25345, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5812, 5812, NULL, NULL, 'Calle 11 # 2-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14173, 25347, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5813, 5813, NULL, NULL, 'Carrera 20 # 7-06 Parque Bolivar', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14174, 25348, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5814, 5814, NULL, NULL, 'Carrera 7A # 30-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14175, 25349, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5815, 5815, NULL, NULL, 'Calle 5A # 1-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13941, 25350, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5816, 5816, NULL, NULL, 'Calle 32 # 6-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13942, 25351, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5817, 5817, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13943, 25352, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5818, 5818, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13944, 25353, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5819, 5819, NULL, NULL, 'Calle 23 # 18-50 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13945, 25354, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5820, 5820, NULL, NULL, 'Calle 12 # 8-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13946, 25355, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5821, 5821, NULL, NULL, 'Calle 19 # 8-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13947, 25356, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5822, 5822, NULL, NULL, 'Calle 16 # 9-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13948, 25357, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5823, 5823, NULL, NULL, 'Calle 33B # 29-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13949, 25358, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5824, 5824, NULL, NULL, 'Calle 11 # 18-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13950, 25359, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5825, 5825, NULL, NULL, 'Carrera 17 # 6B-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13952, 25360, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5826, 5826, NULL, NULL, 'Palacio De Justicia Oficina 205', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11978, 24221, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5827, 5827, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11979, 24222, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5828, 5828, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11980, 24223, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5829, 5829, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11981, 24224, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5830, 5830, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11982, 24225, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5831, 5831, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12770, 24226, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5832, 5832, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12771, 24227, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5833, 5833, NULL, NULL, 'Carrera 15 # 6-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12772, 24229, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5834, 5834, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 19106, 33, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5835, 5835, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12774, 24230, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5836, 5836, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12775, 24231, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5837, 5837, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12776, 24232, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5838, 5838, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12777, 24233, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5839, 5839, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12778, 24234, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5840, 5840, NULL, NULL, 'Carrera 47 # 60-50 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12780, 24236, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5841, 5841, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12781, 24237, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5842, 5842, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12782, 24238, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5843, 5843, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12783, 24239, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5844, 5844, NULL, NULL, 'Avenida Carrera 1 # 10-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12677, 24240, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5845, 5845, NULL, NULL, 'Calle 49A # 50-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12678, 24241, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5846, 5846, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12679, 24242, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5847, 5847, NULL, NULL, 'Calle 108 # 99-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12680, 24243, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5848, 5848, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12681, 24244, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5849, 5849, NULL, NULL, 'Avenida Hell Gate # 2-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12682, 24245, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5850, 5850, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12683, 24246, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5851, 5851, NULL, NULL, 'Calle 49 # 54 33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12684, 24247, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5852, 5852, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12685, 24248, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5853, 5853, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12686, 24249, 'Lunes a Viernes De 8:00 a.m. a 12:00 m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5854, 5854, NULL, NULL, 'Carrera 24 # 39-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12688, 24250, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5855, 5855, NULL, NULL, 'Calle 131S # 49-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12689, 24251, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5856, 5856, NULL, NULL, 'Carrera 11A # 11A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12691, 24253, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5857, 5857, NULL, NULL, 'Carrera 5 # 12-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12692, 24254, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5858, 5858, NULL, NULL, 'Calle 19A # 11-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12557, 24255, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5859, 5859, NULL, NULL, 'Calle 12 # 11-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12558, 24256, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5860, 5860, NULL, NULL, 'Calle 10 # 8-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12559, 24257, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5861, 5861, NULL, NULL, 'Carrera 8 Calle 11 Esquina Palacio Municipal Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12560, 24258, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5862, 5862, NULL, NULL, 'Carrera 7 # 14-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12561, 24259, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5863, 5863, NULL, NULL, 'Calle 7 # 5-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12563, 24260, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5864, 5864, NULL, NULL, 'Carrera 5 # 5-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12564, 24261, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5865, 5865, NULL, NULL, 'Calle 7 # 10B-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12565, 24262, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5866, 5866, NULL, NULL, 'Calle 4 # 2-30 Palacio Municipal 3 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12690, 24252, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5867, 5867, NULL, NULL, 'Palacio De Justicia Bloque B Piso 2 Oficina 202 B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12566, 24263, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5868, 5868, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12567, 24264, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5869, 5869, NULL, NULL, 'Calle 4 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12568, 24265, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5870, 5870, NULL, NULL, 'Carrera 14 # 11-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12569, 24266, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5871, 5871, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12570, 24267, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5872, 5872, NULL, NULL, 'Calle 5 # 1-12 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12571, 24268, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5873, 5873, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12572, 24269, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5874, 5874, NULL, NULL, 'Edificio Nueva Cede Judicial', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12453, 24271, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5875, 5875, NULL, NULL, 'Calle 3 # 4-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12454, 24272, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5876, 5876, NULL, NULL, 'Carrera 10 # 5B- 52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12455, 24273, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5877, 5877, NULL, NULL, 'Avenida 11 # 14-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12456, 24274, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5878, 5878, NULL, NULL, 'Transversal 16 # 11- 85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12457, 24275, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5879, 5879, NULL, NULL, 'Carrera 4 # 3-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12458, 24276, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5880, 5880, NULL, NULL, 'Calle 8 # 9-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12459, 24277, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5881, 5881, NULL, NULL, 'Calle 16 # 12-08. Pisos 1 Y 2.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12460, 24278, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5882, 5882, NULL, NULL, 'Calle 24 # 15-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12461, 24279, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5883, 5883, NULL, NULL, 'Calle 9 # 5-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12463, 24280, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5884, 5884, NULL, NULL, 'Carrera 6 # 8-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12464, 24281, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5885, 5885, NULL, NULL, 'Calle 14 Esqunia Carrera 11 Edificio Nacional', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12465, 24282, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5886, 5886, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12466, 24283, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5887, 5887, NULL, NULL, 'Calle 23 # 8-6 Palacio De Justicia Barrio Cubis', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12332, 24284, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5888, 5888, NULL, NULL, 'Carrera 52 # 51-68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12333, 24285, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5889, 5889, NULL, NULL, 'Carrera 22 # 19-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12334, 24286, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5890, 5890, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12335, 24287, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5891, 5891, NULL, NULL, 'Calle 8 # 19-88', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12336, 24288, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5892, 5892, NULL, NULL, 'Carrera 1 # 11-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12337, 24289, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5893, 5893, NULL, NULL, 'Calle 2 # 4-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12341, 24292, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5894, 5894, NULL, NULL, 'Avenida 8 Calle 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12339, 24290, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5895, 5895, NULL, NULL, 'Carrera 5 # 6-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12340, 24291, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5896, 5896, NULL, NULL, 'Calle 16 # 3 -10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12342, 24293, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5897, 5897, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12343, 24294, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5898, 5898, NULL, NULL, 'Calle 30 # 31-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12344, 24295, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5899, 5899, NULL, NULL, 'Carrera 25 # 4-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12345, 24296, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5900, 5900, NULL, NULL, 'Carrera 7A # 5-49 Edificio Ana Maria', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12346, 24297, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5901, 5901, NULL, NULL, 'Calle 19 # 3-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12347, 24298, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5902, 5902, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12214, 24299, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5903, 5903, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 2 Oficina 201', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12216, 24300, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5904, 5904, NULL, NULL, 'Calle 4 # 6-75, Barrio El Humilladero, Palacio De Justicia, Piso 3 , Oficina 304', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12217, 24301, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5905, 5905, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12218, 24302, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5906, 5906, NULL, NULL, 'Carrera 5 # 4-46 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12219, 24303, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5907, 5907, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12220, 24304, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5908, 5908, NULL, NULL, 'Calle 5 # 6-29 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12221, 24305, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5909, 5909, NULL, NULL, 'Carrera 20 # 21-70 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12222, 24307, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5910, 5910, NULL, NULL, 'Carrera 15 # 9-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12223, 24308, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5911, 5911, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12224, 24309, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5912, 5912, NULL, NULL, 'Calle 7 # 4-81', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12226, 24310, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5913, 5913, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12227, 24311, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5914, 5914, NULL, NULL, 'Carrera 5 # 12-117', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12107, 24312, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5915, 5915, NULL, NULL, 'Calle 7 # 9-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12108, 24313, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5916, 5916, NULL, NULL, 'Carrera 7 # 15-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12109, 24314, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5917, 5917, NULL, NULL, 'Carrera 7 # 4-17 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12110, 24315, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5918, 5918, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12111, 24316, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5919, 5919, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12112, 24317, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5920, 5920, NULL, NULL, 'Carrera 14 # 12 Carrera 14 Calle 12 Esquina 5 Piso Juzgado Penal Del Circuito', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12113, 24318, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5921, 5921, NULL, NULL, 'Calle 3 # 8-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12114, 24319, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5922, 5922, NULL, NULL, 'Carrera 22 # 18-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12116, 24320, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5923, 5923, NULL, NULL, 'Carrera 47 # 48-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12117, 24321, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5924, 5924, NULL, NULL, 'Calle 22 # 16-40 4 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12118, 24322, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5925, 5925, NULL, NULL, 'Carrera 7 # 19A- 90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12120, 24324, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5926, 5926, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12121, 24325, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5927, 5927, NULL, NULL, 'Carrera 10 # 15-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12122, 24326, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5928, 5928, NULL, NULL, 'Calle 20 # 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11983, 24327, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5929, 5929, NULL, NULL, 'Carrera 6 # 6-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11984, 24328, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5930, 5930, NULL, NULL, 'Calle 26 Carrera 27 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11985, 24329, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5931, 5931, NULL, NULL, 'Calle Mosquera, Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11987, 24330, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5932, 5932, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11988, 24331, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5933, 5933, NULL, NULL, 'Carrera 14 Calle100 # 13-75 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11990, 24333, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5934, 5934, NULL, NULL, 'Carrera 13 # 16-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11989, 24332, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5935, 5935, NULL, NULL, 'Calle 9 # 7 -32 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11991, 24334, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5936, 5936, NULL, NULL, 'Palacio De Justicia Oficina 305 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11993, 24336, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5937, 5937, NULL, NULL, 'Calle 6 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11994, 24337, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5938, 5938, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11992, 24335, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5939, 5939, NULL, NULL, 'Palacio Municipal Of 404', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11995, 24338, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5940, 5940, NULL, NULL, 'Calle 7 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11996, 24339, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5941, 5941, NULL, NULL, 'Calle 6 # 4-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11998, 24340, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5942, 5942, NULL, NULL, 'Calle 52 # 43-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12785, 24342, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5943, 5943, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12786, 24343, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5944, 5944, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12787, 24344, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5945, 5945, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12788, 24345, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5946, 5946, NULL, NULL, 'Avenida 4E # 7-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12789, 24346, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5947, 5947, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12790, 24347, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5948, 5948, NULL, NULL, 'Calle 30 # 6-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12791, 24348, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5949, 5949, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12792, 24349, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5950, 5950, NULL, NULL, 'Palacio De Justicia Oficina 202', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12794, 24350, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5951, 5951, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12795, 24351, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5952, 5952, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12796, 24352, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5953, 5953, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12797, 24353, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5954, 5954, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12798, 24355, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5955, 5955, NULL, NULL, 'Calle 23 # 29-9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12573, 24356, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5956, 5956, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12574, 24357, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5957, 5957, NULL, NULL, 'Carrera 7 A # 19 A-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12575, 24358, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5958, 5958, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12576, 24359, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5959, 5959, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12578, 24360, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5960, 5960, NULL, NULL, 'Palacio De Justicia Oficina 307', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12579, 24361, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5961, 5961, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12580, 24362, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5962, 5962, NULL, NULL, 'Calle 16 # 7-39 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12581, 24363, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5963, 5963, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12582, 24364, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5964, 5964, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12583, 24365, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5965, 5965, NULL, NULL, 'Carrera 43 # 38SUR-42 Palacio De Justicia Alvaro Medina Ochoa', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18159, 30286, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5966, 5966, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12584, 24366, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5967, 5967, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12585, 24367, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5968, 5968, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12586, 24368, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5969, 5969, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12587, 24369, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5970, 5970, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12807, 24370, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5971, 5971, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12808, 24371, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5972, 5972, NULL, NULL, 'Carrera 47 # 60-50 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12809, 24372, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5973, 5973, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12810, 24373, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5974, 5974, NULL, NULL, 'Calle 33B # 29-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12811, 24374, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5975, 5975, NULL, NULL, 'Carrera 17 # 4A-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12812, 24375, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5976, 5976, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12813, 24376, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5977, 5977, NULL, NULL, 'Calle 47 # 48-51 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18156, 30283, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5978, 5978, NULL, NULL, 'Calle 9 # 2-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12814, 24377, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5979, 5979, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12815, 24378, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5980, 5980, NULL, NULL, 'Carrera 24 # 39-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12816, 24379, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5981, 5981, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12818, 24380, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5982, 5982, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15921, 27808, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5983, 5983, NULL, NULL, 'Calle 10 # 8-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12819, 24381, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5984, 5984, NULL, NULL, 'Carrera 7 # 14A-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12820, 24382, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5985, 5985, NULL, NULL, 'Carrera 5 # 5-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12821, 24383, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5986, 5986, NULL, NULL, 'Avenida 10 # 17-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12822, 24384, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5987, 5987, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12799, 24385, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5988, 5988, NULL, NULL, 'Carrera 6 # 10-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12800, 24386, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5989, 5989, NULL, NULL, 'Calle 5 # 1-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12801, 24387, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5990, 5990, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12802, 24388, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5991, 5991, NULL, NULL, 'Calle 15 # 11-15 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12803, 24389, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5992, 5992, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12805, 24390, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5993, 5993, NULL, NULL, 'Calle 16 # 12-08. Pisos 1 Y 2.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12806, 24391, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5994, 5994, NULL, NULL, 'Calle 7 # 15-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18157, 30284, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5995, 5995, NULL, NULL, 'Calle 14 # 11-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12823, 24392, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5996, 5996, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12824, 24393, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5997, 5997, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12825, 24394, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5998, 5998, NULL, NULL, 'Carrera 52 # 51-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18158, 30285, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (5999, 5999, NULL, NULL, 'Calle 8 # 19-88', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12826, 24395, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6000, 6000, NULL, NULL, 'Calle 5 # 4-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12827, 24396, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6001, 6001, NULL, NULL, 'Avenida 6 # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12828, 24397, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6002, 6002, NULL, NULL, 'Avenida 10 # 17-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12829, 24398, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6003, 6003, NULL, NULL, 'Calle 7 # 3-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12830, 24399, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6004, 6004, NULL, NULL, 'Calle 14 # 10-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12833, 24400, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6005, 6005, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12834, 24401, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6006, 6006, NULL, NULL, 'Calle 2 # 4-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12835, 24402, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6007, 6007, NULL, NULL, 'Carrera 12 # 12-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12836, 24403, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6008, 6008, NULL, NULL, 'Calle4 # 6- 75 Of 203A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12837, 24404, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6009, 6009, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12838, 24405, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6010, 6010, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11672, 22909, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6011, 6011, NULL, NULL, 'Carrera 20 # 21-70 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13595, 24406, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6012, 6012, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13596, 24407, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6013, 6013, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9091, 19157, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6014, 6014, NULL, NULL, 'Calle 7 # 9-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13597, 24408, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6015, 6015, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13598, 24409, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6016, 6016, NULL, NULL, 'Carrera Calle 12 Esquina # 5 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13600, 24410, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6017, 6017, NULL, NULL, 'Calle 3 # 8-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13601, 24411, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6018, 6018, NULL, NULL, 'Carrera 47 # 48-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13602, 24412, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6019, 6019, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13603, 24413, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6020, 6020, NULL, NULL, 'Carrera 10 # 15-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13604, 24414, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6021, 6021, NULL, NULL, 'Carrera 21 # 20-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13605, 24415, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6022, 6022, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13606, 24416, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6023, 6023, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13607, 24417, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6024, 6024, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13608, 24418, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6025, 6025, NULL, NULL, 'Carrera 13 # 16-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13609, 24419, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6026, 6026, NULL, NULL, 'Carrera 8 # 6-73 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13480, 24420, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6027, 6027, NULL, NULL, 'Calle 7 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13481, 24421, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6028, 6028, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13482, 24422, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6029, 6029, NULL, NULL, 'Calle 11 # 9-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13484, 24425, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6030, 6030, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13485, 24426, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6031, 6031, NULL, NULL, 'Carrera 7 A # 19 A-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13486, 24428, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6032, 6032, NULL, NULL, 'Calle 16 # 20-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13953, 25361, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6033, 6033, NULL, NULL, 'Calle 5 # 22-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13955, 25363, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6034, 6034, NULL, NULL, 'Calle 45 # 44-94', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13833, 25364, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6035, 6035, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13834, 25365, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6036, 6036, NULL, NULL, 'Carrera 12 # 6-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13835, 25366, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6037, 6037, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13836, 25367, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6038, 6038, NULL, NULL, 'Carrera 17 # 57-191', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13837, 25368, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6039, 6039, NULL, NULL, 'Calle 13 # 1-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13838, 25369, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6040, 6040, NULL, NULL, 'Calle 27 # 18-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13840, 25370, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6041, 6041, NULL, NULL, 'Calle 47A # 83-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13841, 25371, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6042, 6042, NULL, NULL, 'Calle 32 # 6-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13842, 25372, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6043, 6043, NULL, NULL, 'Calle 11 # 2-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13843, 25373, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6044, 6044, NULL, NULL, 'Calle 29 # 28-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13844, 25374, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6045, 6045, NULL, NULL, 'Carrera 20 # 7-06 Parque Bolivar', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13845, 25375, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6046, 6046, NULL, NULL, 'Carrera 7A # 30-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13846, 25376, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6047, 6047, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13847, 25377, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6048, 6048, NULL, NULL, 'Calle 32 # 6-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13848, 25378, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6049, 6049, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14531, 25379, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6050, 6050, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14533, 25380, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6051, 6051, NULL, NULL, 'Calle 23 # 16-33 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14534, 25381, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6052, 6052, NULL, NULL, 'Carrera 11 # 10-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14535, 25382, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6053, 6053, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14536, 25383, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6054, 6054, NULL, NULL, 'Calle 19 # 8-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14537, 25384, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6055, 6055, NULL, NULL, 'Calle 33B # 29-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14538, 25386, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6056, 6056, NULL, NULL, 'Calle 11 # 18-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14539, 25387, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6057, 6057, NULL, NULL, 'Calle 13 Con Carrera 14 Esquina Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12240, 23519, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6058, 6058, NULL, NULL, 'Calle 5 # 10-92', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11999, 23520, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6059, 6059, NULL, NULL, 'Calle 51 # 51-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12000, 23521, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6060, 6060, NULL, NULL, 'Carrera 51 # 48-66/72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12001, 23522, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6061, 6061, NULL, NULL, 'Carrera 4 # 13-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12002, 23523, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6062, 6062, NULL, NULL, 'Calle 108 # 98-42 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12003, 23524, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6063, 6063, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12004, 23525, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6064, 6064, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12005, 23526, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6065, 6065, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12006, 23527, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6066, 6066, NULL, NULL, 'Calle 2-Entre Carreras 8 Y 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12007, 23528, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6067, 6067, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12008, 23529, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6068, 6068, NULL, NULL, 'Carrera 4 # 4-60 -Barrio Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12009, 23530, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6069, 6069, NULL, NULL, 'Calle 51 # 48-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12010, 23531, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6070, 6070, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12012, 23533, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6071, 6071, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12013, 23534, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6072, 6072, NULL, NULL, 'Carrera 5 # 10-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11876, 23535, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6073, 6073, NULL, NULL, 'Calle 24 # 45-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11878, 23537, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6074, 6074, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11879, 23538, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6075, 6075, NULL, NULL, 'Calle 19A # 11-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11880, 23539, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6076, 6076, NULL, NULL, 'Calle 12 # 11-14 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11882, 23540, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6077, 6077, NULL, NULL, 'Carrera 8 # 8-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11883, 23541, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6078, 6078, NULL, NULL, 'Carrera 8 Calle 11 Esquina Palacio Municipal Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11884, 23542, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6079, 6079, NULL, NULL, 'Calle 15 # 09-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11885, 23543, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6080, 6080, NULL, NULL, 'Calle 7 # 5-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11886, 23544, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6081, 6081, NULL, NULL, 'Carrera 5 # 5-73 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11887, 23545, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6082, 6082, NULL, NULL, 'Avenida Ferro Carril Calle 19 # 17-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11889, 23547, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6083, 6083, NULL, NULL, 'Calle 7 # 10B-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11888, 23546, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6084, 6084, NULL, NULL, 'Carrera 20 # 17A-12 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11890, 23548, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6085, 6085, NULL, NULL, 'Carrera 28 # 26-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11891, 23549, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6086, 6086, NULL, NULL, 'Calle 2 # 4-14/16 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11877, 23536, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6087, 6087, NULL, NULL, 'Carrera 46D # 50-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12589, 23550, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6088, 6088, NULL, NULL, 'Calle 4 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12590, 23551, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6089, 6089, NULL, NULL, 'Carrera 42 # 49-99 Oficina 201', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12591, 23552, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6090, 6090, NULL, NULL, 'Carrera 6 # 10-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12592, 23553, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6091, 6091, NULL, NULL, 'Carrera 2 # 1-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12593, 23554, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6092, 6092, NULL, NULL, 'Edificio Nueva Cede Judicial Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12594, 23555, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6093, 6093, NULL, NULL, 'Calle 3 # 4-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12596, 23557, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6094, 6094, NULL, NULL, 'Calle 30 # 31-38 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12597, 23558, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6095, 6095, NULL, NULL, 'Carrera 10B # 5-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12598, 23559, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6096, 6096, NULL, NULL, 'Calle 5 # 3 -21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12599, 23560, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6097, 6097, NULL, NULL, 'Carrera 10 # 8A-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12600, 23561, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6098, 6098, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12601, 23562, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6099, 6099, NULL, NULL, 'Carrera 10 # 37-39 Oficina 204', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12602, 23563, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6100, 6100, NULL, NULL, 'Carrera 15 # 24-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12467, 23564, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6101, 6101, NULL, NULL, 'Carrera 5 # 6-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12468, 23565, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6102, 6102, NULL, NULL, 'Carrera 8 # 8-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12469, 23566, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6103, 6103, NULL, NULL, 'Carrera 2 # 5-55 Barrio La Esperanza', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12470, 23567, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6104, 6104, NULL, NULL, 'Carrera 11 # 14-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12471, 23568, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6105, 6105, NULL, NULL, 'Calle 26 A # 11-15 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12472, 23569, 'Lunes a Viernes De 7:00 a.m. a 12:00 m. Y De 1:00 p.m. a 4:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6106, 6106, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12474, 23570, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6107, 6107, NULL, NULL, 'Calle 23 # 8-6 Palacio De Justicia Barrio Cubis', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12475, 23571, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6108, 6108, NULL, NULL, 'Calle 20 # 19-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12476, 23572, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6109, 6109, NULL, NULL, 'Calle 6 # 4-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12479, 23575, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6110, 6110, NULL, NULL, 'Carrera 22 # 18 39 Oficina 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12480, 23576, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6111, 6111, NULL, NULL, 'Carrera 6 # 6- 04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12481, 23577, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6112, 6112, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12482, 23578, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6113, 6113, NULL, NULL, 'Calle 8 # 19-88', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12362, 23579, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6114, 6114, NULL, NULL, 'Carrera 4 # 4-45. Edificio Nuevo De La Alcaldía.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12364, 23580, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6115, 6115, NULL, NULL, 'Calle 5 # 4-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12365, 23581, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6116, 6116, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12366, 23582, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6117, 6117, NULL, NULL, 'Carrera 6 # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12368, 23584, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6118, 6118, NULL, NULL, 'Calle 2 # 14-32 Piso 2 Barrio Remolino Edificio Maria Velen', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12370, 23586, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6119, 6119, NULL, NULL, 'Carrera 10 17 # 24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12371, 23587, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6120, 6120, NULL, NULL, 'Avenida 8 Calle 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12367, 23583, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6121, 6121, NULL, NULL, 'Carrera 5 # 6-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12369, 23585, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6122, 6122, NULL, NULL, 'Transversal 3A # 15 -71- Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12372, 23588, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6123, 6123, NULL, NULL, 'Carrera 10 # 15-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12373, 23589, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6124, 6124, NULL, NULL, 'Calle 4 # 4- 18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12376, 23592, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6125, 6125, NULL, NULL, 'Calle 30 # 31-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12241, 23593, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6126, 6126, NULL, NULL, 'Carrera 25 # 4-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12242, 23594, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6127, 6127, NULL, NULL, 'Calle 04 # 8-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12243, 23595, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6128, 6128, NULL, NULL, 'Frente Al Hospital Departamental Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12244, 23596, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6129, 6129, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12245, 23597, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6130, 6130, NULL, NULL, 'Calle 17 # 3-140', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12246, 23598, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6131, 6131, NULL, NULL, 'Carrera 9 Con Calle 16 Esquina Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12247, 23599, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6132, 6132, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12374, 23590, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6133, 6133, NULL, NULL, 'Carrera 12 # 12-43 Palacio Justicia Barrio El Tamaco', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12250, 23600, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6134, 6134, NULL, NULL, 'Carrera 8 # 2A-15B La Candelaria', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12251, 23601, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6135, 6135, NULL, NULL, 'Calle 9 # 21- 23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12252, 23602, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6136, 6136, NULL, NULL, 'Carrera 29 # 23-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12253, 23603, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6137, 6137, NULL, NULL, 'Calle 4 # 6-75, Barrio El Humilladero, Palacio De Justicia, Piso 2 , Oficina 202', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12254, 23604, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6138, 6138, NULL, NULL, 'Carrera 3 # 5-46 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12255, 23605, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6139, 6139, NULL, NULL, 'Calle 7 # 10-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12256, 23606, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6140, 6140, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12123, 23607, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6141, 6141, NULL, NULL, 'Calle 18 # 9-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12124, 23609, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6142, 6142, NULL, NULL, 'Calle 3 # 12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12126, 23610, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6143, 6143, NULL, NULL, 'Carrera 20 # 12-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12127, 23611, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6144, 6144, NULL, NULL, 'Calle 54 # 6-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12128, 23612, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6145, 6145, NULL, NULL, 'Calle 11 # 3A 16 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12129, 23613, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6146, 6146, NULL, NULL, 'Carrera 18 # 1-39 Barrio El Puerto', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12130, 23614, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6147, 6147, NULL, NULL, 'Carrera 5 # 4-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12131, 23616, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6148, 6148, NULL, NULL, 'Carrera 20 # 21-70 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12132, 23617, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6149, 6149, NULL, NULL, 'Carrera 15 # 9-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12133, 23618, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6150, 6150, NULL, NULL, 'Calle 7 # 15-58 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12134, 23619, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6151, 6151, NULL, NULL, 'Carrera 47 # 60-50 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12135, 23620, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6152, 6152, NULL, NULL, 'Carrera 5 # 12-117', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12014, 23621, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6153, 6153, NULL, NULL, 'Calle 7 # 9-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12016, 23623, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6154, 6154, NULL, NULL, 'Calle 20A # 16-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12017, 23624, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6155, 6155, NULL, NULL, 'Calle 16 # 6-115', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12019, 23626, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6156, 6156, NULL, NULL, 'Carrera 7 # 4-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12020, 23627, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6157, 6157, NULL, NULL, 'Carrera 3 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12021, 23628, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6158, 6158, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12022, 23629, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6159, 6159, NULL, NULL, 'Carrera 23 # 12 84', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12024, 23630, 'Lunes a Viernes De 7:30 a.m. a 12:00 m. Y De 1:30 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6160, 6160, NULL, NULL, 'Calle 6 # 1-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12025, 23631, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6161, 6161, NULL, NULL, 'Calle 18 # 24-72 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12026, 23632, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6162, 6162, NULL, NULL, 'Calle 4 # 6-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12027, 23633, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6163, 6163, NULL, NULL, 'Carrera Bolivar # 48-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12028, 23634, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6164, 6164, NULL, NULL, 'Carrera 30 # 30B-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12029, 23635, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6165, 6165, NULL, NULL, 'Calle 9 N. 4-12 Tribunal Superior', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11892, 23636, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6166, 6166, NULL, NULL, 'Calle 9 # 7-88', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11893, 23637, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6167, 6167, NULL, NULL, 'Calle 3S # 8-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11894, 23638, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6168, 6168, NULL, NULL, 'Calle 27 # 13-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11895, 23639, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6169, 6169, NULL, NULL, 'Calle Sentenario Edificio La Cascada Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11897, 23640, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6170, 6170, NULL, NULL, 'Carrera 47 # 48-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11898, 23641, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6171, 6171, NULL, NULL, 'Calle 16 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11899, 23642, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6172, 6172, NULL, NULL, 'Carrera 2 # 7-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11900, 23643, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6173, 6173, NULL, NULL, 'Carrera 7 # 9A-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11901, 23644, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6174, 6174, NULL, NULL, 'Calle 23 # 18-50 3 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11902, 23645, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6175, 6175, NULL, NULL, 'Calle 6 # 5-11 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11903, 23646, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6176, 6176, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11904, 23647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6177, 6177, NULL, NULL, 'Calle 8 # 5- 41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11905, 23648, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6178, 6178, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11906, 23649, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6179, 6179, NULL, NULL, 'Calle 8 # 6-24 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12693, 23650, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6180, 6180, NULL, NULL, 'Calle 9 # 3-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12694, 23651, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6181, 6181, NULL, NULL, 'Calle 26 # 27-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12696, 23653, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6182, 6182, NULL, NULL, 'Calle Mosquera # Piso2-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12697, 23654, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6183, 6183, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12699, 23656, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6184, 6184, NULL, NULL, 'Carrera13 # 102-100', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12700, 23657, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6185, 6185, NULL, NULL, 'Palacio Municipal Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12695, 23652, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6186, 6186, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12698, 23655, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6187, 6187, NULL, NULL, 'Calle 5 # 7-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12701, 23658, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6188, 6188, NULL, NULL, 'Calle 28 # 30-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12623, 23785, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6189, 6189, NULL, NULL, 'Calle 6 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12625, 23787, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6190, 6190, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12624, 23786, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6191, 6191, NULL, NULL, 'Palacio Municipal Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12626, 23788, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6192, 6192, NULL, NULL, 'Calle Colombia # 20-288 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12627, 23789, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6193, 6193, NULL, NULL, 'Carrera 51 # 49-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13723, 25480, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6194, 6194, NULL, NULL, 'Calle 5 # 10-92', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13724, 25481, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6195, 6195, NULL, NULL, 'Calle 51 # 51-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13725, 25482, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6196, 6196, NULL, NULL, 'Carrera 22 # 19-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13726, 25483, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6197, 6197, NULL, NULL, 'Calle 9 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13727, 25484, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6198, 6198, NULL, NULL, 'Calle 9A # 8A-8 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13728, 25485, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6199, 6199, NULL, NULL, 'Carrera 4 Con Calle 2 Esquina Barrio El Carmen', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13729, 25486, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6200, 6200, NULL, NULL, 'Calle 2-Entre Carreras 8 Y 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13730, 25487, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6201, 6201, NULL, NULL, 'Carrera 4 # 4-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13731, 25488, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6202, 6202, NULL, NULL, 'Carrera 12 # 3-69', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13732, 25489, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6203, 6203, NULL, NULL, 'Carrera 3 # 6-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13734, 25490, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6204, 6204, NULL, NULL, 'Carrera 5 # 10-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13735, 25491, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6205, 6205, NULL, NULL, 'Calle 24 # 45-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13736, 25492, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6206, 6206, NULL, NULL, 'Carrera 17 # 23-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14546, 25494, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6207, 6207, NULL, NULL, 'Carrera 4 # 6-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14547, 25496, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6208, 6208, NULL, NULL, 'Avenida Ferro Carril Calle 19 # 17-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14548, 25497, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6209, 6209, NULL, NULL, 'Carrera 20 # 17A-12 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14549, 25498, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6210, 6210, NULL, NULL, 'Carrera Murillo Toro # 10 75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14551, 25500, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6211, 6211, NULL, NULL, 'Calle 51 # 48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14552, 25501, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6212, 6212, NULL, NULL, 'Calle 30 # 31-38 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14553, 25502, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6213, 6213, NULL, NULL, 'Carrera 4 # 2 -17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14554, 25503, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6214, 6214, NULL, NULL, 'Carrera 2 # 5-55 Barrio La Esperanza', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14555, 25504, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6215, 6215, NULL, NULL, 'Calle 26 A # 11-15 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14556, 25505, 'Lunes a Viernes De 7:00 a.m. a 12:00 m. Y De 1:00 p.m. a 4:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6216, 6216, NULL, NULL, 'Palacio Municipal Oficina 214', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14557, 25506, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6217, 6217, NULL, NULL, 'Carrera 4 # 6-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14558, 25507, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6218, 6218, NULL, NULL, 'Carrera 8 # 5-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14424, 25508, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6219, 6219, NULL, NULL, 'Carrera 4 # 4-45. Edificio Nuevo De La Alcaldía.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14425, 25509, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6220, 6220, NULL, NULL, 'Calle 5 # 4-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14427, 25510, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6221, 6221, NULL, NULL, 'Carrera 7 # 9-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14429, 25512, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6222, 6222, NULL, NULL, 'Avenida Internacional # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14430, 25513, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6223, 6223, NULL, NULL, 'Carrera 10 17 # 24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14431, 25514, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6224, 6224, NULL, NULL, 'Calle 15 # 10-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14432, 25515, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6225, 6225, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14433, 25516, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6226, 6226, NULL, NULL, 'Calle 4 # 4-21 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14435, 25518, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6227, 6227, NULL, NULL, 'Carrera 7 # 4-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14436, 25519, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6228, 6228, NULL, NULL, 'Carrera 13A # 15-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14438, 25520, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6229, 6229, NULL, NULL, 'Carrera 2 # 17 A-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14439, 25521, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6230, 6230, NULL, NULL, 'Calle 17 # 3-140', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14311, 25522, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6231, 6231, NULL, NULL, 'Carrera 6 # 16-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14312, 25523, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6232, 6232, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14434, 25517, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6233, 6233, NULL, NULL, 'Calle 5 # 8-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14313, 25524, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6234, 6234, NULL, NULL, 'Carrera 17 # 6-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14314, 25525, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6235, 6235, NULL, NULL, 'Calle 10 # 9-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14315, 25526, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6236, 6236, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14316, 25527, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6237, 6237, NULL, NULL, 'Carrera 6 # 4-30 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14317, 25528, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6238, 6238, NULL, NULL, 'Calle 18 # 9-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14319, 25530, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6239, 6239, NULL, NULL, 'Calle 3 # 12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14320, 25531, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6240, 6240, NULL, NULL, 'Calle 10 # 26-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14321, 25532, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6241, 6241, NULL, NULL, 'Calle 11 # 3A16 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14322, 25533, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6242, 6242, NULL, NULL, 'Carrera 18 # 1-39 Barrio El Puerto', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14323, 25534, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6243, 6243, NULL, NULL, 'Carrera 6 # 5-15 Centro Comercial Los Pinos', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14324, 25535, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6244, 6244, NULL, NULL, 'Carrera 5 # 4-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14325, 25536, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6245, 6245, NULL, NULL, 'Carrera 6 # 9-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14188, 25537, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6246, 6246, NULL, NULL, 'Palacio De Justicia Barrio Maken', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14189, 25538, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6247, 6247, NULL, NULL, 'Carrera 18 # 22A-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14190, 25539, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6248, 6248, NULL, NULL, 'Carrera 1A # 2-51B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14192, 25540, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6249, 6249, NULL, NULL, 'Carrera 23 # 12 84', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14193, 25541, 'Lunes a Viernes De 7:30 a.m. a 12:00 m. Y De 1:30 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6250, 6250, NULL, NULL, 'Calle 6 # 1-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14194, 25542, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6251, 6251, NULL, NULL, 'Calle 18 # 24-72 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14195, 25543, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6252, 6252, NULL, NULL, 'Carrera 5 # 6-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14196, 25544, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6253, 6253, NULL, NULL, 'Calle 20 # 18-49 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14197, 25545, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6254, 6254, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14198, 25546, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6255, 6255, NULL, NULL, 'Carrera Bolivar Edificio Aures Oficina 303', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14199, 25547, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6256, 6256, NULL, NULL, 'Carrera 30 # 30B-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14200, 25548, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6257, 6257, NULL, NULL, 'Carrera 5 # 7-50 Piso 3 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14201, 25549, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6258, 6258, NULL, NULL, 'Carrera 8 # 9-68 Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14203, 25550, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6259, 6259, NULL, NULL, 'Carrera 16 # 25-68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14071, 25551, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6260, 6260, NULL, NULL, 'Calle Sentenario Edificio La Cascada Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14072, 25552, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6261, 6261, NULL, NULL, 'Calle 16 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14073, 25553, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6262, 6262, NULL, NULL, 'Carrera 2 # 13-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14074, 25554, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6263, 6263, NULL, NULL, 'Carrera 7A # 9A-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14075, 25555, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6264, 6264, NULL, NULL, 'Calle 9 # 3-04 Palacio De Justicia-Sucre', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14076, 25556, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6265, 6265, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14077, 25557, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6266, 6266, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14078, 25558, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6267, 6267, NULL, NULL, 'Calle 10 # 9-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14079, 25559, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6268, 6268, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14082, 25562, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6269, 6269, NULL, NULL, 'Palacio Municipal Piso3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14081, 25560, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6270, 6270, NULL, NULL, 'Calle 28 # 30-17 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14083, 25563, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6271, 6271, NULL, NULL, 'Calle 6 # 1-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14084, 25564, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6272, 6272, NULL, NULL, 'Plaza Principal # 19A-28 Piso2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14085, 25565, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6273, 6273, NULL, NULL, 'Carrera 41 # 49 54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13981, 25577, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6274, 6274, NULL, NULL, 'Carrera 5 # 15-67, Barrio Santa Barbara', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13982, 25578, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6275, 6275, NULL, NULL, 'Carrera 11 # 11-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16220, 27870, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6276, 6276, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18040, 30077, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6277, 6277, NULL, NULL, 'Cabecera Municipal Acandí', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13983, 25579, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6278, 6278, NULL, NULL, 'Calle 9 # 7-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13863, 25580, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6279, 6279, NULL, NULL, 'Calle 11 # 5-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12611, 23672, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6280, 6280, NULL, NULL, 'Carrera 4 # 5-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13864, 25581, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6281, 6281, NULL, NULL, 'Calle 13 # 9-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17957, 30200, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6282, 6282, NULL, NULL, 'Calle 5 # 10-92', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15724, 27836, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6283, 6283, NULL, NULL, 'Carrera 3 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13865, 25582, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6284, 6284, NULL, NULL, 'Alcaldía Municipal, Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13866, 25583, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6285, 6285, NULL, NULL, 'Calle 9 # 17-49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13867, 25584, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6286, 6286, NULL, NULL, 'Calle 18 # 13-7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13868, 25585, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6287, 6287, NULL, NULL, 'Carrera 7 # 4-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13869, 25586, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6288, 6288, NULL, NULL, 'Calle 5 # 3-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13872, 25589, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6289, 6289, NULL, NULL, 'Carrera 1 # 3-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13870, 25587, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6290, 6290, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13871, 25588, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6291, 6291, NULL, NULL, 'Carrera 7 # 5-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13876, 25592, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6292, 6292, NULL, NULL, 'Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13877, 25593, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6293, 6293, NULL, NULL, 'Calle 119 San Pedro, # 20-10 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18160, 30287, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6294, 6294, NULL, NULL, 'Carrera 15 # 9A-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13878, 25594, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6295, 6295, NULL, NULL, 'Carrera 5 # 2-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13738, 25595, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6296, 6296, NULL, NULL, 'Calle 5 # 5-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13739, 25596, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6297, 6297, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13740, 25597, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6298, 6298, NULL, NULL, 'Calle 5 # 4-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13741, 25598, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6299, 6299, NULL, NULL, 'Carrera 5 # 4-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13742, 25599, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6300, 6300, NULL, NULL, 'Cabecera Municipal Puerto Meluk', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13745, 25600, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6301, 6301, NULL, NULL, 'Calle 18 # 06-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13746, 25601, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6302, 6302, NULL, NULL, 'Carrera 3 # 6-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13747, 25602, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6303, 6303, NULL, NULL, 'Calle 49 # 50-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13748, 25603, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6304, 6304, NULL, NULL, 'Calle 19 # 22-31 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18061, 30299, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6305, 6305, NULL, NULL, 'Calle 8 # 5-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13749, 25604, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6306, 6306, NULL, NULL, 'Calle 2 # 3-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13750, 25605, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6307, 6307, NULL, NULL, 'Calle 4C # 18-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13751, 25606, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6308, 6308, NULL, NULL, 'Carrera 12 # 4-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13752, 25607, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6309, 6309, NULL, NULL, 'Calle 10 # 73-85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12621, 23783, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6310, 6310, NULL, NULL, 'Carrera 9 # 8-129 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18162, 30289, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6311, 6311, NULL, NULL, 'Carrera 5 # 1 -06 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13753, 25608, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6312, 6312, NULL, NULL, 'Palacio Municipal 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16223, 27874, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6313, 6313, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14559, 25609, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6314, 6314, NULL, NULL, 'Calle 7 # 3-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14561, 25610, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6315, 6315, NULL, NULL, 'Carrera 3 # 12-59-65-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14562, 25611, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6316, 6316, NULL, NULL, 'Casa Consistorial Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18164, 30290, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6317, 6317, NULL, NULL, 'Calle 108 # 98-42 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18167, 30293, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6318, 6318, NULL, NULL, 'Calle 12 # 5-01 / 05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14564, 25613, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6319, 6319, NULL, NULL, 'Calle 9 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14563, 25612, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6320, 6320, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14565, 25614, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6321, 6321, NULL, NULL, 'Carrera 5 A # 8B-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14566, 25615, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6322, 6322, NULL, NULL, 'Calle 2 # 10-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14567, 25616, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6323, 6323, NULL, NULL, 'Calle 4 # 4-32, Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14568, 25617, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6324, 6324, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14569, 25618, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6325, 6325, NULL, NULL, 'Carrera 3 # 0-9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14570, 25619, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6326, 6326, NULL, NULL, 'Carrera 8 # 8-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14572, 25620, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6327, 6327, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14573, 25621, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6328, 6328, NULL, NULL, 'Calle 2 # 2-38-42 Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14574, 25622, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6329, 6329, NULL, NULL, 'Calle 31 # 31-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18168, 30294, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6330, 6330, NULL, NULL, 'Carrera 5 # 3-66', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14440, 25623, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6331, 6331, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14441, 25624, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6332, 6332, NULL, NULL, 'Calle 30 # 31-64 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14442, 25625, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6333, 6333, NULL, NULL, 'Calle 3 # 6-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14444, 25627, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6334, 6334, NULL, NULL, 'Calle 4 # 1-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14445, 25628, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6335, 6335, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12610, 23671, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6336, 6336, NULL, NULL, 'Calle 10 # 7- 09 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18057, 30295, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6337, 6337, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14446, 25629, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6338, 6338, NULL, NULL, 'Carrera 4 # 10-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11680, 22918, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6339, 6339, NULL, NULL, 'Calle 6 # 4-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14448, 25630, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6340, 6340, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14450, 25632, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6341, 6341, NULL, NULL, 'Calle 9 # 8A-8 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14451, 25633, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6342, 6342, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14452, 25634, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6343, 6343, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14453, 25635, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6344, 6344, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14454, 25636, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6345, 6345, NULL, NULL, 'Calle 8 # 7-13 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14326, 25638, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6346, 6346, NULL, NULL, 'Calle 16A 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14327, 25639, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6347, 6347, NULL, NULL, 'Carrera 5 # 2C-42-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14329, 25640, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6348, 6348, NULL, NULL, 'Calle 2-Entre Carreras 8 Y 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14330, 25641, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6349, 6349, NULL, NULL, 'Carrera 9 # 7-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14331, 25642, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6350, 6350, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14332, 25643, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6351, 6351, NULL, NULL, 'Carrera 4 # 11-72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8896, 19190, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6352, 6352, NULL, NULL, 'Calle 9 # 5-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9090, 19156, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6353, 6353, NULL, NULL, 'Calle 16 # 11-94', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12609, 23670, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6354, 6354, NULL, NULL, 'Calle 11 # 5-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11681, 22919, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6355, 6355, NULL, NULL, 'Carrera 4 # 11-08 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14333, 25644, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6356, 6356, NULL, NULL, 'Carrera 20 # 19-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18064, 30300, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6357, 6357, NULL, NULL, 'Carrera 6 # 9-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14334, 25645, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6358, 6358, NULL, NULL, 'Detrás Almacén El Campesino. Barrio Buenos Aires', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14336, 25647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6359, 6359, NULL, NULL, 'Carrera 4 Con Calle 4 # 3-99 Barrio El Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14337, 25648, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6360, 6360, NULL, NULL, 'Palacio De Justicia Carrera 12 # 3-69', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14340, 25650, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6361, 6361, NULL, NULL, 'Calle 5 # 2-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14204, 25652, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6362, 6362, NULL, NULL, 'Carrera20 # 19-42 Plaza Principal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18065, 30301, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6363, 6363, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14205, 25653, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6364, 6364, NULL, NULL, 'Calle 5 Con Carrera 5 Esquina, Alcaldia Municipal , Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14206, 25654, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6365, 6365, NULL, NULL, 'Carrera 2 # 2-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14207, 25655, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6366, 6366, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14208, 25656, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6367, 6367, NULL, NULL, 'Carrera 2 # Calle 4-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14209, 25657, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6368, 6368, NULL, NULL, 'Calle 7 # 8- 36 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14210, 25658, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6369, 6369, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14211, 25659, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6370, 6370, NULL, NULL, 'Calle 4 # 4-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14213, 25660, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6371, 6371, NULL, NULL, 'Carrera 18 # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11683, 22920, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6372, 6372, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14217, 25664, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6373, 6373, NULL, NULL, 'Calle 10 # 10-20 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14218, 25665, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6374, 6374, NULL, NULL, 'Carrera 2 # 1-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14086, 25667, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6375, 6375, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14087, 25668, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6376, 6376, NULL, NULL, 'Carrera 4 # 2-96', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14091, 25672, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6377, 6377, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14092, 25673, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6378, 6378, NULL, NULL, 'Carrera 6 Con Calle 5 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14093, 25674, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6379, 6379, NULL, NULL, 'Plaza Principal Ofina 512', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15814, 27822, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6380, 6380, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14095, 25676, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6381, 6381, NULL, NULL, 'Carrera 3 # 4-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14096, 25677, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6382, 6382, NULL, NULL, 'Carrera 8 # 7-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8894, 19189, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6383, 6383, NULL, NULL, 'Calle 3 # 4-13 Of. 304', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14098, 25679, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6384, 6384, NULL, NULL, 'Parque Principal Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15816, 27824, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6385, 6385, NULL, NULL, 'Calle 9 # 14-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13986, 25682, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6386, 6386, NULL, NULL, 'Plaza Principal Palacio Municipal-Caimit', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13987, 25683, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6387, 6387, NULL, NULL, 'Casa Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13988, 25684, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6388, 6388, NULL, NULL, 'Carrera 3 # 4-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13989, 25685, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6389, 6389, NULL, NULL, 'Carrera 7 # 1 -40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13990, 25686, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6390, 6390, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9425, 19109, 'Lunes a Viernes De 7:30 a.m. a 12:00 m. Y De 1:30 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6391, 6391, NULL, NULL, 'Carrera 3 # 2-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13991, 25687, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6392, 6392, NULL, NULL, 'Carrea 3 # 3-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13992, 25688, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6393, 6393, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13993, 25689, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6394, 6394, NULL, NULL, 'Calle 12 # 12-49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13995, 25690, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6395, 6395, NULL, NULL, 'Carrera 5 # 10-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13996, 25691, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6396, 6396, NULL, NULL, 'Calle Cordoba Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15817, 27825, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6397, 6397, NULL, NULL, 'Calle 6 # 10-106', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13997, 25692, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6398, 6398, NULL, NULL, 'Carrera 9 # 17-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13998, 25693, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6399, 6399, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13999, 25694, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6400, 6400, NULL, NULL, 'Carrera 4 # 3-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14000, 25695, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6401, 6401, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13879, 25696, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6402, 6402, NULL, NULL, 'Calle 1 # 1-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13881, 25698, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6403, 6403, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13882, 25699, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6404, 6404, NULL, NULL, 'Carrera 4 # 6-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13884, 25700, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6405, 6405, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13885, 25701, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6406, 6406, NULL, NULL, 'Parque Principal # 21-63 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18068, 30304, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6407, 6407, NULL, NULL, 'Carrera 20 # 20-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18069, 30305, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6408, 6408, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13887, 25703, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6409, 6409, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12620, 23782, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6410, 6410, NULL, NULL, 'Casa Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13888, 25704, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6411, 6411, NULL, NULL, 'Calle 24 # 45-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12606, 23668, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6412, 6412, NULL, NULL, 'Carrera 3 # 3-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13889, 25705, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6413, 6413, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13890, 25706, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6414, 6414, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13891, 25707, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6415, 6415, NULL, NULL, 'Carrera 3 # 3-36 BarrioEl Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13892, 25708, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6416, 6416, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13893, 25709, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6417, 6417, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13755, 25710, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6418, 6418, NULL, NULL, 'Carrera 7 # 6-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8893, 19188, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6419, 6419, NULL, NULL, 'Palacio Municipal Bloque 4 Ofi 02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14689, 26478, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6420, 6420, NULL, NULL, 'Calle 25 # 29 A-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15818, 27826, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6421, 6421, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13756, 25711, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6422, 6422, NULL, NULL, 'Calle 12 # 11-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13757, 25712, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6423, 6423, NULL, NULL, 'Calle 7 # 5-73 P2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13758, 25713, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6424, 6424, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13759, 25714, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6425, 6425, NULL, NULL, 'Calle 4 # 1-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13760, 25715, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6426, 6426, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13761, 25716, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6427, 6427, NULL, NULL, 'Calle 4 # 4-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13762, 25717, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6428, 6428, NULL, NULL, 'Carrera 4 # 4-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13763, 25718, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6429, 6429, NULL, NULL, 'Calle Real # 00-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13764, 25719, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6430, 6430, NULL, NULL, 'Carrera 17 # 23-22 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13767, 25721, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6431, 6431, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13768, 25722, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6432, 6432, NULL, NULL, 'Palacio Municipal Bloque 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15716, 27827, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6433, 6433, NULL, NULL, 'Carrera 11 # 5-4O', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13769, 25723, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6434, 6434, NULL, NULL, 'Carrera 3 # 5-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11610, 22923, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6435, 6435, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14577, 25726, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6436, 6436, NULL, NULL, 'Carrera 8 Calle 11 Esquina Palacio Municipal Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14578, 25727, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6437, 6437, NULL, NULL, 'Carrera 4 # 2-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14576, 25725, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6438, 6438, NULL, NULL, 'Carrera 7 # 14-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14579, 25728, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6439, 6439, NULL, NULL, 'Transversal 2 # 5-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14580, 25729, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6440, 6440, NULL, NULL, 'Calle 3 # 4-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14582, 25730, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6441, 6441, NULL, NULL, 'Calle 7 # 5-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11677, 22915, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6442, 6442, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14584, 25732, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6443, 6443, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14585, 25733, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6444, 6444, NULL, NULL, 'Calle 7 # 5-93', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14586, 25734, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6445, 6445, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14587, 25735, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6446, 6446, NULL, NULL, 'Carrera 4 # 5-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14588, 25736, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6447, 6447, NULL, NULL, 'Calle 5 # 6-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14589, 25737, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6448, 6448, NULL, NULL, 'Carrera 5 # 5-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14590, 25738, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6449, 6449, NULL, NULL, 'Carrera 4 # 5-29 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14456, 25739, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6450, 6450, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13766, 25720, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6451, 6451, NULL, NULL, 'Calle 5A # 3-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14583, 25731, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6452, 6452, NULL, NULL, 'Calle 9 # 5-105', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14458, 25740, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6453, 6453, NULL, NULL, 'Carrera 4 # 6-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14462, 25744, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6454, 6454, NULL, NULL, 'Carrera 14 # 6-65 Alcaldía Municipal Circasia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14463, 25745, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6455, 6455, NULL, NULL, 'Avenida Ferro Carril Calle 19 # 17-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11674, 22912, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6456, 6456, NULL, NULL, 'Calle 7 # 10B-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14459, 25741, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6457, 6457, NULL, NULL, 'Carrera 15 # 3-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14460, 25742, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6458, 6458, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14461, 25743, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6459, 6459, NULL, NULL, 'Autopista 90 # 00-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14464, 25746, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6460, 6460, NULL, NULL, 'Carrera 20 # 19-28 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11675, 22913, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6461, 6461, NULL, NULL, 'Carrera 2 # 3-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14465, 25747, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6462, 6462, NULL, NULL, 'Calle 4 # 4-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14466, 25748, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6463, 6463, NULL, NULL, 'Calle 6 # 3-52 Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14467, 25749, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6464, 6464, NULL, NULL, 'Calle 14 # 4-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14471, 25752, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6465, 6465, NULL, NULL, 'Barrio Navidad', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14469, 25750, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6466, 6466, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14342, 25754, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6467, 6467, NULL, NULL, 'Carrera 20 # 17A-10 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11676, 22914, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6468, 6468, NULL, NULL, 'Carrera 7 # 1-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14345, 25757, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6469, 6469, NULL, NULL, 'Calle 5 # 5-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14346, 25758, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6470, 6470, NULL, NULL, 'Edificio Telecom', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14347, 25759, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6471, 6471, NULL, NULL, 'Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14348, 25760, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6472, 6472, NULL, NULL, 'Carrera 4 # 6-51,Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14349, 25761, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6473, 6473, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14350, 25762, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6474, 6474, NULL, NULL, 'Carrera 50A # 50A-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18049, 30186, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6475, 6475, NULL, NULL, 'Calle 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14351, 25763, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6476, 6476, NULL, NULL, 'Calle 6 # 9-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14355, 25767, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6477, 6477, NULL, NULL, 'Carrera 5 # 5-22,Palacio Municipal, 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14220, 25768, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6478, 6478, NULL, NULL, 'Carrera 28 # 26-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14221, 25769, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6479, 6479, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14222, 25770, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6480, 6480, NULL, NULL, 'Calle 13 # 14-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14223, 25771, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6481, 6481, NULL, NULL, 'Calle 15 # 6-165', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14224, 25772, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6482, 6482, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14225, 25773, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6483, 6483, NULL, NULL, 'Carrera 2 # 9A-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14226, 25774, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6484, 6484, NULL, NULL, 'Calle 2 # 1-92', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14227, 25775, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6485, 6485, NULL, NULL, 'Calle 3 # Carrera 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14228, 25776, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6486, 6486, NULL, NULL, 'Carrera 1 # 5-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14229, 25777, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6487, 6487, NULL, NULL, 'Calle 19 # 12-95 Alcaldia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8892, 19187, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6488, 6488, NULL, NULL, 'Calle 4 # 5-43, Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14230, 25778, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6489, 6489, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14231, 25779, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6490, 6490, NULL, NULL, 'Calle 3 # 2-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14233, 25780, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6491, 6491, NULL, NULL, 'Calle 3 # 3-27, Barrio Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14234, 25781, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6492, 6492, NULL, NULL, 'Calle 11 # 26-20 Oficina 202 Alcaldia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8891, 19186, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6493, 6493, NULL, NULL, 'Carrera 8 # 9A-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11473, 22964, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6494, 6494, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14101, 25782, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6495, 6495, NULL, NULL, 'Calle 1 # 0-0', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14102, 25783, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6496, 6496, NULL, NULL, 'Carrera 4 # 7-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14103, 25784, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6497, 6497, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14104, 25785, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6498, 6498, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14105, 25786, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6499, 6499, NULL, NULL, 'Calle 5 A # 15-103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15725, 27837, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6500, 6500, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15815, 27823, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6501, 6501, NULL, NULL, 'Carrera 6 # 5-110', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14100, 25680, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6502, 6502, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13985, 25681, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6503, 6503, NULL, NULL, 'Calle 4 # 2-39 Palacio Municipal 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13886, 25702, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6504, 6504, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14341, 25753, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6505, 6505, NULL, NULL, 'Calle 4 # 4-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14352, 25764, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6506, 6506, NULL, NULL, 'Carrera Murillo Toro # 10-75 Ofi 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11467, 22959, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6507, 6507, NULL, NULL, 'Calle 9 # 9-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14106, 25787, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6508, 6508, NULL, NULL, 'Calle 5 # 3-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9089, 19155, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6509, 6509, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14107, 25788, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6510, 6510, NULL, NULL, 'Carrera 6 # 4-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14108, 25789, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6511, 6511, NULL, NULL, 'Carrera 30 # 30-25 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11469, 22960, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6512, 6512, NULL, NULL, 'Avenida 2 # 10-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14110, 25790, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6513, 6513, NULL, NULL, 'Carrera 20 # 20-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18070, 30306, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6514, 6514, NULL, NULL, 'Calle 46 D N. 50-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18071, 30307, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6515, 6515, NULL, NULL, 'Calle 4 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14112, 25792, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6516, 6516, NULL, NULL, 'Calle 9 # 4-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14113, 25793, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6517, 6517, NULL, NULL, 'Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11390, 22972, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6518, 6518, NULL, NULL, 'Edificio Alcaldia Municipal Parque Principal Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14114, 25794, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6519, 6519, NULL, NULL, 'Palacio De Justicia Barrio Santa Teresa', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14115, 25795, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6520, 6520, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14116, 25796, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6521, 6521, NULL, NULL, 'Calle 30 # 30-7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17963, 30309, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6522, 6522, NULL, NULL, 'Calle 12 # 12-52-8-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11389, 22971, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6523, 6523, NULL, NULL, 'Calle 7 # 12 52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14001, 25797, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6524, 6524, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14002, 25798, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6525, 6525, NULL, NULL, 'Carrera 17 # 8-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15726, 27838, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6526, 6526, NULL, NULL, 'Calle 3 # 4-18 Barrio Simón Bolívar', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14005, 25800, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6527, 6527, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14006, 25801, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6528, 6528, NULL, NULL, 'Carrera 10 # 12-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14007, 25802, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6529, 6529, NULL, NULL, 'Calle 5 # 5-62 Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14009, 25804, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6530, 6530, NULL, NULL, 'Calle Santander # 24-A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12605, 23667, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6531, 6531, NULL, NULL, 'Calle 8 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9088, 19154, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6532, 6532, NULL, NULL, 'Calle 3 # 4-81', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15727, 27839, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6533, 6533, NULL, NULL, 'Calle 5 # 4-44/46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14010, 25805, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6534, 6534, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14011, 25807, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6535, 6535, NULL, NULL, 'Palacio Municipal El Peñon', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13894, 25810, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6536, 6536, NULL, NULL, 'Carrera 2 # 15-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13895, 25811, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6537, 6537, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13896, 25812, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6538, 6538, NULL, NULL, 'Carrera20 # 20-40 Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13898, 25814, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6539, 6539, NULL, NULL, 'Carrera 11 # 10-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9424, 19108, 'Lunes a Viernes De 7:30 a.m. a 12:00 m. Y De 1:30 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6540, 6540, NULL, NULL, 'Carrera 5 # 4-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13897, 25813, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6541, 6541, NULL, NULL, 'Carrera 6 # 6A-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13899, 25815, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6542, 6542, NULL, NULL, 'Carrera 6 # 7-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13900, 25816, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6543, 6543, NULL, NULL, 'Carrera 2 # 2-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13901, 25817, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6544, 6544, NULL, NULL, 'Calle 50A # 42-9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17965, 30310, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6545, 6545, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13902, 25818, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6546, 6546, NULL, NULL, 'Carrera 5 # 29-08 Barrio Rivera Escobar', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13903, 25819, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6547, 6547, NULL, NULL, 'Carrera 7 # 14-33 Pueblo Nuevo Edificio Colmultar Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13906, 25822, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6548, 6548, NULL, NULL, 'Avenida 1 Calle 10 # 1-17 Barrio El Triunfo', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13907, 25823, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6549, 6549, NULL, NULL, 'Carrera 3 # 9-02 Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14111, 25791, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6550, 6550, NULL, NULL, 'Calle 2 # 5-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13908, 25824, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6551, 6551, NULL, NULL, 'Carrera 5 # 3-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13770, 25825, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6552, 6552, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13771, 25826, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6553, 6553, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15717, 27828, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6554, 6554, NULL, NULL, 'Casa Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13772, 25827, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6555, 6555, NULL, NULL, 'Calle 6 # 4-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13773, 25828, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6556, 6556, NULL, NULL, 'Carrera 6 # 6-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13774, 25829, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6557, 6557, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13776, 25830, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6558, 6558, NULL, NULL, 'Calle 10 # 4-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13777, 25831, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6559, 6559, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13778, 25832, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6560, 6560, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13779, 25833, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6561, 6561, NULL, NULL, 'Calle 9 # 17-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13781, 25835, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6562, 6562, NULL, NULL, 'Calle 3 # 1B-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13780, 25834, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6563, 6563, NULL, NULL, 'Calle 11 # 17-85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9087, 19153, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6564, 6564, NULL, NULL, 'Carrera 2 # 3-40 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13783, 25838, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6565, 6565, NULL, NULL, 'Carrera 2A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13784, 25839, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6566, 6566, NULL, NULL, 'Edificio Nueva Cede Judicial Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17967, 30312, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6567, 6567, NULL, NULL, 'Calle 3 # 4-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14592, 25840, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6568, 6568, NULL, NULL, 'Calle 30 # 31-38 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17968, 30313, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6569, 6569, NULL, NULL, 'Manzana B Casa 2B La Primavera', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11388, 22970, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6570, 6570, NULL, NULL, 'Carrera 10B # 5-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14593, 25841, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6571, 6571, NULL, NULL, 'Calle 4-Carrera 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14594, 25842, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6572, 6572, NULL, NULL, 'Calle 5 # 3- 93', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13782, 25836, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6573, 6573, NULL, NULL, 'Calle 6 # 2-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14595, 25843, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6574, 6574, NULL, NULL, 'Carrera 4 # 5-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14596, 25844, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6575, 6575, NULL, NULL, 'Calle 6 # 2-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14597, 25845, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6576, 6576, NULL, NULL, 'Carrera 4 # 4-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14598, 25846, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6577, 6577, NULL, NULL, 'Calle 4 # 3-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14599, 25847, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6578, 6578, NULL, NULL, 'Calle 9 # 14-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14601, 25849, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6579, 6579, NULL, NULL, 'Carrera 12 # 9-95', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14602, 25850, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6580, 6580, NULL, NULL, 'Carrera 5 # 6-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14600, 25848, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6581, 6581, NULL, NULL, 'Carrera 2 # 2-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14603, 25851, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6582, 6582, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14604, 25852, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6583, 6583, NULL, NULL, 'Calle 8 # 9-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14473, 25855, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6584, 6584, NULL, NULL, 'Calle 2 # 5-70', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14476, 25858, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6585, 6585, NULL, NULL, 'Carrera 2 # 3-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14477, 25859, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6586, 6586, NULL, NULL, 'Plaza Principal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15719, 27830, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6587, 6587, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14479, 25860, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6588, 6588, NULL, NULL, 'Carrera 6 # 2-128 Barrio El Palomar', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14480, 25861, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6589, 6589, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 4048, 13950, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6590, 6590, NULL, NULL, 'Calle 14 # 10-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14481, 25862, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6591, 6591, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14483, 25864, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6592, 6592, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14484, 25865, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6593, 6593, NULL, NULL, 'Estacion De Policia Municipal Carrera 8 # 4-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14485, 25866, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6594, 6594, NULL, NULL, 'Calle 4 # 5-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14486, 25867, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6595, 6595, NULL, NULL, 'Calle 5 # 2-74 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14487, 25868, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6596, 6596, NULL, NULL, 'Calle 5A # 5-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14356, 25869, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6597, 6597, NULL, NULL, 'Calle 3 # 3-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14358, 25870, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6598, 6598, NULL, NULL, 'Carrera 4 # 2 -17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14359, 25872, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6599, 6599, NULL, NULL, 'Calle Laureano Gomez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14360, 25873, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6600, 6600, NULL, NULL, 'Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14362, 25875, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6601, 6601, NULL, NULL, 'Carrera 13 # 7-09 Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11386, 22969, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6602, 6602, NULL, NULL, 'Carrera 9 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14364, 25877, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6603, 6603, NULL, NULL, 'Carrera 5 # 2-04 Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14366, 25879, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6604, 6604, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14365, 25878, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6605, 6605, NULL, NULL, 'Juzgado Promiscuo Municipal De Guaranda', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14368, 25880, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6606, 6606, NULL, NULL, 'Calle 51 # 50-28- Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18456, 30125, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6607, 6607, NULL, NULL, 'Calle 4 # 3-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14369, 25881, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6608, 6608, NULL, NULL, 'Carrera 2 # 5-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14370, 25882, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6609, 6609, NULL, NULL, 'Calle 6 # 2 -09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14235, 25883, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6610, 6610, NULL, NULL, 'Carrera 6 # 8-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14236, 25884, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6611, 6611, NULL, NULL, 'Calle 5 Carrera 4 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14238, 25886, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6612, 6612, NULL, NULL, 'Carrera 6 # 3-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14239, 25887, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6613, 6613, NULL, NULL, 'Calle 3 # 4-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14240, 25888, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6614, 6614, NULL, NULL, 'Calle 3 # 4-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14241, 25889, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6615, 6615, NULL, NULL, 'Calle 5 # 2-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14243, 25890, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6616, 6616, NULL, NULL, 'Carrera 5 # 5-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14246, 25893, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6617, 6617, NULL, NULL, 'Carrera 6 # 10-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14237, 25885, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6618, 6618, NULL, NULL, 'Carrera 9 # 4-28 Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14605, 25853, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6619, 6619, NULL, NULL, 'Calle 3 # 3-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14472, 25854, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6620, 6620, NULL, NULL, 'Carrera 12 # 25-58 Palacio Municipal Genova', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14475, 25857, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6621, 6621, NULL, NULL, 'Carrera 51 # 49-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17969, 30314, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6622, 6622, NULL, NULL, 'Carrera 5 Calle 3 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14244, 25891, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6623, 6623, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14245, 25892, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6624, 6624, NULL, NULL, 'Calle De Las Piedras D3-140', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14247, 25894, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6625, 6625, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14248, 25895, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6626, 6626, NULL, NULL, 'Calle 4 # 5-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14249, 25896, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6627, 6627, NULL, NULL, 'Calle 12 # 8-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14250, 25897, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6628, 6628, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14117, 25898, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6629, 6629, NULL, NULL, 'Calle 20 # 19-100', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18457, 30127, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6630, 6630, NULL, NULL, 'Carrera 5 # 6-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14118, 25899, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6631, 6631, NULL, NULL, 'Calle 4 # 6-11/13/15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14120, 25900, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6632, 6632, NULL, NULL, 'Carrera 51 # 49-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18458, 30128, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6633, 6633, NULL, NULL, 'Calle 5 # 8-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14121, 25901, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6634, 6634, NULL, NULL, 'Carrera 6 # 5-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14122, 25902, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6635, 6635, NULL, NULL, 'Carrera 5 # 4-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14123, 25903, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6636, 6636, NULL, NULL, 'Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14124, 25904, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6637, 6637, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14126, 25906, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6638, 6638, NULL, NULL, 'Calle 26 A # 11-15 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14125, 25905, 'Lunes a Viernes De 7:00 a.m. a 12:00 m. Y De 1:00 p.m. a 4:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6639, 6639, NULL, NULL, 'Calle 3 # 7-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14127, 25907, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6640, 6640, NULL, NULL, 'Calle 4 # 2-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14128, 25908, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6641, 6641, NULL, NULL, 'Calle 23 # 8-6 Palacio De Justicia Barrio Cubis', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14130, 25910, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6642, 6642, NULL, NULL, 'Palacio Munipal Oficina 212-213', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12619, 23781, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6643, 6643, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14014, 25911, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6644, 6644, NULL, NULL, 'Alcaldía Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14015, 25912, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6645, 6645, NULL, NULL, 'Carrera 12 # 11-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14016, 25913, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6646, 6646, NULL, NULL, 'Calle 11 # 2-64 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18459, 30129, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6647, 6647, NULL, NULL, 'Calle 3 # 6-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14017, 25914, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6648, 6648, NULL, NULL, 'Calle 3 # 2-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14018, 25915, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6649, 6649, NULL, NULL, 'Calle 6 # 2-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14019, 25916, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6650, 6650, NULL, NULL, 'Calle 5 # 5-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14020, 25917, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6651, 6651, NULL, NULL, 'Carrera 8 # 1-71', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14021, 25918, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6652, 6652, NULL, NULL, 'Calle 6 # 4-78', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14022, 25919, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6653, 6653, NULL, NULL, 'Carrera 4 # 3-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14024, 25920, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6654, 6654, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14025, 25921, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6655, 6655, NULL, NULL, 'Calle 22 # 11-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14026, 25922, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6656, 6656, NULL, NULL, 'Calle 6 # 3-66 Palacio Municipal Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14027, 25923, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6657, 6657, NULL, NULL, 'Calle 6 # 2-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14028, 25924, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6658, 6658, NULL, NULL, 'Calle 7 # 2B-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14029, 25925, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6659, 6659, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13909, 25926, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6660, 6660, NULL, NULL, 'Carrera 22 # 19-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18463, 30132, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6661, 6661, NULL, NULL, 'Alcaldía Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13911, 25928, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6662, 6662, NULL, NULL, 'Carrera 8 # 5-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13912, 25929, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6663, 6663, NULL, NULL, 'Carrera 1 Entre Calle 2 Y 3 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13914, 25930, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6664, 6664, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13915, 25931, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6665, 6665, NULL, NULL, 'Calle 2 # 1-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13916, 25932, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6666, 6666, NULL, NULL, 'Callee 80 SUR # 60-38 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18465, 30134, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6667, 6667, NULL, NULL, 'Calle 3 # 5-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13917, 25933, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6668, 6668, NULL, NULL, 'Calle 2 # 5 A -46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15729, 27840, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6669, 6669, NULL, NULL, 'Carrera 3A # 5-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15631, 27841, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6670, 6670, NULL, NULL, 'Carrera 4 # 6-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13918, 25934, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6671, 6671, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13919, 25935, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6672, 6672, NULL, NULL, 'Calle 5 # 15 Barrio Antonio Nariño', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8890, 19185, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6673, 6673, NULL, NULL, 'Calle 14 # 4-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13920, 25936, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6674, 6674, NULL, NULL, 'Calle 5 # 4-02 Barrio Las Brisas', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13921, 25937, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6675, 6675, NULL, NULL, 'Carrera 4 # 4-45. Edificio Nuevo De La Alcaldía. Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13922, 25938, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6676, 6676, NULL, NULL, 'Carrera 4 # 4-03 Calle Real', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13923, 25939, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6677, 6677, NULL, NULL, 'Carrera 8 # 7-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13785, 25940, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6678, 6678, NULL, NULL, 'Carrera 3 # 6-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13786, 25941, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6679, 6679, NULL, NULL, 'Calle 30 # 30-30 Oficina 202', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18466, 30135, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6680, 6680, NULL, NULL, 'Carrera 3 # 4-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13787, 25942, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6681, 6681, NULL, NULL, 'Carrera 9 # 5-86', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11471, 22962, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6682, 6682, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13788, 25943, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6683, 6683, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13789, 25944, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6684, 6684, NULL, NULL, 'Carrera 6 # 12-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13790, 25945, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6685, 6685, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13791, 25946, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6686, 6686, NULL, NULL, 'Calle 15 # 14-50 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13792, 25947, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6687, 6687, NULL, NULL, 'Calle 5 # 7-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13796, 25950, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6688, 6688, NULL, NULL, 'Carrera 6 # 6-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13797, 25951, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6689, 6689, NULL, NULL, 'Calle 3 # 6-60 Barrio Lourdes', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13798, 25952, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6690, 6690, NULL, NULL, 'Calle 2 # 2-229', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13800, 25954, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6691, 6691, NULL, NULL, 'Carrera 7 # 9-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14607, 25956, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6692, 6692, NULL, NULL, 'Carrera 2 # 4-30, Barrio Divino Niño', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14608, 25957, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6693, 6693, NULL, NULL, 'Calle 8 # 8-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14609, 25958, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6694, 6694, NULL, NULL, 'Carrera 4B # 6-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14610, 25959, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6695, 6695, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14611, 25960, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6696, 6696, NULL, NULL, 'Calle 6 # 12-01-03 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8889, 19184, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6697, 6697, NULL, NULL, 'Calle 3 # 6-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14612, 25961, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6698, 6698, NULL, NULL, 'Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14615, 25964, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6699, 6699, NULL, NULL, 'Calle 8 # 10-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18339, 30137, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6700, 6700, NULL, NULL, 'Calle 5A # 2-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14617, 25966, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6701, 6701, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14618, 25967, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6702, 6702, NULL, NULL, 'Calle 1 # 1-122', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14619, 25968, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6703, 6703, NULL, NULL, 'Callee 2 # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14488, 25970, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6704, 6704, NULL, NULL, 'Casa Judicial Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14489, 25971, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6705, 6705, NULL, NULL, 'Calle 1 # 2-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14490, 25972, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6706, 6706, NULL, NULL, 'Carrera 6 Con Calle 5A 52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14491, 25973, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6707, 6707, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14492, 25974, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6708, 6708, NULL, NULL, 'Carrera 5 # 4 -73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14493, 25975, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6709, 6709, NULL, NULL, 'Carrera 21 # 17A-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14494, 25976, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6710, 6710, NULL, NULL, 'Avenida 8 Calle 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14614, 25963, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6711, 6711, NULL, NULL, 'Carrera 5 # 6-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14616, 25965, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6712, 6712, NULL, NULL, 'Alcaldía Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14620, 25969, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6713, 6713, NULL, NULL, 'Carrera 6 # 3-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14495, 25977, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6714, 6714, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14496, 25978, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6715, 6715, NULL, NULL, 'Carrera 30 # 30-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18340, 30138, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6716, 6716, NULL, NULL, 'Carrera 9 # 4-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14497, 25979, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6717, 6717, NULL, NULL, 'Calle 16 # 3-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12604, 23666, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6718, 6718, NULL, NULL, 'Calle Primavera # Piso 1-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14499, 25980, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6719, 6719, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12603, 23665, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6720, 6720, NULL, NULL, 'Calle 15 # 10-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9086, 19152, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6721, 6721, NULL, NULL, 'Calle 5 # 17-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14500, 25981, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6722, 6722, NULL, NULL, 'Calle 11 # 14-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14502, 25983, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6723, 6723, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14371, 25984, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6724, 6724, NULL, NULL, 'Carrera 5 # 7 A-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14372, 25985, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6725, 6725, NULL, NULL, 'Calle 2 Piso 2 Oficina 204', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9085, 19151, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6726, 6726, NULL, NULL, 'Carrera 4 # 2-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14374, 25987, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6727, 6727, NULL, NULL, 'Carrera 4 # 5-12 Hotel Manzanares Oficina 204', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14375, 25988, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6728, 6728, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14373, 25986, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6729, 6729, NULL, NULL, 'Centro Calle Principal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14376, 25989, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6730, 6730, NULL, NULL, 'Calle Unica # Sector-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15473, 26482, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6731, 6731, NULL, NULL, 'Calle 30 # 31-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14378, 25990, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6732, 6732, NULL, NULL, 'Carrera 5 # 3-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14379, 25991, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6733, 6733, NULL, NULL, 'Carrera 4 # 7-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14380, 25992, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6734, 6734, NULL, NULL, 'El Billar Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14381, 25993, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6735, 6735, NULL, NULL, 'Calle 3 # 1A-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14382, 25994, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6736, 6736, NULL, NULL, 'Carrera 7 # 9-10 Plaza Principal Alcaldía Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14383, 25995, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6737, 6737, NULL, NULL, 'Carrera 6 # 5-20 Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14384, 25996, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6738, 6738, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12708, 23664, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6739, 6739, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14386, 25998, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6740, 6740, NULL, NULL, 'Carrera 8 # 11-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14251, 25999, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6741, 6741, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14255, 26000, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6742, 6742, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14256, 26001, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6743, 6743, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14257, 26002, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6744, 6744, NULL, NULL, 'Carrera 25 # 4-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14258, 26003, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6745, 6745, NULL, NULL, 'Carrera 2 Con Calle 7 Barrio San Nicolas', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14259, 26004, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6746, 6746, NULL, NULL, 'Calle 7 # 16-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8888, 19183, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6747, 6747, NULL, NULL, 'Carrera 8 Con Calle 7 # 4-04 Barrio El Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14260, 26005, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6748, 6748, NULL, NULL, 'Carrera 7 # 4-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14261, 26006, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6749, 6749, NULL, NULL, 'Calle 6 # 4-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14263, 26008, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6750, 6750, NULL, NULL, 'Carrera 6 Calles 4 Y 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14264, 26009, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6751, 6751, NULL, NULL, 'Carrera 13A # 15-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9428, 19111, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6752, 6752, NULL, NULL, 'Carrera 6 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14266, 26010, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6753, 6753, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14131, 26011, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6754, 6754, NULL, NULL, 'Calle 8 # 8-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14132, 26012, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6755, 6755, NULL, NULL, 'Carrera 2 # 17A-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12707, 23663, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6756, 6756, NULL, NULL, 'Carrera 5 # 5-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14133, 26013, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6757, 6757, NULL, NULL, 'Carrera 4 # 5-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14134, 26014, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6758, 6758, NULL, NULL, 'Calle 19 # 3-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14135, 26015, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6759, 6759, NULL, NULL, 'Calle 20 # 21-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18341, 30139, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6760, 6760, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14136, 26016, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6761, 6761, NULL, NULL, 'Callee 17 # 3-140', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14137, 26017, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6762, 6762, NULL, NULL, 'Calle 15 # 5-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14138, 26018, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6763, 6763, NULL, NULL, 'Carrera 6 # 16-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14139, 26019, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6764, 6764, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12706, 23662, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6765, 6765, NULL, NULL, 'Calle 2 # 3-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14142, 26022, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6766, 6766, NULL, NULL, 'Carrera 43 # 27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14143, 26023, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6767, 6767, NULL, NULL, 'Carrera 5 # 2-20 Las Mercedes', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14144, 26024, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6768, 6768, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14145, 26025, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6769, 6769, NULL, NULL, 'Carrera 3 # 24-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14140, 26020, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6770, 6770, NULL, NULL, 'Carrera 8 # 3-85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14030, 26026, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6771, 6771, NULL, NULL, 'Carrera 3 # 19-49 Barrio El Poblado', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18343, 30140, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6772, 6772, NULL, NULL, 'Calle 10 # 8-22 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18344, 30141, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6773, 6773, NULL, NULL, 'Calle 8 # 2-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14031, 26027, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6774, 6774, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14032, 26028, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6775, 6775, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14501, 25982, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6776, 6776, NULL, NULL, 'Carrera 3 # 5-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14033, 26029, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6777, 6777, NULL, NULL, 'Carrera 3 # 6-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14037, 26032, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6778, 6778, NULL, NULL, 'Calle Del Puerto', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14038, 26033, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6779, 6779, NULL, NULL, 'Calle 50 # 49-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18345, 30142, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6780, 6780, NULL, NULL, 'Alcaldia Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14039, 26034, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6781, 6781, NULL, NULL, 'Calle 2 # 5-78', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14040, 26035, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6782, 6782, NULL, NULL, 'Calle 3 # 1-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14041, 26036, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6783, 6783, NULL, NULL, 'Calle 3 # 3-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14042, 26037, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6784, 6784, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14043, 26038, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6785, 6785, NULL, NULL, 'Carrera 4 # 5-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14044, 26039, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6786, 6786, NULL, NULL, 'Carrera 6 # 9-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13924, 26040, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6787, 6787, NULL, NULL, 'Dos Casas Despues Estacion De Policia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13925, 26041, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6788, 6788, NULL, NULL, 'Calle 3 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13927, 26043, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6789, 6789, NULL, NULL, 'Calle 3 # 3-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13928, 26044, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6790, 6790, NULL, NULL, 'Centro Nunchia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13929, 26045, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6791, 6791, NULL, NULL, 'Barrio La Unión Al Lado De La Alcaldía Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13930, 26046, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6792, 6792, NULL, NULL, 'Calle 2 # 3-66', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14036, 26031, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6793, 6793, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13926, 26042, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6794, 6794, NULL, NULL, 'Carrera 2 # 3-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13931, 26047, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6795, 6795, NULL, NULL, 'Calle 5 # 3-49 Palacio Municipal,Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13932, 26048, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6796, 6796, NULL, NULL, 'Calle 12 # 8-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13933, 26049, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6797, 6797, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13935, 26050, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6798, 6798, NULL, NULL, 'Calle 10 # 10-21 Olaya , Antioquia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18346, 30143, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6799, 6799, NULL, NULL, 'Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13936, 26051, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6800, 6800, NULL, NULL, 'Carrera 2 # 5-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 3077, 12994, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6801, 6801, NULL, NULL, 'Calle 6 # 4-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13937, 26052, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6802, 6802, NULL, NULL, 'Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13938, 26053, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6803, 6803, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13939, 26054, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6804, 6804, NULL, NULL, 'Carrera 5 # 6-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13801, 26055, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6805, 6805, NULL, NULL, 'Carrera 3 # 4-0', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13802, 26056, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6806, 6806, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13803, 26057, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6807, 6807, NULL, NULL, 'Carrera 16 # 21-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13804, 26058, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6808, 6808, NULL, NULL, 'Carrera 2 # 2-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13805, 26059, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6809, 6809, NULL, NULL, 'Carrera 16 # 6 -60 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13807, 26060, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6810, 6810, NULL, NULL, 'Carrera 3 # 8-01-03-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13809, 26062, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6811, 6811, NULL, NULL, 'Calle 3 # 4-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13811, 26064, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6812, 6812, NULL, NULL, 'Carrera 6 # 3-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13812, 26065, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6813, 6813, NULL, NULL, 'Carrera 7 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18453, 30122, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6814, 6814, NULL, NULL, 'Calle 2 # 2-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13813, 26066, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6815, 6815, NULL, NULL, 'Calle 5 # 4-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13814, 26067, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6816, 6816, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13815, 26068, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6817, 6817, NULL, NULL, 'Calle 9 # 9-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13816, 26069, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6818, 6818, NULL, NULL, 'Alcaldía Municipal Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14622, 26070, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6819, 6819, NULL, NULL, 'Callr 5 # 3-21 Alcaldia Municipal Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14624, 26072, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6820, 6820, NULL, NULL, 'Carrera 5 # 3-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14625, 26073, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6821, 6821, NULL, NULL, 'Calle 7 # 5-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14626, 26074, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6822, 6822, NULL, NULL, 'Calle 6 # 6-20 San Antonio De Palmito', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14627, 26075, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6823, 6823, NULL, NULL, 'Carrera 9 # 4-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14628, 26076, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6824, 6824, NULL, NULL, 'Carrera 1 # 2-60- Apto. 102, Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14629, 26077, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6825, 6825, NULL, NULL, 'Carrera 3A # 3-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14630, 26078, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6826, 6826, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14631, 26079, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6827, 6827, NULL, NULL, 'Avenida 3 # 3-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14634, 26081, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6828, 6828, NULL, NULL, 'Calle 7 # 7-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14635, 26082, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6829, 6829, NULL, NULL, 'Carrera 5 # 4-46 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14636, 26083, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6830, 6830, NULL, NULL, 'Calle 6 # 6-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14503, 26084, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6831, 6831, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14504, 26085, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6832, 6832, NULL, NULL, 'Calle 10 # 9-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14505, 26086, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6833, 6833, NULL, NULL, 'Carrera 3 # 6-20, Palacio De Justicia Paz De Rio', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14506, 26087, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6834, 6834, NULL, NULL, 'Carrera 4 # 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14507, 26088, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6835, 6835, NULL, NULL, 'Carrera 8 # 8-98', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18454, 30123, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6836, 6836, NULL, NULL, 'Carrera 6 # 4-30 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14508, 26089, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6837, 6837, NULL, NULL, 'Calle Candelaria # 09 25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14509, 26090, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6838, 6838, NULL, NULL, 'Casa Cural-Parroquia Pesca', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14510, 26091, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6839, 6839, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14511, 26092, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6840, 6840, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14512, 26093, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6841, 6841, NULL, NULL, 'Carrera 5 # 6-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14513, 26094, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6842, 6842, NULL, NULL, 'Carrera 7A # 9 -30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14514, 26095, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6843, 6843, NULL, NULL, 'Carrera 4 Calle 12 Alcaldía Municipal Pijao', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14515, 26096, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6844, 6844, NULL, NULL, 'Calle 4 # 7A-126', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14516, 26097, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6845, 6845, NULL, NULL, 'Carrera 5 # 4-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14517, 26098, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6846, 6846, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12705, 23661, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6847, 6847, NULL, NULL, 'Calle 6 # 5A-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14387, 26099, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6848, 6848, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14390, 26100, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6849, 6849, NULL, NULL, 'Calle 08 # 08-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14391, 26101, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6850, 6850, NULL, NULL, 'Carrera 15 # 4-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14392, 26102, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6851, 6851, NULL, NULL, 'Calle 8 # 5-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14393, 26103, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6852, 6852, NULL, NULL, 'Calle 18 # 9-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14394, 26104, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6853, 6853, NULL, NULL, 'Calle 3 # 13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14395, 26105, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6854, 6854, NULL, NULL, 'Barrio Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14396, 26106, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6855, 6855, NULL, NULL, 'Calle 3 # 9 -10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14397, 26107, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6856, 6856, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14398, 26108, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6857, 6857, NULL, NULL, 'Carrera 17 # 3-68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14399, 26109, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6858, 6858, NULL, NULL, 'Carrera 3 # 3-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14401, 26110, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6859, 6859, NULL, NULL, 'Carrera 8 # 8-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14402, 26111, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6860, 6860, NULL, NULL, 'Calle 9 # 5-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14267, 26112, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6861, 6861, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14268, 26113, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6862, 6862, NULL, NULL, 'Calle 9 # 9-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14270, 26115, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6863, 6863, NULL, NULL, 'Calle 12 # 10-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14271, 26116, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6864, 6864, NULL, NULL, 'Palacio De Justicia Carrera 3 # 7-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14272, 26117, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6865, 6865, NULL, NULL, 'Calle 8 # 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14273, 26118, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6866, 6866, NULL, NULL, 'Calle 5 # 6-25 Palacio De Justicia Piso 1º', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14274, 26119, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6867, 6867, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14275, 26120, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6868, 6868, NULL, NULL, 'Carrera 26 # 26-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14276, 26121, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6869, 6869, NULL, NULL, 'Carrera 9 Calle 6 Esquina Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14277, 26122, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6870, 6870, NULL, NULL, 'Calle 11 # 3A16 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14278, 26123, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6871, 6871, NULL, NULL, 'Carrera 18 # 1-39 Barrio El Puerto', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9430, 19113, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6872, 6872, NULL, NULL, 'Carrera 06 # 3-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14279, 26125, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6873, 6873, NULL, NULL, 'Carrera 3 # 7-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14280, 26126, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6874, 6874, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14146, 26127, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6875, 6875, NULL, NULL, 'Carrera 5 # 9-33-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14147, 26128, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6876, 6876, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14148, 26129, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6877, 6877, NULL, NULL, 'Carrera 3A # 6-104', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14149, 26130, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6878, 6878, NULL, NULL, 'Carrera 6 # 4-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14150, 26131, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6879, 6879, NULL, NULL, 'Calle 7 # 5-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8887, 19182, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6880, 6880, NULL, NULL, 'Carrera 6 # 5-15 Centro Comercial Los Pinos', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8886, 19181, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6881, 6881, NULL, NULL, 'Carrera 2 # 49-22- O -49-26 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18347, 30144, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6882, 6882, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14151, 26132, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6883, 6883, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14152, 26133, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6884, 6884, NULL, NULL, 'Carrera 13 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8885, 19180, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6885, 6885, NULL, NULL, 'Carrera 6 # 2-48-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14154, 26135, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6886, 6886, NULL, NULL, 'Carrera 2A # 1-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14155, 26137, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6887, 6887, NULL, NULL, 'Calle 14 # 11-36 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18348, 30145, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6888, 6888, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14156, 26138, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6889, 6889, NULL, NULL, 'Calle 6 # 6-70', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14157, 26139, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6890, 6890, NULL, NULL, 'Carrera 2 # 6-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14159, 26140, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6891, 6891, NULL, NULL, 'Calle Principal-Alcaldía Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14046, 26141, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6892, 6892, NULL, NULL, 'Carrera 5 # 9-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14047, 26142, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6893, 6893, NULL, NULL, 'Carrera 6 # 5-76', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14048, 26143, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6894, 6894, NULL, NULL, 'Carrera 4 # 8-81', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13808, 26061, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6895, 6895, NULL, NULL, 'Carrera 3 # 5-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13810, 26063, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6896, 6896, NULL, NULL, 'Calle 5 # 4A -04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14633, 26080, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6897, 6897, NULL, NULL, 'Calle 4 # 3-04 Nivel 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14049, 26144, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6898, 6898, NULL, NULL, 'Calle 2 # 4-18 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14050, 26145, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6899, 6899, NULL, NULL, 'Carrera 6 Calle 11 Esquina Palacio Municipal Quimbaya', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14051, 26146, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6900, 6900, NULL, NULL, 'Palacio De Justicia Carrera 6 Calle 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14052, 26147, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6901, 6901, NULL, NULL, 'Calle 4 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14054, 26149, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6902, 6902, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14053, 26148, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6903, 6903, NULL, NULL, 'Calle 5 # 2-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14056, 26150, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6904, 6904, NULL, NULL, 'Carrera 3 # 8-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14057, 26151, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6905, 6905, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14059, 26153, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6906, 6906, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14060, 26154, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6907, 6907, NULL, NULL, 'Calle 11 # 2-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14061, 26155, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6908, 6908, NULL, NULL, 'Calle 8 # 10-118', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13817, 26156, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6909, 6909, NULL, NULL, 'Carrera 7A # 6-47 Centro Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13818, 26157, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6910, 6910, NULL, NULL, 'Carrera 15 # 6-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13820, 26159, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6911, 6911, NULL, NULL, 'Casa Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13826, 26164, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6912, 6912, NULL, NULL, 'Carrera 9 # 5-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13827, 26165, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6913, 6913, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13828, 26166, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6914, 6914, NULL, NULL, 'Carrera 5 # 12-117 Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13829, 26167, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6915, 6915, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13831, 26169, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6916, 6916, NULL, NULL, 'Calle 5 # 2-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14644, 26170, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6917, 6917, NULL, NULL, 'Calle 4 # 4-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17939, 30082, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6918, 6918, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14645, 26171, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6919, 6919, NULL, NULL, 'Carrera 2 # 7-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14646, 26172, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6920, 6920, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14647, 26173, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6921, 6921, NULL, NULL, 'Carrera 2 # 21-70', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14648, 26174, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6922, 6922, NULL, NULL, 'Carrera 5 # 4-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14649, 26175, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6923, 6923, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14058, 26152, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6924, 6924, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13823, 26161, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6925, 6925, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13824, 26162, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6926, 6926, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13825, 26163, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6927, 6927, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14650, 26176, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6928, 6928, NULL, NULL, 'Calle 7 # 5-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14651, 26177, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6929, 6929, NULL, NULL, 'Calle 21 # 8-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14652, 26178, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6930, 6930, NULL, NULL, 'Calle 6 # 5-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14655, 26180, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6931, 6931, NULL, NULL, 'Carrera 45 # 68SUR-61 Oficina 108', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18351, 30148, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6932, 6932, NULL, NULL, 'Carrera 4 # 3-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14656, 26181, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6933, 6933, NULL, NULL, 'Carrera 7 # 15-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14659, 26184, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6934, 6934, NULL, NULL, 'Calle 2 # 5-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17940, 30083, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6935, 6935, NULL, NULL, 'Carrera 7 # 4-17 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14637, 26185, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6936, 6936, NULL, NULL, 'Carrera 5 Calle 3 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14639, 26187, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6937, 6937, NULL, NULL, 'Casa Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14640, 26188, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6938, 6938, NULL, NULL, 'Carrera 6 # 2-35 Piso 2 Salento', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14641, 26189, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6939, 6939, NULL, NULL, 'Carrera 31 # 28-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18352, 30149, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6940, 6940, NULL, NULL, 'Calle 4 # 4-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14642, 26190, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6941, 6941, NULL, NULL, 'Carrera 1A # 2-51B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15206, 26192, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6942, 6942, NULL, NULL, 'Carrera 9 # 5-48 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14643, 26191, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6943, 6943, NULL, NULL, 'Carrera 20 # 23-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15207, 26193, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6944, 6944, NULL, NULL, 'Carrera 11 # 3-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17941, 30084, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6945, 6945, NULL, NULL, 'Carrera 4 # 6-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18455, 30124, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6946, 6946, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15208, 26194, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6947, 6947, NULL, NULL, 'Parque Principal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15209, 26195, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6948, 6948, NULL, NULL, 'Diagonal 7 # 5-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15210, 26196, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6949, 6949, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15211, 26197, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6950, 6950, NULL, NULL, 'Carrera 4 # 5-10-14-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15212, 26198, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6951, 6951, NULL, NULL, 'Carrera 4 # 4-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15213, 26199, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6952, 6952, NULL, NULL, 'Calle 4 # 2-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15216, 26200, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6953, 6953, NULL, NULL, 'Calle 13 # 13-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15217, 26201, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6954, 6954, NULL, NULL, 'Calle 6 # 3-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15218, 26202, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6955, 6955, NULL, NULL, 'Carrera 7 # 8-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15220, 26204, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6956, 6956, NULL, NULL, 'Avenida 7 # 7-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15484, 26492, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6957, 6957, NULL, NULL, 'Carrera 4 # 10-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15221, 26205, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6958, 6958, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9009, 19179, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6959, 6959, NULL, NULL, 'Calle 1 # 2-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15094, 26206, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6960, 6960, NULL, NULL, 'Calle 19 # 02-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15096, 26208, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6961, 6961, NULL, NULL, 'Diagonal 4 # 3-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 3237, 13541, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6962, 6962, NULL, NULL, 'Calle 5 # 5-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15097, 26209, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6963, 6963, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12704, 23660, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6964, 6964, NULL, NULL, 'Calle # 2-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12702, 23659, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6965, 6965, NULL, NULL, 'Carrera 7 # 6-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15099, 26210, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6966, 6966, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15101, 26212, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6967, 6967, NULL, NULL, 'Calle 21 # 42-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11472, 22963, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6968, 6968, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15102, 26213, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6969, 6969, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18241, 30152, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6970, 6970, NULL, NULL, 'Carrera 5 # 5-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15103, 26214, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6971, 6971, NULL, NULL, 'Carrera 2 # 6-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15104, 26215, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6972, 6972, NULL, NULL, 'Calle 4 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15105, 26216, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6973, 6973, NULL, NULL, 'Calle 18 # 21-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18242, 30153, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6974, 6974, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15106, 26217, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6975, 6975, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15107, 26218, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6976, 6976, NULL, NULL, 'Carrera 6 # 4-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15108, 26219, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6977, 6977, NULL, NULL, 'Carrera 23 # 12 84', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14982, 26220, 'Lunes a Viernes De 7:30 a.m. a 12:00 m. Y De 1:30 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6978, 6978, NULL, NULL, 'Carrera 4 # 12-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14983, 26221, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6979, 6979, NULL, NULL, 'Carrera 6 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14984, 26222, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6980, 6980, NULL, NULL, 'Calle 11 Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9008, 19178, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6981, 6981, NULL, NULL, 'Carrera 7 # 6-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14985, 26223, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6982, 6982, NULL, NULL, 'Carrera 20 # 19-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18243, 30154, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6983, 6983, NULL, NULL, 'Calle 6 # 1-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9084, 19150, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6984, 6984, NULL, NULL, 'Carrera 12 # 8-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11464, 22955, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6985, 6985, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14986, 26224, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6986, 6986, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14987, 26225, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6987, 6987, NULL, NULL, 'Calle 7 # 6-70-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14988, 26226, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6988, 6988, NULL, NULL, 'Carrera 6 # 4-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14989, 26227, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6989, 6989, NULL, NULL, 'Carrera 7 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14990, 26228, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6990, 6990, NULL, NULL, 'Calle 18 24-44 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14991, 26229, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6991, 6991, NULL, NULL, 'Calle 15 # 7-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14993, 26230, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6992, 6992, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11463, 22954, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6993, 6993, NULL, NULL, 'Carrera 4 # 4-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14995, 26232, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6994, 6994, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14996, 26233, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6995, 6995, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14871, 26235, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6996, 6996, NULL, NULL, 'Calle 20 # 19-16 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14872, 26236, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6997, 6997, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11462, 22953, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6998, 6998, NULL, NULL, 'Casa Cural', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14874, 26238, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (6999, 6999, NULL, NULL, 'Carrera 13A # 9-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14875, 26239, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7000, 7000, NULL, NULL, 'Calle 3 # 3-106', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14878, 26241, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7001, 7001, NULL, NULL, 'Carrera 49A # 48-04 Oficina 308', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14879, 26242, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7002, 7002, NULL, NULL, 'Carrera 47Ca # 51-52 Local 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14880, 26243, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7003, 7003, NULL, NULL, 'Carrera 8 # 6-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14881, 26244, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7004, 7004, NULL, NULL, 'Carrera 29 # 30-22 Oficina 201', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11440, 22647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7005, 7005, NULL, NULL, 'Calle 21 # 18-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11441, 22648, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7006, 7006, NULL, NULL, 'Alcaldía Municipal Calle Principal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14882, 26245, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7007, 7007, NULL, NULL, 'Carrera 5 # 4-86', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14883, 26246, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7008, 7008, NULL, NULL, 'Carrera 29 # 30-20 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11442, 22649, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7009, 7009, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14884, 26247, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7010, 7010, NULL, NULL, 'Carrera 4 # 3-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14885, 26248, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7011, 7011, NULL, NULL, 'Carrera 3 # 10-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14886, 26249, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7012, 7012, NULL, NULL, 'Carrera 4A # 4-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15441, 26250, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7013, 7013, NULL, NULL, 'Carrera 6 # 2-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15442, 26251, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7014, 7014, NULL, NULL, 'Carrera Bolivar Edificio Aures Oficina 302', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11294, 22650, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7015, 7015, NULL, NULL, 'Carrera 6 # 3-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15445, 26254, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7016, 7016, NULL, NULL, 'Calle 6 # 3-49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15446, 26255, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7017, 7017, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15447, 26256, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7018, 7018, NULL, NULL, 'Area Urbana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15448, 26257, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7019, 7019, NULL, NULL, 'Carrera 4 # 4 Impar', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15449, 26258, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7020, 7020, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15450, 26259, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7021, 7021, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15451, 26260, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7022, 7022, NULL, NULL, 'Carrera 4 # 10-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17942, 30085, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7023, 7023, NULL, NULL, 'Carrera 5 # 5-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15452, 26261, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7024, 7024, NULL, NULL, 'Calle 30 # 32-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15453, 26262, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7025, 7025, NULL, NULL, 'Carrera 30 # 30B-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18244, 30156, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7026, 7026, NULL, NULL, 'Calle 5 # 7-50 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15454, 26263, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7027, 7027, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11551, 22951, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7028, 7028, NULL, NULL, 'Carrera 9 # 5-86', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15323, 26264, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7029, 7029, NULL, NULL, 'Calle 4 # 4-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15324, 26265, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7030, 7030, NULL, NULL, 'Calle 10 # 4-44 Barrio Jesus De Nasareno Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15325, 26266, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7031, 7031, NULL, NULL, 'Calle 4 # 1C-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15326, 26267, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7032, 7032, NULL, NULL, 'Calle 4 # 3-89 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15327, 26268, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7033, 7033, NULL, NULL, 'Carrera 3 # 3-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15328, 26269, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7034, 7034, NULL, NULL, 'Carrera 3 # 14-20 Tolu', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15331, 26271, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7035, 7035, NULL, NULL, 'Carrera 14 # 11-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18245, 30157, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7036, 7036, NULL, NULL, 'Calle 8A # 14-97', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15332, 26272, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7037, 7037, NULL, NULL, 'Calle 8 # 6-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15333, 26273, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7038, 7038, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15334, 26274, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7039, 7039, NULL, NULL, 'Calle 27 # 13-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15335, 26275, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7040, 7040, NULL, NULL, 'Carrera 7 # 7-30, Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15336, 26276, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7041, 7041, NULL, NULL, 'Calle 7 # 3-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15337, 26277, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7042, 7042, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15338, 26278, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7043, 7043, NULL, NULL, 'Carrera 2 # 3-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15222, 26279, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7044, 7044, NULL, NULL, 'Calle Sentenario Edificio La Cascada Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18246, 30158, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7045, 7045, NULL, NULL, 'Carrera 5 # 5-14 Casa Santander', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15223, 26280, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7046, 7046, NULL, NULL, 'Alcaldia Municipal Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15224, 26281, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7047, 7047, NULL, NULL, 'Carrera 8 # 10-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15225, 26282, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7048, 7048, NULL, NULL, 'Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15226, 26283, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7049, 7049, NULL, NULL, 'Carrera 4 # S. 2- 71 Y 2- 73, Barrio La Milagrosa', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15227, 26284, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7050, 7050, NULL, NULL, 'Calle 10 # 4-58/60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15228, 26285, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7051, 7051, NULL, NULL, 'Carrera 2 # 13-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15229, 26286, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7052, 7052, NULL, NULL, 'Calle 3A # 6-57 Casa Fiscal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15230, 26287, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7053, 7053, NULL, NULL, 'Carrera 8 # 8-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15231, 26288, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7054, 7054, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8668, 19220, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7055, 7055, NULL, NULL, 'Carrera 9 # 11-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15232, 26289, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7056, 7056, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15233, 26290, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7057, 7057, NULL, NULL, 'Calle 3 # 7-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15234, 26291, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7058, 7058, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15235, 26292, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7059, 7059, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15110, 26293, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7060, 7060, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15111, 26294, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7061, 7061, NULL, NULL, 'Carrera 3 # 2-78', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15112, 26295, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7062, 7062, NULL, NULL, 'Calle 7 # 4-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15113, 26296, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7063, 7063, NULL, NULL, 'Calle 4 # 4-29 Barrio El Centro', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15114, 26297, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7064, 7064, NULL, NULL, 'Carrera 4 # 2-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15115, 26298, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7065, 7065, NULL, NULL, 'Carrera 6 # 6-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18249, 30160, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7066, 7066, NULL, NULL, 'Calle 10 # 9-20 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18250, 30161, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7067, 7067, NULL, NULL, 'Calle 3 # 5C-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8666, 19219, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7068, 7068, NULL, NULL, 'Calle 4 # 3-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15116, 26299, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7069, 7069, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15119, 26300, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7070, 7070, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15120, 26301, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7071, 7071, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15121, 26302, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7072, 7072, NULL, NULL, 'Alcaldía Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15122, 26303, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7073, 7073, NULL, NULL, 'Calle 5 # 8-32, Piso 2, Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15123, 26304, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7074, 7074, NULL, NULL, 'Carrera 16 # 4-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15124, 26305, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7075, 7075, NULL, NULL, 'Calle 6 # 3-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17943, 30086, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7076, 7076, NULL, NULL, 'Calle 3 # 1-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14999, 26308, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7077, 7077, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15000, 26309, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7078, 7078, NULL, NULL, 'Carrera 6 # 8-91-Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15003, 26312, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7079, 7079, NULL, NULL, 'Calle 4 # 7 -12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15004, 26313, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7080, 7080, NULL, NULL, 'Calle 32 # 6-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15005, 26314, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7081, 7081, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15006, 26315, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7082, 7082, NULL, NULL, 'Carrera 4 # 6-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15007, 26316, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7083, 7083, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15008, 26317, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7084, 7084, NULL, NULL, 'Carrera 3 # 3-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15009, 26318, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7085, 7085, NULL, NULL, 'Carrera 4 # 2-44 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15010, 26319, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7086, 7086, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15011, 26320, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7087, 7087, NULL, NULL, 'Calle 1 # 3-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14998, 26307, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7088, 7088, NULL, NULL, 'Calle 3 # 8-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14657, 26182, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7089, 7089, NULL, NULL, 'Calle 6 # 3-86', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14658, 26183, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7090, 7090, NULL, NULL, 'Carrera 2 # 4-26 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14887, 26321, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7091, 7091, NULL, NULL, 'Carrera 6 # 15-62 Cerca Al Parque Reyes', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14888, 26322, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7092, 7092, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14889, 26323, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7093, 7093, NULL, NULL, 'Calle 5 # 3-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 3238, 13542, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7094, 7094, NULL, NULL, 'Calle 16 # 15-81', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14891, 26325, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7095, 7095, NULL, NULL, 'Carrera 4 # 05-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14892, 26326, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7096, 7096, NULL, NULL, 'Edificio Telecom', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14893, 26327, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7097, 7097, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14894, 26328, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7098, 7098, NULL, NULL, 'Calle 12 # 19-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18253, 30164, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7099, 7099, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14895, 26329, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7100, 7100, NULL, NULL, 'Carrera 19 # 19-45 Plaza Principal Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18137, 30165, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7101, 7101, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14896, 26330, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7102, 7102, NULL, NULL, 'Calle 5 # 14-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14897, 26331, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7103, 7103, NULL, NULL, 'Calle 2 # 7-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14898, 26332, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7104, 7104, NULL, NULL, 'Calle 3 # 2-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17944, 30087, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7105, 7105, NULL, NULL, 'Diagonal 3 # 3-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14899, 26333, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7106, 7106, NULL, NULL, 'Carrera 3 # 7-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14900, 26334, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7107, 7107, NULL, NULL, 'Carrera 6 # 2-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14901, 26335, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7108, 7108, NULL, NULL, 'Calle 5 # 5-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14768, 26336, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7109, 7109, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14769, 26337, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7110, 7110, NULL, NULL, 'Calle 5 # 3-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17946, 30089, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7111, 7111, NULL, NULL, 'Calle 5 # 2-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14770, 26338, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7112, 7112, NULL, NULL, 'Calle 7 # 4-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14771, 26339, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7113, 7113, NULL, NULL, 'Carrera 8 # 3-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14773, 26340, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7114, 7114, NULL, NULL, 'Carrera 4 # 4-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14774, 26341, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7115, 7115, NULL, NULL, 'Carrera 3 # 4-56 Barrio Miraflores', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14775, 26342, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7116, 7116, NULL, NULL, 'Carrera 15 # 3-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14776, 26343, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7117, 7117, NULL, NULL, 'Calle 11 # 6A-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11618, 22931, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7118, 7118, NULL, NULL, 'Carrera 2 # 3-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14778, 26345, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7119, 7119, NULL, NULL, 'Carrera 18 # 18-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14777, 26344, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7120, 7120, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14779, 26346, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7121, 7121, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14780, 26347, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7122, 7122, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14781, 26348, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7123, 7123, NULL, NULL, 'Calle 20 # 20-59 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18138, 30166, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7124, 7124, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14782, 26349, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7125, 7125, NULL, NULL, 'Carrera 9 # 4-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14660, 26350, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7127, 7127, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14662, 26352, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7128, 7128, NULL, NULL, 'Carrera 5 # 14-77 El Contento', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14663, 26353, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7129, 7129, NULL, NULL, 'Diagonal 2 # 6-50 Apartamento 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14664, 26354, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7130, 7130, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14665, 26355, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7131, 7131, NULL, NULL, 'Carrera 10 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14667, 26357, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7132, 7132, NULL, NULL, 'Carrera 5 Calle 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14668, 26358, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7133, 7133, NULL, NULL, 'Calle 11 # 3-15 Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14669, 26359, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7134, 7134, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14671, 26360, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7135, 7135, NULL, NULL, 'Carrera 3 # 7-13 Barrio Libertador', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14672, 26361, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7136, 7136, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14673, 26362, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7137, 7137, NULL, NULL, 'Carrera 18 # 19-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14674, 26363, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7138, 7138, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14675, 26364, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7139, 7139, NULL, NULL, 'Calle 13 # 15B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15455, 26365, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7140, 7140, NULL, NULL, 'Calle 2 # 3-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15456, 26366, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7141, 7141, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8665, 19218, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7142, 7142, NULL, NULL, 'Carrera 16 # 19-15-Mz 75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15457, 26367, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7143, 7143, NULL, NULL, 'Carrera 14 Calle100 # 13-75 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18143, 30170, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7144, 7144, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15458, 26368, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7145, 7145, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15459, 26369, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7146, 7146, NULL, NULL, 'Carrera 3 # 3-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15461, 26370, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7147, 7147, NULL, NULL, 'Carrera 11 # 4-72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14890, 26324, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7148, 7148, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18252, 30163, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7149, 7149, NULL, NULL, 'Perímetro Urbano', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14666, 26356, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7150, 7150, NULL, NULL, 'Calle 3 # 2-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15462, 26371, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7151, 7151, NULL, NULL, 'Calle 5 # 3-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15463, 26372, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7152, 7152, NULL, NULL, 'Carrera 3 # 5-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15464, 26373, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7153, 7153, NULL, NULL, 'Calle 3 # 5-0', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15466, 26375, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7154, 7154, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15467, 26376, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7155, 7155, NULL, NULL, 'Cabecera Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15468, 26377, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7156, 7156, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18144, 30171, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7157, 7157, NULL, NULL, 'Transversal # 6-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15469, 26378, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7158, 7158, NULL, NULL, 'Calle 28 # 30-17 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18145, 30172, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7159, 7159, NULL, NULL, 'Carrera 9 # 13-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9194, 19149, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7160, 7160, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15470, 26379, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7161, 7161, NULL, NULL, 'Palacio Municipal Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18146, 30173, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7162, 7162, NULL, NULL, 'Calle 11 # Carrera 15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15341, 26381, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7163, 7163, NULL, NULL, 'Carrera 7 # 6-49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15342, 26382, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7164, 7164, NULL, NULL, 'Calle 5 # 6-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15343, 26383, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7165, 7165, NULL, NULL, 'Calle 6 # 3-38-42-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15344, 26384, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7166, 7166, NULL, NULL, 'Calle 10 # 4-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15345, 26385, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7167, 7167, NULL, NULL, 'Calle 51 # 49-04 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18147, 30174, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7168, 7168, NULL, NULL, 'Calle 5 # 3-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15348, 26388, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7169, 7169, NULL, NULL, 'Carrera 4 # 4-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15349, 26389, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7170, 7170, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15351, 26390, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7171, 7171, NULL, NULL, 'Carrera 3 # 3- 33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15352, 26391, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7172, 7172, NULL, NULL, 'Carrera 6 # 7-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15353, 26392, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7173, 7173, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15354, 26393, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7174, 7174, NULL, NULL, 'Carrera 5 # 3-24 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15236, 26394, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7175, 7175, NULL, NULL, 'Calle 10 # 4-60 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15237, 26395, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7176, 7176, NULL, NULL, 'Barrio Venezuela Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14690, 26479, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7177, 7177, NULL, NULL, 'Carrera 4 # 3-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15238, 26396, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7178, 7178, NULL, NULL, 'Carrera 10 # 11-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15239, 26397, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7179, 7179, NULL, NULL, 'Carrera 3 # Calle 9 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15240, 26398, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7180, 7180, NULL, NULL, 'Carrera 8 # 03-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15241, 26399, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7181, 7181, NULL, NULL, 'Km 3 Autopista Internacional San Antonio # 22 #193 Edificio Los Pinos Oficina 203B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15244, 26401, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7182, 7182, NULL, NULL, 'Calle 2 # 5-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15245, 26402, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7183, 7183, NULL, NULL, 'Carrera 5 # 4-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15246, 26403, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7184, 7184, NULL, NULL, 'Carrera 4 # 3-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15247, 26404, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7185, 7185, NULL, NULL, 'Carrera 3 Calle 8 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15248, 26405, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7186, 7186, NULL, NULL, 'Calle 15 # 14-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15126, 26408, 'Lunes a Viernes De 8:00 a.m. a 12:00 m. Y De 2:00 p.m. a 6:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7187, 7187, NULL, NULL, 'Carrera 5 # 4-43 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15128, 26410, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7188, 7188, NULL, NULL, 'Carrera 4 # 3-64-Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17948, 30091, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7189, 7189, NULL, NULL, 'Carrera 8 # 4-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15129, 26411, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7190, 7190, NULL, NULL, 'Calle 20 # 11-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15130, 26412, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7191, 7191, NULL, NULL, 'Carrera 6 # 4-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15131, 26413, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7192, 7192, NULL, NULL, 'Carrera 13 # 8-9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15132, 26414, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7193, 7193, NULL, NULL, 'Calle 8 # 6-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15133, 26415, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7194, 7194, NULL, NULL, 'Carrera 2 # 9-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15134, 26417, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7195, 7195, NULL, NULL, 'Carrera 3 Con Calle 2 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15135, 26418, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7196, 7196, NULL, NULL, 'Carrera 20 # 100-118 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18149, 30176, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7197, 7197, NULL, NULL, 'Palacio Municipal Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18151, 30178, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7198, 7198, NULL, NULL, 'Calle Colombia # 20-214 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15136, 26419, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7199, 7199, NULL, NULL, 'Carrera 51 # 51-06 Barrio Central Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18152, 30179, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7200, 7200, NULL, NULL, 'Carrera 7 # 5-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15137, 26420, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7201, 7201, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8664, 19217, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7202, 7202, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 3076, 12993, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7203, 7203, NULL, NULL, 'Carrera 7 # 5-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15138, 26421, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7204, 7204, NULL, NULL, 'Parque Principal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15471, 26480, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7205, 7205, NULL, NULL, 'Carrera 9 # 10-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15012, 26422, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7206, 7206, NULL, NULL, 'Carrera 3 # 2-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15013, 26423, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7207, 7207, NULL, NULL, 'Calle 6 # 4-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15014, 26424, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7208, 7208, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15015, 26425, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7209, 7209, NULL, NULL, 'Edificio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15465, 26374, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7210, 7210, NULL, NULL, 'Calle 4 # 3-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15340, 26380, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7211, 7211, NULL, NULL, 'Calle 21 # 21-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7913, 18662, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7212, 7212, NULL, NULL, 'Calle 22 # 16-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7914, 18663, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7213, 7213, NULL, NULL, 'Calle 50 # 8B-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7915, 18664, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7214, 7214, NULL, NULL, 'Carrera 44 # 38-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7916, 18665, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7215, 7215, NULL, NULL, 'Carrera 10 # 35-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7917, 18666, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7216, 7216, NULL, NULL, 'Carrera 3 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7918, 18667, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7217, 7217, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7919, 18668, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7218, 7218, NULL, NULL, 'Carrera 5 # 12-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7783, 18669, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7219, 7219, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7785, 18670, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7220, 7220, NULL, NULL, 'Carrera 6A # 10-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7786, 18671, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7221, 7221, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7787, 18672, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7222, 7222, NULL, NULL, 'Calle 21 # 40-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7788, 18673, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7223, 7223, NULL, NULL, 'Calle 5 # 1-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7789, 18674, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7224, 7224, NULL, NULL, 'Carrera 6 # 15-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7790, 18675, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7225, 7225, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7791, 18676, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7226, 7226, NULL, NULL, 'Comfatolima Ambalá # 69', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9666, 2, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7227, 7227, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7792, 18677, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7228, 7228, NULL, NULL, 'Carrera 23 # 21-48 Palacio De Justicia Fanny González Franco', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7793, 18678, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7229, 7229, NULL, NULL, 'Edificio Atlas Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7794, 18679, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7230, 7230, NULL, NULL, 'Calle 7 # 3-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7796, 18680, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7231, 7231, NULL, NULL, 'Calle 27 # 4-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7797, 18681, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7232, 7232, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7798, 18682, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7233, 7233, NULL, NULL, 'Carrera 23 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8567, 18683, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7234, 7234, NULL, NULL, 'Palacio De Justicia Torre A Segundo Piso Oficina 209', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8568, 18684, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7235, 7235, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8569, 18685, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7236, 7236, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8570, 18686, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7237, 7237, NULL, NULL, 'Calle 7 # 15-58 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8571, 18687, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7238, 7238, NULL, NULL, 'Calle 10 # 9-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8572, 18688, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7239, 7239, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8573, 18689, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7240, 7240, NULL, NULL, 'Carrera 18 # 20-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8575, 18690, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7241, 7241, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8576, 18691, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7242, 7242, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8577, 18692, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7243, 7243, NULL, NULL, 'Carrera 14X Calle 100 # 13 75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8578, 18693, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7244, 7244, NULL, NULL, 'Carrera 14 # 14-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8579, 18694, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7245, 7245, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8580, 18695, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7246, 7246, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8581, 18696, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7247, 7247, NULL, NULL, 'Calle 5 # 6-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8582, 18697, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7248, 7248, NULL, NULL, 'Carrera 100 # 94-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9012, 19282, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7249, 7249, NULL, NULL, 'Avenida Providencia # 1A-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9013, 19283, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7250, 7250, NULL, NULL, 'Palacio De Justicia Oficina 212', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9014, 19284, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7251, 7251, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9015, 19285, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7252, 7252, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9016, 19286, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7253, 7253, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9017, 19288, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7254, 7254, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9018, 19289, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7255, 7255, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9019, 19290, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7256, 7256, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9020, 19291, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7257, 7257, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9021, 19292, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7258, 7258, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9022, 19293, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7259, 7259, NULL, NULL, 'Carrera 6 # 10-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9023, 19294, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7260, 7260, NULL, NULL, 'Calle 12 # 16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8899, 19295, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7261, 7261, NULL, NULL, 'Carrera 7 # 14-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8900, 19296, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7262, 7262, NULL, NULL, 'Calle 7 # 10B-61 Piso 2 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8901, 19297, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7263, 7263, NULL, NULL, 'Calle 40 # 44-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8902, 19298, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7264, 7264, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8903, 19299, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7265, 7265, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8905, 19300, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7266, 7266, NULL, NULL, 'Calle 8 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8906, 19301, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7267, 7267, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8907, 19302, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7268, 7268, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8908, 19303, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7269, 7269, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8909, 19304, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7270, 7270, NULL, NULL, 'Calle 5 # 1-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8910, 19305, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7271, 7271, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8911, 19306, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7272, 7272, NULL, NULL, 'Transversal 16 # 11- 85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8912, 19307, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7273, 7273, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8913, 19308, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7274, 7274, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8793, 19309, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7275, 7275, NULL, NULL, 'Carrera 9 # 10-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8795, 19310, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7276, 7276, NULL, NULL, 'Calle 14 Esqunia Carrera 11 Edificio Nacional', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8796, 19311, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7277, 7277, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8797, 19312, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7278, 7278, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8798, 19313, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7279, 7279, NULL, NULL, 'Calle 7 # 20-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8799, 19314, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7280, 7280, NULL, NULL, 'Carrera 52 # 51-68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8800, 19315, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7281, 7281, NULL, NULL, 'Carrera 2 # 16-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8801, 19316, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7282, 7282, NULL, NULL, 'Edificio Mereb Arana', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8802, 19317, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7283, 7283, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8803, 19318, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7284, 7284, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8804, 19319, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7285, 7285, NULL, NULL, 'Carrera 25 # 4-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8805, 19320, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7286, 7286, NULL, NULL, 'Calle 30 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8806, 19321, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7287, 7287, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8807, 19322, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7288, 7288, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 4 Oficina 402', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8670, 19323, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7289, 7289, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8671, 19324, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7290, 7290, NULL, NULL, 'Calle 4 # 6-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8672, 19325, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7291, 7291, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8673, 19326, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7292, 7292, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8674, 19327, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7293, 7293, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8675, 19328, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7294, 7294, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8676, 19329, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7295, 7295, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8678, 19330, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7296, 7296, NULL, NULL, 'Carrera 47 # 60-50 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8679, 19331, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7297, 7297, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8680, 19332, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7298, 7298, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8681, 19333, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7299, 7299, NULL, NULL, 'Calle 3 # 8-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8682, 19334, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7300, 7300, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8683, 19335, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7301, 7301, NULL, NULL, 'Calle 13 # 9-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8684, 19336, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7302, 7302, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8685, 19337, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7303, 7303, NULL, NULL, 'Calle 12 # 9-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9452, 19338, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7304, 7304, NULL, NULL, 'Calle 20 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9453, 19339, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7305, 7305, NULL, NULL, 'Calle 26 # 27-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9455, 19340, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7306, 7306, NULL, NULL, 'Calle Mosquera, Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9456, 19341, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7307, 7307, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9457, 19342, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7308, 7308, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9458, 19343, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7309, 7309, NULL, NULL, 'Palacio De Justicia Oficina 402 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9460, 19345, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7310, 7310, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9459, 19344, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7311, 7311, NULL, NULL, 'Carrera 14 # 13-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9461, 19346, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7312, 7312, NULL, NULL, 'Calle 6 # 17-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9462, 19347, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7313, 7313, NULL, NULL, 'Calle 14 # 48-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24228, 9163, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7314, 7314, NULL, NULL, 'Carrera 100 # 94-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24229, 9164, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7315, 7315, NULL, NULL, 'Calle 24 # 45-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24230, 9166, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7316, 7316, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24231, 9167, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7317, 7317, NULL, NULL, 'Avenida 4E # 7-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24232, 9168, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7318, 7318, NULL, NULL, 'Calle 11 # 3-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24233, 9169, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7319, 7319, NULL, NULL, 'Carrera 4 # 33-72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24128, 9170, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7320, 7320, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24129, 9171, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7321, 7321, NULL, NULL, 'Calle 24 # 24-95', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24130, 9172, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7322, 7322, NULL, NULL, 'Calle 23 # 16-39 1 Piso Edificio Las Marias', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24131, 9173, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7323, 7323, NULL, NULL, 'Calle 16B # 9-83', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24132, 9174, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7324, 7324, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24133, 9175, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7325, 7325, NULL, NULL, 'Avenida Los Libertadores # 2A-106', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9463, 19348, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7326, 7326, NULL, NULL, 'Palacio De Justicia Oficina 214', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9464, 19349, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7327, 7327, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9465, 19350, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7328, 7328, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9466, 19351, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7329, 7329, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18043, 30180, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7330, 7330, NULL, NULL, 'Carrera 10 # 14-33 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9335, 19352, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7331, 7331, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9336, 19353, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7332, 7332, NULL, NULL, 'Calle 3 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9337, 19354, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7333, 7333, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9338, 19355, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7334, 7334, NULL, NULL, 'Carrera 24 # 39-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9339, 19356, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7335, 7335, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9341, 19358, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7336, 7336, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15920, 27807, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7337, 7337, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9342, 19359, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7338, 7338, NULL, NULL, 'Calle 10 # 8-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9343, 19360, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7339, 7339, NULL, NULL, 'Carrera 7 # 14A-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9345, 19362, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7340, 7340, NULL, NULL, 'Calle 10 # 10-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9344, 19361, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7341, 7341, NULL, NULL, 'Palacio De Justicia Bloque A Piso 3 Oficina 305 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9346, 19363, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7342, 7342, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9347, 19364, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7343, 7343, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9348, 19365, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7344, 7344, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9349, 19366, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7345, 7345, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9212, 19367, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7346, 7346, NULL, NULL, 'Calle 12 # 5-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9213, 19368, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7347, 7347, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9214, 19369, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7348, 7348, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9216, 19370, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7349, 7349, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9217, 19371, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7350, 7350, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18044, 30181, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7351, 7351, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9218, 19372, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7352, 7352, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9219, 19373, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7353, 7353, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9220, 19374, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7354, 7354, NULL, NULL, 'Transversal 16 # 11- 85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9221, 19375, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7355, 7355, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9222, 19376, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7356, 7356, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9223, 19377, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7357, 7357, NULL, NULL, 'Calle 14 Esqunia Carrera 11 Edificio Nacional', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9224, 19378, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7358, 7358, NULL, NULL, 'Carrera 2 # 8-90 Oficina 609', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 2949, 13, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7359, 7359, NULL, NULL, 'Calle 19 # 5-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9225, 19379, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7360, 7360, NULL, NULL, 'Carrera 52 # 51- 68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9227, 19380, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7361, 7361, NULL, NULL, 'Avenida 6 # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9110, 19381, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7362, 7362, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9111, 19382, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7363, 7363, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9112, 19383, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7364, 7364, NULL, NULL, 'Calle 14 # 10-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9113, 19384, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7365, 7365, NULL, NULL, 'Calle 27 # 4-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9114, 19385, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7366, 7366, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 811', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9115, 19386, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7367, 7367, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 2 Oficina 203', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9116, 19387, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7368, 7368, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9117, 19388, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7369, 7369, NULL, NULL, 'Calle 4 # 6-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9118, 19389, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7370, 7370, NULL, NULL, 'Calle 41 # 7-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9120, 19391, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7371, 7371, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9121, 19392, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7372, 7372, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9122, 19393, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7373, 7373, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9123, 19394, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7374, 7374, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9193, 19148, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7375, 7375, NULL, NULL, 'Carrera 47 # 60-50 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9124, 19395, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7376, 7376, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9024, 19396, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7377, 7377, NULL, NULL, 'Carrera 14 # 12-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9025, 19397, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7378, 7378, NULL, NULL, 'Calle 3S # 8-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9026, 19398, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7379, 7379, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9027, 19399, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7380, 7380, NULL, NULL, 'Calle 13 # 9-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9029, 19400, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7381, 7381, NULL, NULL, 'Carrera 10 # 15-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9030, 19401, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7382, 7382, NULL, NULL, 'Calle 20 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9031, 19402, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7383, 7383, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9032, 19403, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7384, 7384, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9033, 19404, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7385, 7385, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9034, 19405, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7386, 7386, NULL, NULL, 'Carrera 13 # 16-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9035, 19406, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7387, 7387, NULL, NULL, 'Palacio 14 # 20-102', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9036, 19407, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7388, 7388, NULL, NULL, 'Calle 8 # 23-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9037, 19408, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7389, 7389, NULL, NULL, 'Calle 7 # 3-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9038, 19409, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7390, 7390, NULL, NULL, 'Carrera 17 # 4B-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8915, 19410, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7391, 7391, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10191, 20139, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7392, 7392, NULL, NULL, 'Palacio De Justicia Oficina 411', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10193, 20140, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7393, 7393, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10194, 20141, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7394, 7394, NULL, NULL, 'Calle 11 # 9A-24 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10195, 20142, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7395, 7395, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10197, 20144, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7396, 7396, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10198, 20145, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7397, 7397, NULL, NULL, 'Carrera 10B # 32 C -14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10199, 20147, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7398, 7398, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10200, 20148, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7399, 7399, NULL, NULL, 'Avenida 16 # 16-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10201, 20149, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7400, 7400, NULL, NULL, 'Calle 3 # 1-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10100, 20150, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7401, 7401, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10101, 20151, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7402, 7402, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10102, 20152, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7403, 7403, NULL, NULL, 'Calle 27 # 17-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10103, 20153, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7404, 7404, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10104, 20154, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7405, 7405, NULL, NULL, 'Calle 7 # 3-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10105, 20155, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7406, 7406, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10106, 20156, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7407, 7407, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10107, 20157, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7408, 7408, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10108, 20158, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7409, 7409, NULL, NULL, 'Carrera 23 # 19-58 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10109, 20159, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7410, 7410, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10111, 20160, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7411, 7411, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10112, 20161, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7412, 7412, NULL, NULL, 'Carrera 10 # 9-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10113, 20162, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7413, 7413, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10114, 20163, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7414, 7414, NULL, NULL, 'Calle 9 # 4-10 Parque Principal Trib Superior', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10115, 20164, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7415, 7415, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10032, 20165, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7416, 7416, NULL, NULL, 'Carrera 12 # 15-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10033, 20167, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7417, 7417, NULL, NULL, 'Carrera 36 # 33A-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10034, 20168, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7418, 7418, NULL, NULL, 'Carrera 14 # 13-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10035, 20169, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7419, 7419, NULL, NULL, 'Carrera 13 # 5-49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10037, 20170, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7420, 7420, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12628, 23790, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7421, 7421, NULL, NULL, 'Palacio De Justicia Oficina 128T', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12629, 23791, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7422, 7422, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12630, 23792, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7423, 7423, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12631, 23793, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7424, 7424, NULL, NULL, 'Calle 14 # 7-36 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12632, 23794, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7425, 7425, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12497, 23795, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7426, 7426, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12498, 23796, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7427, 7427, NULL, NULL, 'Carrera 5 # 36-133', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12499, 23797, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7428, 7428, NULL, NULL, 'Palacio De Justicia Bloque C Piso 1 Oficina 104 C', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12500, 23798, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7429, 7429, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12501, 23799, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7430, 7430, NULL, NULL, 'Avenida 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12503, 23800, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7431, 7431, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12504, 23801, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7432, 7432, NULL, NULL, 'Carrera 52 # 51- 68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12505, 23802, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7433, 7433, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12506, 23803, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7434, 7434, NULL, NULL, 'Calle 27 # 4-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12507, 23805, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7435, 7435, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12508, 23806, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7436, 7436, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12509, 23807, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7437, 7437, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12510, 23808, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7438, 7438, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12390, 23809, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7439, 7439, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12392, 23810, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7440, 7440, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12393, 23811, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7441, 7441, NULL, NULL, 'Calle 23 # 18-50 3 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12394, 23812, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7442, 7442, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12395, 23813, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7443, 7443, NULL, NULL, 'Calle 14 Carrera 14 Esquina Palacio De Justicia Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12396, 23814, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7444, 7444, NULL, NULL, 'Palacio De Justicia Oficina 112 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12397, 23815, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7445, 7445, NULL, NULL, 'Carrera 17 # 6 B-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12398, 23816, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7446, 7446, NULL, NULL, 'Calle 21A # 68-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23172, 8014, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7447, 7447, NULL, NULL, 'Diagonal 62 Sur # 20 F-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23173, 8015, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7448, 7448, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23174, 8016, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7449, 7449, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23175, 8017, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7450, 7450, NULL, NULL, 'Diagonal 26M # 73-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23176, 8018, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7451, 7451, NULL, NULL, 'Diagonal 38 # 72-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23177, 8019, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7452, 7452, NULL, NULL, 'Avenida 4E # 3E-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23179, 8020, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7453, 7453, NULL, NULL, 'Carrera 2 # 11-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23180, 8021, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7454, 7454, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23181, 8022, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7455, 7455, NULL, NULL, 'Calle 32 # 7-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23182, 8023, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7456, 7456, NULL, NULL, 'Carrera 7 # 6-03', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23183, 8024, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7457, 7457, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23048, 8025, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7458, 7458, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23049, 8026, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7459, 7459, NULL, NULL, 'Carrera 10 # 18-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23050, 8027, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7460, 7460, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23051, 8028, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7461, 7461, NULL, NULL, 'Calle 12 # 8-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23052, 8029, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7462, 7462, NULL, NULL, 'Calle 20 # 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23054, 8030, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7463, 7463, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23055, 8031, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7464, 7464, NULL, NULL, 'Carrera 36 # 33 A-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23056, 8032, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7465, 7465, NULL, NULL, 'Calle 108 # 99-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12529, 24027, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7466, 7466, NULL, NULL, 'Palacio De Justicia Oficina 201T', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12530, 24028, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7467, 7467, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12531, 24029, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7468, 7468, NULL, NULL, 'Calle 14 # 7-36 Piso 18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12533, 24030, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7469, 7469, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12534, 24031, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7470, 7470, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12535, 24032, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7471, 7471, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12536, 24033, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7472, 7472, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12537, 24034, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7473, 7473, NULL, NULL, 'Edificio Palacio Nacional Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12538, 24035, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7474, 7474, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12539, 24036, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7475, 7475, NULL, NULL, 'Carrera 52 # 51-40 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12540, 24038, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7476, 7476, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12420, 24039, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7477, 7477, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12422, 24040, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7478, 7478, NULL, NULL, 'Calle 24 # 13-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12423, 24041, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7479, 7479, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12424, 24042, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7480, 7480, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12425, 24043, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7481, 7481, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12426, 24044, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7482, 7482, NULL, NULL, 'Calle 41 # 8-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12427, 24045, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7483, 7483, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12428, 24046, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7484, 7484, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12429, 24047, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7485, 7485, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12430, 24048, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7486, 7486, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12431, 24049, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7487, 7487, NULL, NULL, 'Calle 23 # 18-50 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12433, 24050, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7488, 7488, NULL, NULL, 'Carrera 10 Calle 15 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12434, 24051, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7489, 7489, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12435, 24052, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7490, 7490, NULL, NULL, 'Calle 15 # 5-06 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12300, 24053, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7491, 7491, NULL, NULL, 'Palacio De Justicia Oficina 311 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12301, 24054, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7492, 7492, NULL, NULL, 'Carrera 14 # 13-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12302, 24055, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7493, 7493, NULL, NULL, 'CARRERA 29 # 33 B-79 OFICINA PALACIO DE JUSTICIA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12175, 23961, 'LUNES - VIERNES 8:00 A.M - 12:00M Y 2:00 P.M A 6:00 P.M'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7494, 7494, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23057, 8033, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7495, 7495, NULL, NULL, 'Calle 14 # 7-36 Piso 8 Edificio Nemqueteba', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23058, 8034, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7496, 7496, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23059, 8035, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7497, 7497, NULL, NULL, 'Calle 12 # 5-71', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23060, 8036, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7498, 7498, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23061, 8037, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7499, 7499, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23062, 8038, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7500, 7500, NULL, NULL, 'Calle 39A # 5-83', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23063, 8039, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7501, 7501, NULL, NULL, 'Carrera 10 # 18-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22959, 8041, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7502, 7502, NULL, NULL, 'Carrera 52 # 42-73 Piso 21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13487, 24429, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7503, 7503, NULL, NULL, 'Calle 31 # 6-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13489, 24430, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7504, 7504, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13490, 24431, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7505, 7505, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13491, 24432, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7506, 7506, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13492, 24433, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7507, 7507, NULL, NULL, 'Carrera 10 # 32C-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13493, 24434, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7508, 7508, NULL, NULL, 'Calle 31 # 6-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13365, 24436, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7509, 7509, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13364, 24435, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7510, 7510, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13366, 24437, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7511, 7511, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13367, 24438, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7512, 7512, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13368, 24439, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7513, 7513, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13370, 24440, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7514, 7514, NULL, NULL, 'Carrera 23 # 19-00 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13372, 24442, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7515, 7515, NULL, NULL, 'Calle 41 # 7-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13373, 24443, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7516, 7516, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13374, 24444, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7517, 7517, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13375, 24445, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7518, 7518, NULL, NULL, 'Palacio De Justicia Oficina 301 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13376, 24446, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7519, 7519, NULL, NULL, 'Calle 5 # 22-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14540, 25388, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7520, 7520, NULL, NULL, 'Calle Murillo 45 # 44-94 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14541, 25389, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7521, 7521, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14543, 25390, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7522, 7522, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14544, 25391, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7523, 7523, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14545, 25392, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7524, 7524, NULL, NULL, 'Carrera 17 # 57-191', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14409, 25393, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7525, 7525, NULL, NULL, 'Calle 13 # 1-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14410, 25394, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7526, 7526, NULL, NULL, 'Calle 39A # 5-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14411, 25395, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7527, 7527, NULL, NULL, 'Calle 27 # 17-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14412, 25396, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7528, 7528, NULL, NULL, 'Calle 11 # 2-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14413, 25398, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7529, 7529, NULL, NULL, 'Carrera 7A # 30-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14414, 25399, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7530, 7530, NULL, NULL, 'Calle 5A # 1-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14417, 25400, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7531, 7531, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14418, 25401, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7532, 7532, NULL, NULL, 'Calle 12 # 8-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14419, 25402, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7533, 7533, NULL, NULL, 'Calle 33B # 29-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14420, 25403, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7534, 7534, NULL, NULL, 'Palacio De Justicia Oficina 313', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13377, 24447, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7535, 7535, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13378, 24448, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7536, 7536, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13379, 24449, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7537, 7537, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13139, 24450, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7538, 7538, NULL, NULL, 'Palacio De Justicia Bloque A Piso 2 Oficina 201 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13140, 24451, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7539, 7539, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13141, 24452, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7540, 7540, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13142, 24453, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7541, 7541, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13143, 24454, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7542, 7542, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13144, 24455, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7543, 7543, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13145, 24456, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7544, 7544, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13146, 24458, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7545, 7545, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13147, 24459, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7546, 7546, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13149, 24460, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7547, 7547, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13150, 24461, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7548, 7548, NULL, NULL, 'Calle 108 # 98-42 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13151, 24462, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7549, 7549, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13152, 24463, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7550, 7550, NULL, NULL, 'Avenida Hell Gate # 2-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13042, 24464, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7551, 7551, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13043, 24465, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7552, 7552, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13044, 24466, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7553, 7553, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13045, 24467, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7554, 7554, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13046, 24468, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7555, 7555, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13047, 24469, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7556, 7556, NULL, NULL, 'Carrera 11A # 11A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13049, 24470, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7557, 7557, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13050, 24471, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7558, 7558, NULL, NULL, 'Carrera 8 Calle 11 Esquina Palacio Municipal Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13051, 24472, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7559, 7559, NULL, NULL, 'Carrera 7 # 14-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13052, 24473, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7560, 7560, NULL, NULL, 'Calle 7 # 10B-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13053, 24474, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7561, 7561, NULL, NULL, 'Avenida Calle # 3-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13054, 24475, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7562, 7562, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13055, 24476, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7563, 7563, NULL, NULL, 'Calle 5 # 1-12 Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13056, 24477, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7564, 7564, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13057, 24478, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7565, 7565, NULL, NULL, 'Calle 16 # 12-08. Pisos 1 Y 2.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12839, 24479, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7566, 7566, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12841, 24480, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7567, 7567, NULL, NULL, 'Carrera 52 # 51-68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12842, 24481, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7568, 7568, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12843, 24482, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7569, 7569, NULL, NULL, 'Carrera 7A # 5-49 Edificio Ana Maria', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12844, 24483, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7570, 7570, NULL, NULL, 'Calle 27 # 2-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12845, 24484, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7571, 7571, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 4 Oficina 101', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12846, 24485, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7572, 7572, NULL, NULL, 'Calle 19 # 23-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12847, 24486, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7573, 7573, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12848, 24487, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7574, 7574, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12849, 24488, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7575, 7575, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12850, 24489, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7576, 7576, NULL, NULL, 'Carrera 47 # 60-50 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12852, 24490, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7577, 7577, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12854, 24492, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7578, 7578, NULL, NULL, 'Calle 22 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13611, 24493, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7579, 7579, NULL, NULL, 'Calle 3 # 8-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13612, 24494, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7580, 7580, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13613, 24495, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7581, 7581, NULL, NULL, 'Carrera 7 # 19A- 90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13614, 24496, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7582, 7582, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13615, 24497, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7583, 7583, NULL, NULL, 'Calle 15 # 10-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13616, 24498, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7584, 7584, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13617, 24499, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7585, 7585, NULL, NULL, 'Calle Mosquera, Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13619, 24500, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7586, 7586, NULL, NULL, 'Carrera 14 Calle100 # 13-75 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13620, 24501, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7587, 7587, NULL, NULL, 'Palacio De Justicia Oficina 310 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13622, 24503, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7588, 7588, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13621, 24502, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7589, 7589, NULL, NULL, 'Calle 7 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13623, 24504, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7590, 7590, NULL, NULL, 'Calle 52 # 43-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13624, 24505, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7591, 7591, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13625, 24506, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7592, 7592, NULL, NULL, 'Avenida Simon Bolivar Entre Calles 32 Y 33 Local # 4-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13494, 24507, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7593, 7593, NULL, NULL, 'Carrera 21 # 20-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13495, 24508, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7594, 7594, NULL, NULL, 'Palacio De Justicia Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13496, 24509, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7595, 7595, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13498, 24510, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7596, 7596, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13499, 24511, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7597, 7597, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13500, 24512, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7598, 7598, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13501, 24513, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7599, 7599, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13502, 24514, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7600, 7600, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13503, 24515, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7601, 7601, NULL, NULL, 'Calle 8 # 10-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13504, 24516, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7602, 7602, NULL, NULL, 'Carrera 7 A # 19 A -90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13505, 24517, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7603, 7603, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13506, 24518, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7604, 7604, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13507, 24519, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7605, 7605, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13509, 24520, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7606, 7606, NULL, NULL, 'Palacio De Justicia Oficina 312', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13380, 24521, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7607, 7607, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13381, 24522, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7608, 7608, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13382, 24523, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7609, 7609, NULL, NULL, 'Calle 9 # 2-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13384, 24526, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7610, 7610, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13385, 24527, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7611, 7611, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13386, 24528, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7612, 7612, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13387, 24529, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7613, 7613, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13389, 24531, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7614, 7614, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13390, 24533, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7615, 7615, NULL, NULL, 'Calle 7 # 9-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13391, 24534, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7616, 7616, NULL, NULL, 'Carrera 47 # 48-44/48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13392, 24535, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7617, 7617, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13255, 24536, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7618, 7618, NULL, NULL, 'Calle 26 # 27-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13256, 24537, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7619, 7619, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13257, 24538, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7620, 7620, NULL, NULL, 'Calle 33B # 29-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13258, 24539, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7621, 7621, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13260, 24540, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7622, 7622, NULL, NULL, 'Calle 47 # 48-51 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18046, 30183, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7623, 7623, NULL, NULL, 'Carrera 24 # 39-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13261, 24541, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7624, 7624, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15919, 27806, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7625, 7625, NULL, NULL, 'Carrera 9 # 10-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13262, 24542, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7626, 7626, NULL, NULL, 'Carrera 7 # 14-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13263, 24543, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7627, 7627, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13264, 24544, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7628, 7628, NULL, NULL, 'Calle 36 # 16-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13265, 24545, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7629, 7629, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12618, 23780, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7630, 7630, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13266, 24546, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7631, 7631, NULL, NULL, 'Calle 5 # 1-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13267, 24547, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7632, 7632, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13268, 24548, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7633, 7633, NULL, NULL, 'Palacio De Justicia 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13269, 24549, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7634, 7634, NULL, NULL, 'Calle 7 # 15-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18050, 30187, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7635, 7635, NULL, NULL, 'Calle 14 Esqunia Carrera 11 Edificio Nacional', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13153, 24551, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7636, 7636, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13154, 24552, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7637, 7637, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13155, 24553, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7638, 7638, NULL, NULL, 'Carrera 52 # 51-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13156, 24554, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7639, 7639, NULL, NULL, 'Calle 5 # 4-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13157, 24555, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7640, 7640, NULL, NULL, 'Avenida 6 # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13158, 24556, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7641, 7641, NULL, NULL, 'Avenida 10 # 17-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13160, 24558, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7642, 7642, NULL, NULL, 'Carrera 7A # 5-49 Edificio Ana Maria', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13161, 24559, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7643, 7643, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13163, 24560, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7644, 7644, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 2 Oficina 210', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13164, 24561, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7645, 7645, NULL, NULL, 'Calle 4 # 6-75, Barrio El Humilladero, Palacio De Justicia, Piso 1 , Oficina 106', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13165, 24562, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7646, 7646, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11760, 22908, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7647, 7647, NULL, NULL, 'Carrera 20 # 21-70 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13166, 24563, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7648, 7648, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13167, 24564, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7649, 7649, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9192, 19147, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7650, 7650, NULL, NULL, 'Carrera 47 # 60-50 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13058, 24565, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7651, 7651, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13059, 24566, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7652, 7652, NULL, NULL, 'Calle 3S # 8-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13060, 24567, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7653, 7653, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13061, 24568, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7654, 7654, NULL, NULL, 'Calle 20 # 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13062, 24569, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7655, 7655, NULL, NULL, 'Calle Mosquera, Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13064, 24570, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7656, 7656, NULL, NULL, 'Carrera 9 # 20-62 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13065, 24571, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7657, 7657, NULL, NULL, 'Carrera 13 # 16-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13066, 24572, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7658, 7658, NULL, NULL, 'Calle 7 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13067, 24573, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7659, 7659, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13068, 24574, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7660, 7660, NULL, NULL, 'Carrera 17 # 4A-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15477, 26486, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7661, 7661, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13069, 24575, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7662, 7662, NULL, NULL, 'Calle 11 # 9-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13070, 24576, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7663, 7663, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13071, 24577, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7664, 7664, NULL, NULL, 'Calle 7 # 7-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13072, 24578, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7665, 7665, NULL, NULL, 'Calle 16 # 20-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14421, 25404, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7666, 7666, NULL, NULL, 'Calle 5 # 22-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14423, 25406, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7667, 7667, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14297, 25408, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7668, 7668, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14298, 25409, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7669, 7669, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14300, 25410, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7670, 7670, NULL, NULL, 'Calle 13 # 1-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14301, 25411, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7671, 7671, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14302, 25412, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7672, 7672, NULL, NULL, 'Calle 47A # 83-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14303, 25413, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7673, 7673, NULL, NULL, 'Calle 32 # 6-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14304, 25414, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7674, 7674, NULL, NULL, 'Calle 11 # 2-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14305, 25415, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7675, 7675, NULL, NULL, 'Carrera 20 # 7-06 Parque Bolivar', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14306, 25416, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7676, 7676, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14307, 25417, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7677, 7677, NULL, NULL, 'Calle 4 # 5-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14308, 25418, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7678, 7678, NULL, NULL, 'Calle 32 # 6-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14309, 25419, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7679, 7679, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14176, 25421, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7680, 7680, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14177, 25422, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7681, 7681, NULL, NULL, 'Calle 23 # 16-33 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14178, 25423, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7682, 7682, NULL, NULL, 'Carrera 11 # 10-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14179, 25424, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7683, 7683, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14180, 25425, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7684, 7684, NULL, NULL, 'Carrera 9 # 14B-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14181, 25426, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7685, 7685, NULL, NULL, 'Calle 36 # 29-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14182, 25428, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7686, 7686, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12399, 23818, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7687, 7687, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12402, 23821, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7688, 7688, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12403, 23822, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7689, 7689, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12268, 23823, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7690, 7690, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12269, 23824, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7691, 7691, NULL, NULL, 'Calle 7 # 10B-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12270, 23825, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7692, 7692, NULL, NULL, 'Carrera 6 # 10-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12271, 23826, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7693, 7693, NULL, NULL, 'Calle 5 # 1-12 Piso 3.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12272, 23827, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7694, 7694, NULL, NULL, 'Carrera 8 # 7-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12273, 23828, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7695, 7695, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12274, 23829, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7696, 7696, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12276, 23830, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7697, 7697, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12277, 23831, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7698, 7698, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 3 Oficina 303', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12278, 23832, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7699, 7699, NULL, NULL, 'Carrera 29 # 23-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12279, 23833, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7700, 7700, NULL, NULL, 'Calle 4 # 6-75, Barrio El Humilladero, Palacio De Justicia, Piso 3 , Oficina 303', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12280, 23834, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7701, 7701, NULL, NULL, 'Carrera 4 # 13-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12281, 23835, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7702, 7702, NULL, NULL, 'Carrera 47 # 60-50 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12282, 23836, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7703, 7703, NULL, NULL, 'Carrera 5A # 9-85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12151, 23838, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7704, 7704, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12152, 23839, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7705, 7705, NULL, NULL, 'Calle 3S # 8-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12154, 23840, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7706, 7706, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12155, 23841, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7707, 7707, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12156, 23843, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7708, 7708, NULL, NULL, 'Calle 26 # 27-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12157, 23844, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7709, 7709, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12158, 23845, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7710, 7710, NULL, NULL, 'Calle 15 # 5-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13970, 25566, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7711, 7711, NULL, NULL, 'Carrera 28 # 26-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13971, 25567, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7712, 7712, NULL, NULL, 'Palacio De Justicia Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13972, 25568, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7713, 7713, NULL, NULL, 'Carrera 6 # 8-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13973, 25569, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7714, 7714, NULL, NULL, 'Calle 15 # 10-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9191, 19146, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7715, 7715, NULL, NULL, 'Carrera 2 # 17 A-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13975, 25570, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7716, 7716, NULL, NULL, 'Carrera 26 # 26-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13976, 25571, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7717, 7717, NULL, NULL, 'Carrera 6 # 5-15 Centro Comercial Los Pinos', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13977, 25572, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7718, 7718, NULL, NULL, 'Calle 18 # 24-72 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13978, 25574, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7719, 7719, NULL, NULL, 'Calle Progreso # 15-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13979, 25575, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7720, 7720, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18041, 30078, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7721, 7721, NULL, NULL, 'Calle 5 # 10-92', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15634, 27844, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7722, 7722, NULL, NULL, 'Palacio MunicipalPiso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15016, 26426, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7723, 7723, NULL, NULL, 'Calle 9 # 17-49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15017, 26427, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7724, 7724, NULL, NULL, 'Calle 18 # 13-7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15632, 27842, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7725, 7725, NULL, NULL, 'Carrera 5 # 2-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15018, 26428, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7726, 7726, NULL, NULL, 'Calle 49 # 50-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18060, 30298, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7727, 7727, NULL, NULL, 'Calle 49 # 49', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16221, 27871, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7728, 7728, NULL, NULL, 'Carrera 4 # 13-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15019, 26429, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7729, 7729, NULL, NULL, 'Calle 108 # 98-42 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18166, 30292, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7730, 7730, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15020, 26430, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7731, 7731, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15021, 26431, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7732, 7732, NULL, NULL, 'Calle 16A 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15022, 26432, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7733, 7733, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15023, 26433, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7734, 7734, NULL, NULL, 'Carrera 9 # 7-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15024, 26434, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7735, 7735, NULL, NULL, 'Carrera 12 # 3-69', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15025, 26435, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7736, 7736, NULL, NULL, 'Calle 49 # 54-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15026, 26436, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7737, 7737, NULL, NULL, 'Carrera 3 # 4-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14902, 26437, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7738, 7738, NULL, NULL, 'Carrera 7 # 1-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14903, 26438, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7739, 7739, NULL, NULL, 'Calle 131S # 49-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18066, 30302, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7740, 7740, NULL, NULL, 'Carrera 5 # 10-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14904, 26439, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7741, 7741, NULL, NULL, 'Carrera 9 # 17-2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17938, 30081, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7742, 7742, NULL, NULL, 'Calle 8 # 10-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14906, 26440, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7743, 7743, NULL, NULL, 'Calle 24 # 45-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8663, 19216, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7744, 7744, NULL, NULL, 'Palacio Municipal Bloque 4 Ofi 04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14688, 26477, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7745, 7745, NULL, NULL, 'Calle 12 # 16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14908, 26442, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7746, 7746, NULL, NULL, 'Carrera 17 # 23-22 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14909, 26443, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7747, 7747, NULL, NULL, 'Carrera 104 A # 98B-43 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18047, 30184, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7748, 7748, NULL, NULL, 'Carrera 8 # Calle 11-Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14911, 26445, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7749, 7749, NULL, NULL, 'Carrera 7 # 14-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14912, 26446, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7750, 7750, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15633, 27843, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7751, 7751, NULL, NULL, 'Carrera 5 Con Carrera 4 Esquina, Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14914, 26448, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7752, 7752, NULL, NULL, 'Carrera 14 # 6-65 Alcaldía Municipal Circasia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14915, 26449, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7753, 7753, NULL, NULL, 'Calle 7 # 10B-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14913, 26447, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7754, 7754, NULL, NULL, 'Carrera 50A # 50A-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18048, 30185, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7755, 7755, NULL, NULL, 'Carrera 28 # 26-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14916, 26450, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7756, 7756, NULL, NULL, 'Calle 4 # 2-39 Palacio Municipal 3 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14907, 26441, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7757, 7757, NULL, NULL, 'Carrera Murillo Toro # 10-75 Palacio Municipal Oficina 101', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11461, 22952, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7758, 7758, NULL, NULL, 'Calle 4 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14783, 26451, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7759, 7759, NULL, NULL, 'Calle 30 # 30-7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18072, 30308, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7760, 7760, NULL, NULL, 'Calle 7 # 12 52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14784, 26452, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7761, 7761, NULL, NULL, 'Calle 10 # 4-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14785, 26453, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7762, 7762, NULL, NULL, 'Alcaldia Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14786, 26454, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7763, 7763, NULL, NULL, 'Edificio Nueva Cede Judicial Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17966, 30311, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7764, 7764, NULL, NULL, 'Calle 3 # 4-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14787, 26455, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7765, 7765, NULL, NULL, 'Carrera 10B # 5-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14788, 26456, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7766, 7766, NULL, NULL, 'Carrera 9 # 6-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14789, 26457, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7767, 7767, NULL, NULL, 'Calle 2 # 5-70', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14790, 26458, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7768, 7768, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14791, 26459, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7769, 7769, NULL, NULL, 'Calle 24 # 15-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14792, 26460, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7770, 7770, NULL, NULL, 'Carrera 4 # 2 -17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14793, 26461, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7771, 7771, NULL, NULL, 'Calle 11 # 12-29', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14800, 26569, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7772, 7772, NULL, NULL, 'Calle 51 # 50-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11470, 22961, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7773, 7773, NULL, NULL, 'Carrera 6 # 8-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14801, 26570, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7774, 7774, NULL, NULL, 'Carrera 6 # 3-89', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14802, 26571, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7775, 7775, NULL, NULL, 'Gobernacion', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14803, 26572, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7776, 7776, NULL, NULL, 'Calle 23 # 8-6 Palacio De Justicia Barrio Cubis', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14804, 26573, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7777, 7777, NULL, NULL, 'Carrera 2 # 11-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14805, 26574, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7778, 7778, NULL, NULL, 'Carrera 22 # 19-46- Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18462, 30131, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7779, 7779, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14806, 26575, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7780, 7780, NULL, NULL, 'Callee 80 SUR # 60-38 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18464, 30133, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7781, 7781, NULL, NULL, 'Carrera 6 # 12-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14807, 26576, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7782, 7782, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14808, 26577, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7783, 7783, NULL, NULL, 'Calle 2 # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14811, 26580, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7784, 7784, NULL, NULL, 'Avenida 8 Calle 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14809, 26578, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7785, 7785, NULL, NULL, 'Carrera 5 # 6-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14810, 26579, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7786, 7786, NULL, NULL, 'Calle 16 # 3-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8662, 19215, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7787, 7787, NULL, NULL, 'Calle 15 # 10-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9190, 19145, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7788, 7788, NULL, NULL, 'Calle 11 # 14-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14693, 26582, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7789, 7789, NULL, NULL, 'Calle 30 # 31-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14694, 26583, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7790, 7790, NULL, NULL, 'Carrera 4 # 7-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14695, 26584, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7791, 7791, NULL, NULL, 'Carrera 25 # 4-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14696, 26585, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7792, 7792, NULL, NULL, 'Calle 6 # 4-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14697, 26586, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7793, 7793, NULL, NULL, 'Carrera 13A # 15-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9427, 19110, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7794, 7794, NULL, NULL, 'Carrera 2 # 17A-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8661, 19214, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7795, 7795, NULL, NULL, 'Calle 19 # 3-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14698, 26587, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7796, 7796, NULL, NULL, 'Callee 17 # 3-140', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14699, 26588, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7797, 7797, NULL, NULL, 'Calle 15 # 5-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14700, 26589, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7798, 7798, NULL, NULL, 'Carrera 6 # 16-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14702, 26590, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7799, 7799, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14692, 26581, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7800, 7800, NULL, NULL, 'Carrera 5 # 4-93', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14703, 26591, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7801, 7801, NULL, NULL, 'Calle 12 # 8-5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14704, 26592, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7802, 7802, NULL, NULL, 'Carrera 5 # 6-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14705, 26593, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7803, 7803, NULL, NULL, 'Carrera 17 # 6-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14706, 26594, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7804, 7804, NULL, NULL, 'Calle 5 # 4-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14707, 26595, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7805, 7805, NULL, NULL, 'Calle 9 # 9-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15486, 26596, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7806, 7806, NULL, NULL, 'Carrera 5 # 4-46 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15487, 26597, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7807, 7807, NULL, NULL, 'Calle 10 # 9-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15488, 26598, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7808, 7808, NULL, NULL, 'Carrera 7A # 9 -30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15491, 26600, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7809, 7809, NULL, NULL, 'Carrera 15 # 4-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15492, 26601, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7810, 7810, NULL, NULL, 'Calle 18 # 9-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15493, 26602, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7811, 7811, NULL, NULL, 'Calle 3 # 13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15494, 26603, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7812, 7812, NULL, NULL, 'Calle 5 # 6-25 Palacio De Justicia Piso 1º', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15495, 26604, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7813, 7813, NULL, NULL, 'Carrera 26 # 26-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15496, 26605, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7814, 7814, NULL, NULL, 'Carrera 9 Calle 6 Esquina Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15497, 26606, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7815, 7815, NULL, NULL, 'Calle 11 # 3A16 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15498, 26607, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7816, 7816, NULL, NULL, 'Carrera 18 # 1-39 Barrio El Puerto', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9429, 19112, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7817, 7817, NULL, NULL, 'Carrera 6 # 5-15 Centro Comercial Los Pinos', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9007, 19177, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7818, 7818, NULL, NULL, 'Calle 4 Carrera 5 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15499, 26608, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7819, 7819, NULL, NULL, 'Carrera 5 # 9-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15500, 26609, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7820, 7820, NULL, NULL, 'Carrera 6 Calle 11 Esquina Palacio Municipal Quimbaya', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15370, 26610, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7821, 7821, NULL, NULL, 'Carrera 3 # 8-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15371, 26611, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7822, 7822, NULL, NULL, 'Carrera 5 # 12-117', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15372, 26612, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7823, 7823, NULL, NULL, 'Carrera 5 # 4-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15374, 26614, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7824, 7824, NULL, NULL, 'Calle 19 Carrera 19 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15375, 26615, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7825, 7825, NULL, NULL, 'Carrera 45 # 68SUR-61 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18350, 30147, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7826, 7826, NULL, NULL, 'Calle 18 # 6-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15376, 26616, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7827, 7827, NULL, NULL, 'Carrera 7 # 4-17 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15377, 26617, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7828, 7828, NULL, NULL, 'Casa Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15378, 26618, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7829, 7829, NULL, NULL, 'Carrera 1A # 2-51B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15379, 26619, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7830, 7830, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15381, 26621, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7831, 7831, NULL, NULL, 'Carrera 23 # 12 84', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15382, 26622, 'Lunes a Viernes De 7:30 a.m. a 12:00 m. Y De 1:30 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7832, 7832, NULL, NULL, 'Calle 6 # 1-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9189, 19144, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7833, 7833, NULL, NULL, 'Calle 18 # 24 72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15383, 26623, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7834, 7834, NULL, NULL, 'Carrera 5 # 6-38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9006, 19176, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7835, 7835, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15265, 26624, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7836, 7836, NULL, NULL, 'Calle 2 # 5 -72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15266, 26625, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7837, 7837, NULL, NULL, 'Carrera 3 # 14-16 Tolu', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15267, 26626, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7838, 7838, NULL, NULL, 'Calle 27 # 13-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15268, 26627, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7839, 7839, NULL, NULL, 'Carrera 2 # 13-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15269, 26628, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7840, 7840, NULL, NULL, 'Carrera 7 # 9-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8660, 19213, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7841, 7841, NULL, NULL, 'Carrera 9 # 11-98', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15270, 26629, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7842, 7842, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15272, 26630, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7843, 7843, NULL, NULL, 'Carrera 6 # 6-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18247, 30159, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7844, 7844, NULL, NULL, 'Calle 5 # 8-32, Piso 2, Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15273, 26631, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7845, 7845, NULL, NULL, 'Calle 9 # 3-02', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15274, 26632, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7846, 7846, NULL, NULL, 'Carrera 18 # 18-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15275, 26633, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7847, 7847, NULL, NULL, 'Calle Del Tronco Carrera 11 # 15-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8659, 19212, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7848, 7848, NULL, NULL, 'Carrera 14 Calle100 # 13-75 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18141, 30169, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7849, 7849, NULL, NULL, 'Palacio Municipal Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18251, 30162, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7850, 7850, NULL, NULL, 'Carrera 5 # 3-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15277, 26635, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7851, 7851, NULL, NULL, 'Carrera 10 # 11-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15278, 26636, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7852, 7852, NULL, NULL, 'Km 3 Autopista Internacional San Antonio # 22 #193 Edificio Los Pinos Oficina 203B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15279, 26637, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7853, 7853, NULL, NULL, 'Carrera 5 # 4-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15280, 26638, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7854, 7854, NULL, NULL, 'Carrera 3 Calle 8 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15155, 26639, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7855, 7855, NULL, NULL, 'Calle 12A # 8-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9188, 19143, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7856, 7856, NULL, NULL, 'Carrera 8 # 4-13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15156, 26640, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7857, 7857, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15276, 26634, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7858, 7858, NULL, NULL, 'Palacio Municipal Of 404', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18150, 30177, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7859, 7859, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15157, 26641, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7860, 7860, NULL, NULL, 'Calle 22 # 17-1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8453, 18698, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7861, 7861, NULL, NULL, 'Carrera 10 # 35-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8455, 18700, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7862, 7862, NULL, NULL, 'Carrera 3 # 5-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8456, 18701, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7863, 7863, NULL, NULL, 'Carrera 16 # 6-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8457, 18702, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7864, 7864, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8458, 18703, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7865, 7865, NULL, NULL, 'Calle 32 # 10-119', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8459, 18704, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7866, 7866, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8460, 18705, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7867, 7867, NULL, NULL, 'Calle 21 # 40-41', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8461, 18706, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7868, 7868, NULL, NULL, 'Calle 7 # 2-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8462, 18707, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7869, 7869, NULL, NULL, 'Carrera 6A # 15-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8463, 18708, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7870, 7870, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8464, 18709, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7871, 7871, NULL, NULL, 'Avenida Ambalá # 69-109', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18560, 3, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7872, 7872, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8466, 18710, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7873, 7873, NULL, NULL, 'Carrera 23 # 21-48 Palacio De Justicia Fanny González Franco', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8336, 18711, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7874, 7874, NULL, NULL, 'Edificio Atlas Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8337, 18712, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7875, 7875, NULL, NULL, 'Calle 27 # 4-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8338, 18713, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7876, 7876, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8339, 18714, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7877, 7877, NULL, NULL, 'Calle 19 # 23-00 Edificio Chavez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8340, 18715, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7878, 7878, NULL, NULL, 'Palacio De Justicia Torre A Segundo Piso Oficina 209', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8341, 18716, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7879, 7879, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8342, 18717, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7880, 7880, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8343, 18718, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7881, 7881, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8344, 18719, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7882, 7882, NULL, NULL, 'Carrera 10 # 9-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8346, 18720, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7883, 7883, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8347, 18721, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7884, 7884, NULL, NULL, 'Carrera 18 # 20-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8348, 18722, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7885, 7885, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8349, 18723, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7886, 7886, NULL, NULL, 'Carrera 14 # 14-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8350, 18724, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7887, 7887, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8351, 18725, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7888, 7888, NULL, NULL, 'Carrera 17 # 6B-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8259, 18726, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7889, 7889, NULL, NULL, 'Calle 20A # 14-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8916, 19412, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7890, 7890, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8917, 19413, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7891, 7891, NULL, NULL, 'Carrera 9 # 11-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8918, 19414, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7892, 7892, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8919, 19415, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7893, 7893, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8920, 19416, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7894, 7894, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8921, 19417, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7895, 7895, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8922, 19418, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7896, 7896, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8923, 19419, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7897, 7897, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4 Oficina 406 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8925, 19420, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7898, 7898, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8926, 19421, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7899, 7899, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8927, 19422, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7900, 7900, NULL, NULL, 'Carrera 41 # 36 SUR-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8808, 19424, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7901, 7901, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8809, 19425, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7902, 7902, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8810, 19426, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7903, 7903, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8811, 19427, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7904, 7904, NULL, NULL, 'Calle 30 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8812, 19428, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7905, 7905, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8813, 19429, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7906, 7906, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8815, 19430, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7907, 7907, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8816, 19431, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7908, 7908, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8817, 19432, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7909, 7909, NULL, NULL, 'Calle 23 # 5-63 4 Piso Bloque B Oficina 401', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8818, 19434, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7910, 7910, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8819, 19435, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7911, 7911, NULL, NULL, 'Carrera 10 # 15-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8820, 19436, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7912, 7912, NULL, NULL, 'Calle 26 # 27-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8821, 19437, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7913, 7913, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8822, 19438, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7914, 7914, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8686, 19439, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7915, 7915, NULL, NULL, 'Palacio De Justicia Oficina 403 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8688, 19440, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7916, 7916, NULL, NULL, 'Carrera 14 # 13-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8689, 19441, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7917, 7917, NULL, NULL, 'Carrera 16 # 6-68', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24134, 9176, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7918, 7918, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24135, 9177, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7919, 7919, NULL, NULL, 'Calle 24 # 45-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24136, 9178, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7920, 7920, NULL, NULL, 'Carrera 4 # 33-72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24137, 9179, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7921, 7921, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24139, 9180, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7922, 7922, NULL, NULL, 'Calle 16B # 9-83', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24140, 9182, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7923, 7923, NULL, NULL, 'Transversal 3 # 1-78', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8690, 19442, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7924, 7924, NULL, NULL, 'Calle 20 # 14-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8691, 19443, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7925, 7925, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8692, 19444, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7926, 7926, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8693, 19445, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7927, 7927, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12723, 23779, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7928, 7928, NULL, NULL, 'Carrera 10 # 14-33 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8694, 19446, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7929, 7929, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8695, 19447, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7930, 7930, NULL, NULL, 'Calle 3 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8696, 19448, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7931, 7931, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8697, 19449, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7932, 7932, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8699, 19450, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7933, 7933, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11685, 22922, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7934, 7934, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8700, 19451, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7935, 7935, NULL, NULL, 'Calle 11 # 9-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8701, 19452, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7936, 7936, NULL, NULL, 'Palacio De Justicia Bloque A Piso 3 Oficina 305 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9467, 19453, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7937, 7937, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9468, 19455, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7938, 7938, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9469, 19456, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7939, 7939, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9470, 19457, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7940, 7940, NULL, NULL, 'Calle 12 # 5-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9471, 19458, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7941, 7941, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9473, 19460, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7942, 7942, NULL, NULL, 'Carrera 43 Calle 38 SUR 42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9474, 19461, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7943, 7943, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9475, 19462, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7944, 7944, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9476, 19463, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7945, 7945, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9477, 19464, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7946, 7946, NULL, NULL, 'Transversal 16 # 11- 85', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9478, 19465, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7947, 7947, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9479, 19466, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7948, 7948, NULL, NULL, 'Carrera 2 # 8-90 Oficina 608', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9480, 19467, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7949, 7949, NULL, NULL, 'Carrera 52 # 51-40 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9350, 19468, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7950, 7950, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9351, 19469, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7951, 7951, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9352, 19470, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7952, 7952, NULL, NULL, 'Calle 27 # 4-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9353, 19471, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7953, 7953, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 708', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9354, 19472, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7954, 7954, NULL, NULL, 'Avenida Carrera 12 # 12-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9355, 19473, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7955, 7955, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9356, 19474, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7956, 7956, NULL, NULL, 'Calle 16 # 23-78', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9357, 19475, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7957, 7957, NULL, NULL, 'Calle 41 # 7-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9358, 19476, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7958, 7958, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9359, 19477, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7959, 7959, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9360, 19478, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7960, 7960, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9187, 19142, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7961, 7961, NULL, NULL, 'Calle 23 # 5-63 2 Piso Bloque B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9363, 19480, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7962, 7962, NULL, NULL, 'Calle 22 # 16-40 4 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9364, 19481, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7963, 7963, NULL, NULL, 'Carrera 7 # 13-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9228, 19482, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7964, 7964, NULL, NULL, 'Carrera 10 Calle 15 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9229, 19483, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7965, 7965, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9230, 19485, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7966, 7966, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9231, 19486, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7967, 7967, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9232, 19487, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7968, 7968, NULL, NULL, 'Calle 17 # 6B-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9233, 19488, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7969, 7969, NULL, NULL, 'Palacio De Justicia Oficina 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9234, 19489, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7970, 7970, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10038, 20171, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7971, 7971, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10039, 20172, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7972, 7972, NULL, NULL, 'Carrera 12 # 20-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10040, 20173, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7973, 7973, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10042, 20176, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7974, 7974, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10043, 20177, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7975, 7975, NULL, NULL, 'Calle 7A # 13-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10044, 20178, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7976, 7976, NULL, NULL, 'Carrera 10B # 32 C -14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9951, 20180, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7977, 7977, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9952, 20181, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7978, 7978, NULL, NULL, 'Avenida 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9953, 20182, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7979, 7979, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9954, 20183, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7980, 7980, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9955, 20184, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7981, 7981, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9956, 20185, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7982, 7982, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9957, 20186, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7983, 7983, NULL, NULL, 'Carrera 23 # 19-58 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9958, 20187, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7984, 7984, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9959, 20189, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7985, 7985, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9961, 20190, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7986, 7986, NULL, NULL, 'Carrera 12 # 15-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9962, 20191, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7987, 7987, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12159, 23846, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7988, 7988, NULL, NULL, 'Calle 20 # 14-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12160, 23847, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7989, 7989, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12161, 23848, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7990, 7990, NULL, NULL, 'Calle 14 # 7-36 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12162, 23849, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7991, 7991, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12164, 23850, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7992, 7992, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12165, 23851, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7993, 7993, NULL, NULL, 'Calle 11 A Sur # 23 A Bis-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12044, 23852, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7994, 7994, NULL, NULL, 'Palacio De Justicia Bloque C Piso 1 Oficina 104 C', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12045, 23853, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7995, 7995, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12046, 23854, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7996, 7996, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12047, 23855, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7997, 7997, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12048, 23856, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7998, 7998, NULL, NULL, 'Calle 27 # 4-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12049, 23857, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (7999, 7999, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12050, 23858, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8000, 8000, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12051, 23859, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8001, 8001, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12052, 23860, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8002, 8002, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12053, 23861, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8003, 8003, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12054, 23862, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8004, 8004, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12055, 23863, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8005, 8005, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12057, 23865, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8006, 8006, NULL, NULL, 'Palacio De Justicia Oficina 110 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12058, 23866, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8007, 8007, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22960, 8042, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8008, 8008, NULL, NULL, 'Calle 145 # 103B-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22961, 8043, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8009, 8009, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22962, 8044, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8010, 8010, NULL, NULL, 'Carrera 52 # 2-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22963, 8045, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8011, 8011, NULL, NULL, 'Avenida 4E # 3E-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22964, 8047, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8012, 8012, NULL, NULL, 'Carrera 2 # 11-80-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22965, 8048, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8013, 8013, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22966, 8049, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8014, 8014, NULL, NULL, 'Carrera 3 # 59-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22968, 8050, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8015, 8015, NULL, NULL, 'Calle 20 # 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22969, 8051, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8016, 8016, NULL, NULL, 'Palacio De Justicia Oficina 210T', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12303, 24056, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8017, 8017, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12304, 24057, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8018, 8018, NULL, NULL, 'Calle 14 # 7-36 Piso 18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12305, 24058, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8019, 8019, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12306, 24059, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8020, 8020, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12308, 24060, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8021, 8021, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12309, 24061, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8022, 8022, NULL, NULL, 'Avenida Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12310, 24062, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8023, 8023, NULL, NULL, 'Edificio Palacio Nacional Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12311, 24063, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8024, 8024, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12312, 24064, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8025, 8025, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12313, 24065, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8026, 8026, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12314, 24066, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8027, 8027, NULL, NULL, 'Calle 24 # 13-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12315, 24067, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8028, 8028, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12182, 24068, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8029, 8029, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12183, 24069, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8030, 8030, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12185, 24070, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8031, 8031, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12186, 24071, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8032, 8032, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12187, 24072, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8033, 8033, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12188, 24073, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8034, 8034, NULL, NULL, 'Carrera 16 # 22-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12189, 24074, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8035, 8035, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12190, 24075, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8036, 8036, NULL, NULL, 'Calle 15 # 5-06 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12191, 24076, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8037, 8037, NULL, NULL, 'Palacio De Justicia Oficina 311 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12192, 24077, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8038, 8038, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22970, 8052, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8039, 8039, NULL, NULL, 'Calle 14 # 7-36 Piso 15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22971, 8053, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8040, 8040, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22842, 8054, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8041, 8041, NULL, NULL, 'Calle 12 # 5-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22843, 8055, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8042, 8042, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22844, 8056, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8043, 8043, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22845, 8057, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8044, 8044, NULL, NULL, 'Carrera 52 # 42-73 Piso 21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13073, 24579, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8045, 8045, NULL, NULL, 'Calle 31 # 6-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12941, 24580, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8046, 8046, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12942, 24581, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8047, 8047, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12943, 24582, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8048, 8048, NULL, NULL, 'Avenida 3E # 4E-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12944, 24584, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8049, 8049, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12945, 24585, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8050, 8050, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12946, 24586, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8051, 8051, NULL, NULL, 'Palacio De Justicia Oficina 309 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12947, 24587, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8052, 8052, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14183, 25430, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8053, 8053, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14184, 25431, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8054, 8054, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14185, 25432, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8055, 8055, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14186, 25433, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8056, 8056, NULL, NULL, 'Palacio De Justicia Oficina 304', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12948, 24588, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8057, 8057, NULL, NULL, 'Calle 40 # 44-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12949, 24589, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8058, 8058, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12951, 24590, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8059, 8059, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12952, 24591, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8060, 8060, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12953, 24593, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8061, 8061, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12855, 24594, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8062, 8062, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12856, 24595, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8063, 8063, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12857, 24597, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8064, 8064, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12858, 24598, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8065, 8065, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12859, 24599, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8066, 8066, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12862, 24600, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8067, 8067, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12863, 24601, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8068, 8068, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12864, 24602, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8069, 8069, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12865, 24603, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8070, 8070, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12866, 24604, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8071, 8071, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12867, 24605, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8072, 8072, NULL, NULL, 'Carrera 11A # 11A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12868, 24606, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8073, 8073, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12869, 24607, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8074, 8074, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13626, 24608, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8075, 8075, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13627, 24609, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8076, 8076, NULL, NULL, 'Calle 27 # 2-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13629, 24610, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8077, 8077, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13630, 24611, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8078, 8078, NULL, NULL, 'Carrera 47 # 60-50 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13631, 24612, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8079, 8079, NULL, NULL, 'Calle 22 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13632, 24613, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8080, 8080, NULL, NULL, 'Calle 22 # 16-40 4 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13633, 24614, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8081, 8081, NULL, NULL, 'Calle 16 # 14-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13634, 24615, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8082, 8082, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13635, 24616, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8083, 8083, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13636, 24617, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8084, 8084, NULL, NULL, 'Palacio De Justicia Oficina 410 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13637, 24618, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8085, 8085, NULL, NULL, 'Calle 7 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13638, 24619, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8086, 8086, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13640, 24620, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8087, 8087, NULL, NULL, 'Carrera 12 # 12-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13641, 24621, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8088, 8088, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13510, 24622, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8089, 8089, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13511, 24623, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8090, 8090, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13512, 24624, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8091, 8091, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13513, 24625, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8092, 8092, NULL, NULL, 'Palacio De Justicia Piso 5 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13514, 24626, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8093, 8093, NULL, NULL, 'Carrera 7 # 4-91 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13515, 24627, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8094, 8094, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13516, 24628, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8095, 8095, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13517, 24629, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8096, 8096, NULL, NULL, 'Palacio De Justicia Oficina 212 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13519, 24630, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8097, 8097, NULL, NULL, 'Carrera 17 # 4A-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13520, 24631, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8098, 8098, NULL, NULL, 'Carrera 12 # 20-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13521, 24632, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8099, 8099, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13522, 24633, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8100, 8100, NULL, NULL, 'Calle 16 # 7-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13523, 24634, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8101, 8101, NULL, NULL, 'Calle 3A # 2A-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13524, 24636, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8102, 8102, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13393, 24637, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8103, 8103, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13394, 24638, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8104, 8104, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13397, 24640, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8105, 8105, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13398, 24641, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8106, 8106, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13399, 24642, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8107, 8107, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13400, 24643, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8108, 8108, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13401, 24644, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8109, 8109, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13402, 24645, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8110, 8110, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13403, 24646, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8111, 8111, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13404, 24647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8112, 8112, NULL, NULL, 'Carrera 47 # 48-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13405, 24649, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8113, 8113, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13407, 24650, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8114, 8114, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13271, 24651, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8115, 8115, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13272, 24652, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8116, 8116, NULL, NULL, 'Calle 47 # 48-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18045, 30182, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8117, 8117, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11684, 22921, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8118, 8118, NULL, NULL, 'Carrera 7 # 14-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13273, 24653, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8119, 8119, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13274, 24654, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8120, 8120, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13276, 24656, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8121, 8121, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13277, 24657, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8122, 8122, NULL, NULL, 'Calle 16 # 12-08. Pisos 1 Y 2.', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13278, 24658, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8123, 8123, NULL, NULL, 'Calle 19 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13279, 24659, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8124, 8124, NULL, NULL, 'Carrera 7A # 5-49 Edificio Ana Maria', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13281, 24660, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8125, 8125, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13282, 24661, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8126, 8126, NULL, NULL, 'Carrera 12 # 12-43 Palacio De Justicia Piso 1 Oficina 102', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13283, 24662, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8127, 8127, NULL, NULL, 'Carrera 4 # 12-64', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 17949, 30092, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8128, 8128, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13284, 24663, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8129, 8129, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9186, 19141, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8130, 8130, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13285, 24664, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8131, 8131, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13286, 24665, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8132, 8132, NULL, NULL, 'Calle 12 # 8-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13168, 24666, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8133, 8133, NULL, NULL, 'Calle 45 # 44- 94', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14187, 25435, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8134, 8134, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14062, 25436, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8135, 8135, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14063, 25437, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8136, 8136, NULL, NULL, 'Calle 39A # 5-83', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18671, 36, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8137, 8137, NULL, NULL, 'Calle 27 # 18-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14065, 25441, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8138, 8138, NULL, NULL, 'Calle 32 # 6-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14066, 25443, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8139, 8139, NULL, NULL, 'Calle 11 # 2-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14067, 25444, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8140, 8140, NULL, NULL, 'Carrera 20 # 7-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14068, 25445, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8141, 8141, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14069, 25448, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8142, 8142, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14070, 25449, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8143, 8143, NULL, NULL, 'Carrera 9 # 14B-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13956, 25450, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8144, 8144, NULL, NULL, 'Calle 16 # 9-44 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13957, 25451, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8145, 8145, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11921, 23867, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8146, 8146, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11922, 23868, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8147, 8147, NULL, NULL, 'Carrera 10 Calle 15 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11923, 23869, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8148, 8148, NULL, NULL, 'Clle 19 # 19 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13980, 25576, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8149, 8149, NULL, NULL, 'Calle 5A # 10-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15158, 26642, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8150, 8150, NULL, NULL, 'Calle 108 # 98-42 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18165, 30291, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8151, 8151, NULL, NULL, 'Calle 19 # 21-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15159, 26643, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8152, 8152, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15160, 26644, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8153, 8153, NULL, NULL, 'Carrera 9 # 7-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15161, 26645, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8154, 8154, NULL, NULL, 'Carrera 8 # Calle 11-Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15162, 26646, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8155, 8155, NULL, NULL, 'Calle 7 # 10B-61', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15163, 26647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8156, 8156, NULL, NULL, 'Carrera 28 # 26-04', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15164, 26648, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8157, 8157, NULL, NULL, 'Calle 3 # 4-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15165, 26649, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8158, 8158, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15166, 26650, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8159, 8159, NULL, NULL, 'Carrera 15 # 24-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15167, 26651, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8160, 8160, NULL, NULL, 'Carrera 10 # 9-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15168, 26652, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8161, 8161, NULL, NULL, 'Carrera 2 # 11-60', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15039, 26653, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8162, 8162, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15040, 26654, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8163, 8163, NULL, NULL, 'Carrera 5 # 6-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15041, 26656, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8164, 8164, NULL, NULL, 'Calle 16 # 3-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15042, 26657, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8165, 8165, NULL, NULL, 'Calle 11 # 14-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15043, 26658, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8166, 8166, NULL, NULL, 'Calle 19 # 3-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15044, 26659, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8167, 8167, NULL, NULL, 'Carrera 20 # 9-93', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15046, 26661, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8168, 8168, NULL, NULL, 'Calle 11 # 3A16 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15047, 26662, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8169, 8169, NULL, NULL, 'Carrera 5 # 9-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15048, 26663, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8170, 8170, NULL, NULL, 'Calle19 # 19 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15049, 26664, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8171, 8171, NULL, NULL, 'Carrera 45 # 68SUR-61 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15050, 26665, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8172, 8172, NULL, NULL, 'Carrera 7 # 4-17 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15051, 26666, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8173, 8173, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15052, 26667, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8174, 8174, NULL, NULL, 'Calle 16 # 14-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14926, 26668, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8175, 8175, NULL, NULL, 'Carrera 14 Calle100 # 13-75 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 18140, 30168, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8176, 8176, NULL, NULL, 'Carrera 2 # 9-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14927, 26669, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8177, 8177, NULL, NULL, 'Calle 22 # 16-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8260, 18727, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8178, 8178, NULL, NULL, 'Carrera 44 # 38-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8261, 18728, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8179, 8179, NULL, NULL, 'Calle 35 # 16- 24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8262, 18729, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8180, 8180, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8264, 18730, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8181, 8181, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8265, 18731, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8182, 8182, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8266, 18732, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8183, 8183, NULL, NULL, 'Carrera 6A # 15-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8267, 18733, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8184, 8184, NULL, NULL, 'Comfatolima Ambalá', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 253, 1, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8185, 8185, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8268, 18734, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8186, 8186, NULL, NULL, 'Carrera 23 # 21-48 Palacio De Justicia Fanny González Franco', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8269, 18735, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8187, 8187, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8270, 18736, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8188, 8188, NULL, NULL, 'Calle 27 # 04-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8271, 18737, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8189, 8189, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8272, 18738, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8190, 8190, NULL, NULL, 'Carrera 23 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8273, 18739, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8191, 8191, NULL, NULL, 'Palacio De Justicia Torre A Segundo Piso Oficina 209', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8138, 18740, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8192, 8192, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8139, 18741, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8193, 8193, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8140, 18742, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8194, 8194, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8141, 18743, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8195, 8195, NULL, NULL, 'Carrera 18 # 20-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8142, 18744, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8196, 8196, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8143, 18745, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8197, 8197, NULL, NULL, 'Carrera 14 # 14-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8144, 18746, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8198, 8198, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8145, 18747, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8199, 8199, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9235, 19490, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8200, 8200, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9236, 19491, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8201, 8201, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9237, 19492, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8202, 8202, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9238, 19493, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8203, 8203, NULL, NULL, 'Carrera 5A # 36-27-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9239, 19494, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8204, 8204, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4 Oficina 404 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9240, 19495, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8205, 8205, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9241, 19496, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8206, 8206, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8715, 19566, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8207, 8207, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8716, 19567, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8208, 8208, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8717, 19568, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8209, 8209, NULL, NULL, 'Calle 30 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9481, 19569, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8210, 8210, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9482, 19570, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8211, 8211, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9483, 19571, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8212, 8212, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9484, 19572, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8213, 8213, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9485, 19573, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8214, 8214, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9486, 19574, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8215, 8215, NULL, NULL, 'Calle 23 # 5-63 2 Piso Bloque B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9487, 19575, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8216, 8216, NULL, NULL, 'Calle 23 # 16-39 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9488, 19576, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8217, 8217, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9489, 19577, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8218, 8218, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9490, 19578, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8219, 8219, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9491, 19579, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8220, 8220, NULL, NULL, 'Carrera 22 # 19-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24141, 9183, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8221, 8221, NULL, NULL, 'Calle 23 # 16-33 3 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24142, 9184, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8222, 8222, NULL, NULL, 'Palacio De Justicia Oficina 213', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9493, 19580, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8223, 8223, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9494, 19581, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8224, 8224, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9495, 19582, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8225, 8225, NULL, NULL, 'Carrera 10 # 14-33 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9366, 19584, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8226, 8226, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9367, 19585, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8227, 8227, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9368, 19586, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8228, 8228, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9369, 19587, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8229, 8229, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11679, 22917, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8230, 8230, NULL, NULL, 'Palacio De Justicia Bloque A Piso 3 Oficina 306 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9370, 19588, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8231, 8231, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9371, 19589, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8232, 8232, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9373, 19590, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8233, 8233, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9374, 19591, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8234, 8234, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9375, 19592, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8235, 8235, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9376, 19593, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8236, 8236, NULL, NULL, 'Carrera 6 10 # 38', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9377, 19594, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8237, 8237, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9378, 19595, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8238, 8238, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9379, 19596, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8239, 8239, NULL, NULL, 'Carrera 10 # 37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9380, 19597, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8240, 8240, NULL, NULL, 'Carrera 2 # 8-90 Oficina 607', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 6620, 17, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8241, 8241, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9242, 19598, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8242, 8242, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9243, 19599, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8243, 8243, NULL, NULL, 'Calle 30 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9245, 19600, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8244, 8244, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 705', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9246, 19601, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8245, 8245, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9247, 19602, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8246, 8246, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9248, 19603, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8247, 8247, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9249, 19604, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8248, 8248, NULL, NULL, 'Calle 23 # 5-63 2 Piso Bloque A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9250, 19605, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8249, 8249, NULL, NULL, 'Calle 22 # 16-40 4 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9251, 19606, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8250, 8250, NULL, NULL, 'Carrera 10 # 12A-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9252, 19607, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8251, 8251, NULL, NULL, 'Carrera 10 # 15-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9253, 19608, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8252, 8252, NULL, NULL, 'Calle 20 21-25', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9254, 19609, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8253, 8253, NULL, NULL, 'Carrera 27 # 26-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9256, 19610, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8254, 8254, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9138, 19611, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8255, 8255, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9140, 19613, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8256, 8256, NULL, NULL, 'Palacio De Justicia Oficina 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9141, 19614, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8257, 8257, NULL, NULL, 'Calle 41 Entre # 7-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9142, 19615, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8258, 8258, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9963, 20192, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8259, 8259, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9964, 20193, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8260, 8260, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9861, 20194, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8261, 8261, NULL, NULL, 'Calle 11 # 9A-24 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9862, 20195, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8262, 8262, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9863, 20196, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8263, 8263, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9864, 20197, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8264, 8264, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9865, 20198, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8265, 8265, NULL, NULL, 'Carrera 2 # 8-90 Palacio De Justicia Oficina 910', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9866, 20199, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8266, 8266, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9869, 20200, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8267, 8267, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9870, 20201, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8268, 8268, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9871, 20202, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8269, 8269, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9872, 20204, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8270, 8270, NULL, NULL, 'Carrera 12 # 15-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9873, 20205, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8271, 8271, NULL, NULL, 'Calle 20 # 14-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11924, 23870, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8272, 8272, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11925, 23871, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8273, 8273, NULL, NULL, 'Calle 14 # 7-36 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11927, 23873, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8274, 8274, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11928, 23874, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8275, 8275, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11929, 23875, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8276, 8276, NULL, NULL, 'Carrera 5 # 36-133', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11930, 23876, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8277, 8277, NULL, NULL, 'Palacio De Justicia Bloque C Piso 1 Oficina 105 C', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11931, 23877, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8278, 8278, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11932, 23878, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8279, 8279, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11933, 23879, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8280, 8280, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11934, 23880, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8281, 8281, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12725, 23881, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8282, 8282, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12726, 23882, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8283, 8283, NULL, NULL, 'Calle 41 # 7-01', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12727, 23883, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8284, 8284, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12728, 23884, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8285, 8285, NULL, NULL, 'Palacio De Justicia Oficina 112 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12729, 23885, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8286, 8286, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22846, 8058, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8287, 8287, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22847, 8059, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8288, 8288, NULL, NULL, 'Carrera 17 # 53-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22849, 8061, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8289, 8289, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22850, 8062, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8290, 8290, NULL, NULL, 'Carrera 12 # 20-63 Piso3 Oficina 308', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12193, 24078, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8291, 8291, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12194, 24079, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8292, 8292, NULL, NULL, 'Calle 14 # 7-36 Piso 18 Edificio Nemqueteba', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12196, 24080, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8293, 8293, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12197, 24081, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8294, 8294, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12075, 24082, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8295, 8295, NULL, NULL, 'Avenida Pedro De Heredia # 39-206', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12076, 24083, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8296, 8296, NULL, NULL, 'Calle 8A # 3-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12077, 24084, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8297, 8297, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12078, 24085, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8298, 8298, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12079, 24086, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8299, 8299, NULL, NULL, 'Calle 24 # 13-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12080, 24087, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8300, 8300, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12081, 24088, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8301, 8301, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12082, 24089, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8302, 8302, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12084, 24090, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8304, 8304, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22851, 8063, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8305, 8305, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22852, 8064, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8306, 8306, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22853, 8066, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8307, 8307, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22854, 8067, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8308, 8308, NULL, NULL, 'Calle 52 # 43-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13169, 24667, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8309, 8309, NULL, NULL, 'Calle 31 # 6-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13170, 24668, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8310, 8310, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13172, 24670, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8311, 8311, NULL, NULL, 'Palacio De Justicia Oficina 312 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13173, 24671, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8312, 8312, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13958, 25452, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8313, 8313, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13959, 25453, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8314, 8314, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13960, 25454, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8315, 8315, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13961, 25455, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8316, 8316, NULL, NULL, 'Palacio De Justicia Oficina 301', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13174, 24672, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8317, 8317, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13176, 24674, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8318, 8318, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13177, 24675, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8319, 8319, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13178, 24676, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8320, 8320, NULL, NULL, 'Palacio De Justicia Bloque A Piso 2 Oficina 201 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13179, 24678, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8321, 8321, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13180, 24679, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8322, 8322, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13074, 24680, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8323, 8323, NULL, NULL, 'Calle 41 # 7-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13075, 24681, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8324, 8324, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13076, 24682, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8325, 8325, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13077, 24683, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8326, 8326, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13078, 24684, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8327, 8327, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13079, 24685, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8328, 8328, NULL, NULL, 'Carrera 11A # 11A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13080, 24686, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8329, 8329, NULL, NULL, 'Carrera 2 # 8-90 Oficina 505', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13081, 24687, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8330, 8330, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13082, 24688, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8331, 8331, NULL, NULL, 'Calle 27 # 2-6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13083, 24689, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8332, 8332, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13085, 24690, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8333, 8333, NULL, NULL, 'Carrera 23 # 18-69 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13086, 24691, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8334, 8334, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13087, 24692, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8335, 8335, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13088, 24693, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8336, 8336, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13089, 24694, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8337, 8337, NULL, NULL, 'Palacio De Justicia Oficina 412 Torre B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12954, 24695, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8338, 8338, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12955, 24696, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8339, 8339, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12956, 24697, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8340, 8340, NULL, NULL, 'Calle 9 # 2-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12957, 24698, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8341, 8341, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12958, 24699, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8342, 8342, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12961, 24700, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8343, 8343, NULL, NULL, 'Palacio De Justicia Oficina 212 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12962, 24701, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8344, 8344, NULL, NULL, 'Palacio De Justicia Oficina 310', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12963, 24702, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8345, 8345, NULL, NULL, 'Calle 16 # 7-39 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12964, 24703, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8346, 8346, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12965, 24704, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8347, 8347, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12966, 24705, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8348, 8348, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12967, 24706, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8349, 8349, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12968, 24707, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8350, 8350, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12969, 24708, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8351, 8351, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12870, 24709, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8352, 8352, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12872, 24710, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8353, 8353, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12873, 24711, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8354, 8354, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12874, 24712, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8355, 8355, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12875, 24713, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8356, 8356, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12876, 24714, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8357, 8357, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12877, 24715, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8358, 8358, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12878, 24716, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8359, 8359, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11678, 22916, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8360, 8360, NULL, NULL, 'Calle 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12879, 24717, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8361, 8361, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12880, 24718, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8362, 8362, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12881, 24719, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8363, 8363, NULL, NULL, 'Calle 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12883, 24720, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8364, 8364, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12884, 24722, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8365, 8365, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13642, 24723, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8366, 8366, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13643, 24724, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8367, 8367, NULL, NULL, 'Carrera 17 # 6B-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13644, 24725, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8368, 8368, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13962, 25456, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8369, 8369, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13963, 25457, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8370, 8370, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13964, 25458, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8371, 8371, NULL, NULL, 'Carrera 11 # 5-191', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13965, 25459, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8372, 8372, NULL, NULL, 'Carrera 100 # 94-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14929, 26670, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8373, 8373, NULL, NULL, 'Carrera 8 Calle 11 Esquina Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14930, 26671, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8374, 8374, NULL, NULL, 'Carrera 2 # 16-4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14931, 26672, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8375, 8375, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14932, 26673, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8376, 8376, NULL, NULL, 'Carrera 20 # 9-93', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14933, 26674, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8377, 8377, NULL, NULL, 'Carrera 10 # 9-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14934, 26675, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8378, 8378, NULL, NULL, 'Calle 22 # 16-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8146, 18748, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8379, 8379, NULL, NULL, 'Carrera 44 # 38-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8147, 18749, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8380, 8380, NULL, NULL, 'Carrera 10 # 35-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8149, 18750, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8381, 8381, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8150, 18751, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8382, 8382, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8151, 18752, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8383, 8383, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8152, 18753, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8384, 8384, NULL, NULL, 'Avenida Ambalá # 69-109', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 19170, 4, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8385, 8385, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8153, 18754, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8386, 8386, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8027, 18755, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8387, 8387, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8028, 18756, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8388, 8388, NULL, NULL, 'Calle 27 # 04-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8029, 18757, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8389, 8389, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8030, 18758, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8390, 8390, NULL, NULL, 'Carrera 23 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8031, 18759, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8391, 8391, NULL, NULL, 'Carrera 10 # 18-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8033, 18760, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8392, 8392, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8034, 18762, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8393, 8393, NULL, NULL, 'Carrera 18 # 20-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8035, 18763, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8394, 8394, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8036, 18764, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8395, 8395, NULL, NULL, 'Carrera 14 # 14-9 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8037, 18765, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8396, 8396, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8038, 18766, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8397, 8397, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9143, 19616, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8398, 8398, NULL, NULL, 'Carrera 9 # 11-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9144, 19617, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8399, 8399, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9145, 19618, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8400, 8400, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9146, 19619, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8401, 8401, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9148, 19620, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8402, 8402, NULL, NULL, 'Avenida Grancolombia # 3E-92', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9149, 19621, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8403, 8403, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9150, 19622, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8404, 8404, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9151, 19623, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8405, 8405, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9152, 19625, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8406, 8406, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9054, 19626, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8407, 8407, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9055, 19627, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8408, 8408, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9056, 19628, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8409, 8409, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9057, 19629, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8410, 8410, NULL, NULL, 'Calle 23 # 5-63 Oficina 101 Edificio Benavides Macea', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9059, 19630, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8411, 8411, NULL, NULL, 'Calle 22 # 16-40 4 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9060, 19631, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8412, 8412, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9061, 19632, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8413, 8413, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9062, 19633, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8414, 8414, NULL, NULL, 'Palacio De Justicia Oficina 105', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9063, 19634, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8415, 8415, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9065, 19636, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8416, 8416, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9066, 19637, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8417, 8417, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9067, 19638, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8418, 8418, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9068, 19639, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8419, 8419, NULL, NULL, 'Calle 3 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8941, 19640, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8420, 8420, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8942, 19641, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8421, 8421, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15918, 27805, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8422, 8422, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8943, 19642, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8423, 8423, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8944, 19643, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8424, 8424, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8945, 19644, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8425, 8425, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8946, 19645, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8426, 8426, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8947, 19646, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8427, 8427, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8948, 19647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8428, 8428, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8949, 19648, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8429, 8429, NULL, NULL, 'Carrera 2 # 8-90 Oficina 605', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 4491, 14, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8430, 8430, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8950, 19649, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8431, 8431, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8952, 19650, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8432, 8432, NULL, NULL, 'Calle 30 # 7-52', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8953, 19651, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8433, 8433, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 704', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8954, 19652, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8434, 8434, NULL, NULL, 'Carrera 29 # 23-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8955, 19653, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8435, 8435, NULL, NULL, 'Calle 16 # 23-78', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8956, 19654, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8436, 8436, NULL, NULL, 'Calle 41 Entre # 7-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8838, 19655, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8437, 8437, NULL, NULL, 'Calle 8 # 10-00', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8839, 19656, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8438, 8438, NULL, NULL, 'Calle 23 # 5-63 3 Piso Bloque A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8840, 19657, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8439, 8439, NULL, NULL, 'Calle 22 # 16-40 5 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8841, 19658, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8440, 8440, NULL, NULL, 'Carrera 21 # 20-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8842, 19659, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8441, 8441, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8843, 19660, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8442, 8442, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8844, 19661, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8443, 8443, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8846, 19663, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8444, 8444, NULL, NULL, 'Palacio De Justicia Oficina 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8847, 19664, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8445, 8445, NULL, NULL, 'Calle 15 # 17-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9874, 20206, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8446, 8446, NULL, NULL, 'Carrera 44 # 38-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9875, 20207, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8447, 8447, NULL, NULL, 'Calle 11 # 9A-24 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9767, 20208, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8448, 8448, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9768, 20209, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8449, 8449, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9770, 20210, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8450, 8450, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9771, 20211, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8451, 8451, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9772, 20212, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8452, 8452, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9773, 20213, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8453, 8453, NULL, NULL, 'Calle 3 # 3-31', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9774, 20214, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8454, 8454, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9775, 20215, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8455, 8455, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12730, 23886, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8456, 8456, NULL, NULL, 'Calle 14 # 7-36 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12731, 23887, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8457, 8457, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12732, 23888, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8458, 8458, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12733, 23889, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8459, 8459, NULL, NULL, 'Carrera 5 # 36-133', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12734, 23890, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8460, 8460, NULL, NULL, 'Palacio De Justicia Bloque C Piso 1 Oficina 104 C', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12736, 23892, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8461, 8461, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12737, 23893, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8462, 8462, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12738, 23894, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8463, 8463, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12739, 23895, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8464, 8464, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12633, 23896, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8465, 8465, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12634, 23897, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8466, 8466, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22855, 8068, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8467, 8467, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22725, 8069, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8468, 8468, NULL, NULL, 'Calle 73 # 7G-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22726, 8070, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8469, 8469, NULL, NULL, 'Carrera 17 # 53-74', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22727, 8071, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8470, 8470, NULL, NULL, 'Calle 39C # 109-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22728, 8072, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8471, 8471, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12086, 24092, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8472, 8472, NULL, NULL, 'Calle 14 # 7-36 Piso 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12087, 24093, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8473, 8473, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12088, 24094, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8474, 8474, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12089, 24095, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8475, 8475, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12090, 24096, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8476, 8476, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11951, 24097, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8477, 8477, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11952, 24098, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8478, 8478, NULL, NULL, 'Calle 24 # 13-17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11953, 24099, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8479, 8479, NULL, NULL, 'Palacio De Justicia Torre A Piso 5 Oficina 506', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11956, 24100, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8480, 8480, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11957, 24101, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8481, 8481, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22729, 8073, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8482, 8482, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22730, 8074, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8483, 8483, NULL, NULL, 'Calle 12 # 5-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22731, 8075, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8484, 8484, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22732, 8076, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8485, 8485, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22733, 8077, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8486, 8486, NULL, NULL, 'Calle 31 # 6-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13645, 24726, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8487, 8487, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13646, 24728, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8488, 8488, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13967, 25461, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8489, 8489, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13968, 25462, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8490, 8490, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13969, 25463, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8491, 8491, NULL, NULL, 'Carrera 12 # 20-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13647, 24729, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8492, 8492, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13649, 24730, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8493, 8493, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13650, 24731, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8494, 8494, NULL, NULL, 'Palacio De Justicia Bloque A Piso 2 Oficina 201 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13651, 24733, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8495, 8495, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13652, 24734, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8496, 8496, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13653, 24735, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8497, 8497, NULL, NULL, 'Carrera 29 # 23-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13654, 24736, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8498, 8498, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13655, 24737, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8499, 8499, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13526, 24739, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8500, 8500, NULL, NULL, 'Calle 14 # 14-102', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13528, 24740, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8501, 8501, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13529, 24741, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8502, 8502, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13530, 24742, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8503, 8503, NULL, NULL, 'Carrera 11A # 11A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13531, 24743, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8504, 8504, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13532, 24744, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8505, 8505, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13533, 24745, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8506, 8506, NULL, NULL, 'Carrera 23 # 18-69 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13534, 24746, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8507, 8507, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13535, 24747, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8508, 8508, NULL, NULL, 'Calle 22 # 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13536, 24748, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8509, 8509, NULL, NULL, 'Calle 40 # 44-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13537, 24749, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8510, 8510, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13539, 24751, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8511, 8511, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13408, 24752, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8512, 8512, NULL, NULL, 'Avenida 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13409, 24753, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8513, 8513, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13410, 24754, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8514, 8514, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13411, 24755, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8515, 8515, NULL, NULL, 'Palacio De Justicia Oficina 201', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13412, 24756, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8516, 8516, NULL, NULL, 'Calle 16 # 7-39 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13413, 24757, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8517, 8517, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13414, 24759, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8518, 8518, NULL, NULL, 'Calle 7A # 14-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13416, 24760, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8519, 8519, NULL, NULL, 'Calle 11 # 05-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13417, 24761, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8520, 8520, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13418, 24762, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8521, 8521, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13419, 24763, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8522, 8522, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15917, 27804, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8523, 8523, NULL, NULL, 'Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13420, 24765, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8524, 8524, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13421, 24766, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8525, 8525, NULL, NULL, 'Carrera 52 # 42-73 Piso 16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13287, 24767, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8526, 8526, NULL, NULL, 'Carrera 29 Con Calle 23 Esquina', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13288, 24768, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8527, 8527, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13289, 24769, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8528, 8528, NULL, NULL, 'Palacio De Justicia Oficina 217 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9005, 19175, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8529, 8529, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13849, 25465, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8530, 8530, NULL, NULL, 'Carrera 17 # 57-191', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13850, 25466, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8531, 8531, NULL, NULL, 'Calle 22 # 16-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8039, 18767, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8532, 8532, NULL, NULL, 'Calle 38 # 44-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8040, 18768, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8533, 8533, NULL, NULL, 'Carrera 10 # 35-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8041, 18769, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8534, 8534, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7921, 18770, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8535, 8535, NULL, NULL, 'Calle # 32-10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7922, 18771, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8536, 8536, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7923, 18772, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8537, 8537, NULL, NULL, 'Avenida Ambalá # 19-109', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 20653, 5, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8538, 8538, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7924, 18773, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8539, 8539, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7925, 18774, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8540, 8540, NULL, NULL, 'Edificio Atlas Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7926, 18775, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8541, 8541, NULL, NULL, 'Calle 27 # 4-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7927, 18776, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8542, 8542, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7928, 18777, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8543, 8543, NULL, NULL, 'Carrera 26 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7929, 18778, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8544, 8544, NULL, NULL, 'Carrera 10 # 18-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7930, 18779, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8545, 8545, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7932, 18780, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8546, 8546, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7933, 18781, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8547, 8547, NULL, NULL, 'Carrera 16 # 22-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7934, 18782, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8548, 8548, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7935, 18783, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8549, 8549, NULL, NULL, 'Carrera 14 # 14-09', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7799, 18784, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8550, 8550, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7800, 18785, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8551, 8551, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8848, 19665, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8552, 8552, NULL, NULL, 'Carrera 9 # 11-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8849, 19666, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8553, 8553, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8850, 19667, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8554, 8554, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8851, 19668, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8555, 8555, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8852, 19669, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8556, 8556, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4 Oficina 413 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8718, 19670, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8557, 8557, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8719, 19671, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8558, 8558, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8720, 19672, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8559, 8559, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8721, 19674, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8560, 8560, NULL, NULL, 'Calle 22 # 16-40 2 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8722, 19675, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8561, 8561, NULL, NULL, 'Calle 20 # 14-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8723, 19676, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8562, 8562, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8724, 19677, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8563, 8563, NULL, NULL, 'Carrera 10 # 14-33 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8725, 19678, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8564, 8564, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8726, 19679, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8565, 8565, NULL, NULL, 'Calle 3 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8728, 19680, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8566, 8566, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8729, 19681, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8567, 8567, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15916, 27803, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8568, 8568, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8730, 19682, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8569, 8569, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8731, 19683, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8570, 8570, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9496, 19684, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8571, 8571, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9497, 19685, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8572, 8572, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9498, 19686, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8573, 8573, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9499, 19687, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8574, 8574, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9500, 19688, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8575, 8575, NULL, NULL, 'Carrera 2 # 8-90 Oficina 604', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10655, 21, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8576, 8576, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9501, 19689, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8577, 8577, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9503, 19690, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8578, 8578, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 909', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9504, 19691, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8579, 8579, NULL, NULL, 'Carrera 29 # 22-46', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9505, 19692, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8580, 8580, NULL, NULL, 'Carrera 23 # 18-69 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9506, 19693, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8581, 8581, NULL, NULL, 'Calle 41 Entre # 7-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9507, 19694, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8582, 8582, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9508, 19695, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8583, 8583, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9509, 19696, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8584, 8584, NULL, NULL, 'Calle 22 # 16-40 5 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9510, 19697, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8585, 8585, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9511, 19698, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8586, 8586, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9381, 19699, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8587, 8587, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9384, 19700, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8588, 8588, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9776, 20216, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8589, 8589, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9777, 20217, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8590, 8590, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9778, 20218, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8591, 8591, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9779, 20219, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8592, 8592, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9781, 20220, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8593, 8593, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9782, 20221, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8594, 8594, NULL, NULL, 'Carrera 9 # 20-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9691, 20222, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8595, 8595, NULL, NULL, 'Calle 40 # 44 80 Palacio De Justcia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12635, 23898, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8596, 8596, NULL, NULL, 'Calle 14 # 7-36 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12636, 23899, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8597, 8597, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12638, 23900, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8598, 8598, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12639, 23901, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8599, 8599, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12640, 23902, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8600, 8600, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12641, 23903, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8601, 8601, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12642, 23904, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8602, 8602, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12643, 23905, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8603, 8603, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12644, 23906, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8604, 8604, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22734, 8078, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8605, 8605, NULL, NULL, 'Calle 39C # 109-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22735, 8081, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8606, 8606, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11958, 24102, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8607, 8607, NULL, NULL, 'Calle 14 # 7-36 Piso 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11959, 24103, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8608, 8608, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11960, 24104, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8609, 8609, NULL, NULL, 'Carrera 10 # 7-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11961, 24105, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8610, 8610, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11962, 24106, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8611, 8611, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11963, 24107, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8612, 8612, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11964, 24108, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8613, 8613, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22736, 8082, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8614, 8614, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23529, 8084, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8615, 8615, NULL, NULL, 'Calle 31 # 6-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13291, 24770, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8616, 8616, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13851, 25468, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8617, 8617, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13852, 25469, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8618, 8618, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13292, 24771, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8619, 8619, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13293, 24772, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8620, 8620, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13294, 24773, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8621, 8621, NULL, NULL, 'Palacio De Justicia Bloque A Piso 2 Oficina 214 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13295, 24774, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8622, 8622, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13296, 24775, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8623, 8623, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13297, 24776, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8624, 8624, NULL, NULL, 'Carrera 29 # 23-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13298, 24777, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8625, 8625, NULL, NULL, 'Palacio De Justicia Piso 3 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13299, 24778, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8626, 8626, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia "Luis Carlos Perez"', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13300, 24779, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8627, 8627, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13302, 24780, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8628, 8628, NULL, NULL, 'Carrera 11A # 11A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13182, 24781, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8629, 8629, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13183, 24782, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8630, 8630, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13184, 24783, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8631, 8631, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13185, 24784, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8632, 8632, NULL, NULL, 'Avenida 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13186, 24785, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8633, 8633, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13187, 24786, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8634, 8634, NULL, NULL, 'Palacio De Justicia Oficina 208', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13188, 24787, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8635, 8635, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13189, 24788, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8636, 8636, NULL, NULL, 'Carrera 72J # 36-56 SUR Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13190, 24789, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8637, 8637, NULL, NULL, 'Carrera 3 # 3-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13191, 24791, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8638, 8638, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13192, 24792, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8639, 8639, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13193, 24793, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8640, 8640, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13194, 24794, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8641, 8641, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13195, 24795, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8642, 8642, NULL, NULL, 'Calle 41 # 7-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13090, 24796, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8643, 8643, NULL, NULL, 'Calle 33B # 29-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13091, 24797, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8644, 8644, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15915, 27802, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8645, 8645, NULL, NULL, 'Palacio De Justicia Bloque B Piso 2 Oficina 210 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13092, 24798, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8646, 8646, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13093, 24799, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8647, 8647, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13096, 24800, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8648, 8648, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13097, 24802, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8649, 8649, NULL, NULL, 'Calle 12 # 8-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13098, 24803, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8650, 8650, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13854, 25470, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8651, 8651, NULL, NULL, 'Calle 47A # 83-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13855, 25471, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8652, 8652, NULL, NULL, 'Calle 38 # 44-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7801, 18786, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8653, 8653, NULL, NULL, 'Calle 35 # 16-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7802, 18787, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8654, 8654, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7803, 18788, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8655, 8655, NULL, NULL, 'Calle # 32-10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7804, 18789, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8656, 8656, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7806, 18790, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8657, 8657, NULL, NULL, 'Comfatolima Ambalá # 69', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 21188, 6, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8658, 8658, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7807, 18791, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8659, 8659, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7808, 18792, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8660, 8660, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7809, 18793, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8661, 8661, NULL, NULL, 'Calle 27 # 4-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7810, 18794, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8662, 8662, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7811, 18795, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8663, 8663, NULL, NULL, 'Carrera 23 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7812, 18796, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8664, 8664, NULL, NULL, 'Carrera 10 # 18-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7813, 18797, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8665, 8665, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7814, 18798, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8666, 8666, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8583, 18799, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8667, 8667, NULL, NULL, 'Carrera 18 # 20-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8586, 18800, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8668, 8668, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8587, 18801, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8669, 8669, NULL, NULL, 'Calle 16 # 9-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8588, 18802, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8670, 8670, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8589, 18803, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8671, 8671, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9385, 19702, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8672, 8672, NULL, NULL, 'Carrera 9 # 11-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9386, 19703, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8673, 8673, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9387, 19704, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8674, 8674, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9388, 19705, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8675, 8675, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9389, 19706, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8676, 8676, NULL, NULL, 'Palacio De Justicia Bloque A Piso 4 Oficina 414 A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9390, 19707, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8677, 8677, NULL, NULL, 'Calle 20A # 14 -15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9391, 19709, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8678, 8678, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9393, 19710, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8679, 8679, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9394, 19711, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8680, 8680, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9257, 19712, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8681, 8681, NULL, NULL, 'Calle 3A # 2A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9258, 19713, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8682, 8682, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9259, 19714, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8683, 8683, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15914, 27801, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8684, 8684, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9260, 19715, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8685, 8685, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9261, 19716, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8686, 8686, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9262, 19717, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8687, 8687, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9263, 19718, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8688, 8688, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9265, 19720, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8689, 8689, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9266, 19721, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8690, 8690, NULL, NULL, 'Carrera 2 # 8-90 Oficina 602', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 5546, 16, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8691, 8691, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9267, 19722, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8692, 8692, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9268, 19723, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8693, 8693, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 301B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9269, 19724, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8694, 8694, NULL, NULL, 'Carrera 29 # 23-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9270, 19725, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8695, 8695, NULL, NULL, 'Calle 41 Entre # 7-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9271, 19726, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8696, 8696, NULL, NULL, 'Calle 23 # 5-63 3 Piso Bloque A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9153, 19727, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8697, 8697, NULL, NULL, 'Calle 26 Carrera 27 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9154, 19728, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8698, 8698, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9155, 19729, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8699, 8699, NULL, NULL, 'Palacio 14 # 14-147', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9157, 19730, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8700, 8700, NULL, NULL, 'Palacio De Justicia Oficina 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9158, 19731, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8701, 8701, NULL, NULL, 'Calle 11 # 9A-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9692, 20223, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8702, 8702, NULL, NULL, 'Calle 12 # 5-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9693, 20224, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8703, 8703, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9694, 20225, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8704, 8704, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12645, 23907, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8705, 8705, NULL, NULL, 'Calle 14 # 7-36 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12646, 23908, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8706, 8706, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12647, 23909, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8707, 8707, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12512, 23910, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8708, 8708, NULL, NULL, 'Carrera 5 # 36-133', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12513, 23911, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8709, 8709, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12514, 23912, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8710, 8710, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23530, 8085, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8711, 8711, NULL, NULL, 'Carrera 131 # 60-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23531, 8087, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8712, 8712, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11965, 24109, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8713, 8713, NULL, NULL, 'Calle 14 # 7-36 Piso 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12755, 24110, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8714, 8714, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12756, 24111, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8715, 8715, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12757, 24112, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8716, 8716, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23532, 8088, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8717, 8717, NULL, NULL, 'Calle 31 # 6-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13099, 24804, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8718, 8718, NULL, NULL, 'Calle 12 # 30-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13856, 25472, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8719, 8719, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13857, 25473, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8720, 8720, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13100, 24805, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8721, 8721, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13101, 24806, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8722, 8722, NULL, NULL, 'Carrera 10 # 32C-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13102, 24808, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8723, 8723, NULL, NULL, 'Palacio De Justicia Piso 3 Torre A', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12971, 24810, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8724, 8724, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12972, 24811, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8725, 8725, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 19022, 32, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8726, 8726, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12973, 24812, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8727, 8727, NULL, NULL, 'Edificio Leidy Piso 3 Oficina 301', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12974, 24813, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8728, 8728, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12975, 24814, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8729, 8729, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12976, 24815, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8730, 8730, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12977, 24816, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8731, 8731, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12978, 24817, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8732, 8732, NULL, NULL, 'Calle 8 # 10-00 Palacio De Justicia Luis Carlos Perez', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12979, 24818, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8733, 8733, NULL, NULL, 'Palacio De Justicia Oficina 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12980, 24819, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8734, 8734, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12982, 24820, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8735, 8735, NULL, NULL, 'Calle 10A # 40-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12983, 24821, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8736, 8736, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12885, 24824, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8737, 8737, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12886, 24825, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8738, 8738, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12887, 24826, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8739, 8739, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12888, 24827, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8740, 8740, NULL, NULL, 'Palacio De Justicia Calle 41 Carreras 7 Y 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12889, 24828, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8741, 8741, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15913, 27800, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8742, 8742, NULL, NULL, 'Avenida 4E # 7A-14 Barrio Popular Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12890, 24829, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8743, 8743, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12892, 24830, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8744, 8744, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12893, 24831, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8745, 8745, NULL, NULL, 'Calle 22 # 4-70', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12894, 24832, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8746, 8746, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13858, 25474, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8747, 8747, NULL, NULL, 'Carrera 44 # 38-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8590, 18804, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8748, 8748, NULL, NULL, 'Calle 35 # 16-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8591, 18805, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8749, 8749, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8592, 18806, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8750, 8750, NULL, NULL, 'Calle # 32-10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8593, 18807, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8751, 8751, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8594, 18808, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8752, 8752, NULL, NULL, 'Calle 69 # 19-109', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 22600, 7, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8753, 8753, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8595, 18809, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8754, 8754, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8597, 18810, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8755, 8755, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8598, 18811, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8756, 8756, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8467, 18812, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8757, 8757, NULL, NULL, 'Carrera 23 # 19-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8468, 18813, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8758, 8758, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8469, 18814, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8759, 8759, NULL, NULL, 'Calle 14 # 14-57', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8470, 18815, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8760, 8760, NULL, NULL, 'Carrera 16 # 22-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8471, 18816, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8761, 8761, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8472, 18817, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8762, 8762, NULL, NULL, 'Calle 16 # 9-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8473, 18818, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8763, 8763, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8474, 18819, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8764, 8764, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9159, 19732, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8765, 8765, NULL, NULL, 'Carrera 9 # 11- 45 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9160, 19733, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8766, 8766, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9161, 19734, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8767, 8767, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9162, 19735, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8768, 8768, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9163, 19736, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8769, 8769, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9164, 19737, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8770, 8770, NULL, NULL, 'Palacio De Justicia Oficina 102', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9166, 19739, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8771, 8771, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9167, 19740, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8772, 8772, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9069, 19741, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8773, 8773, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9070, 19742, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8774, 8774, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9071, 19743, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8775, 8775, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 15911, 27799, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8776, 8776, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9072, 19744, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8777, 8777, NULL, NULL, 'Calle 19 # 11-20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9073, 19745, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8778, 8778, NULL, NULL, 'Calle 12 # 5-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9074, 19746, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8779, 8779, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9075, 19747, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8780, 8780, NULL, NULL, 'Carrera 2 # 8-90 Oficina 801', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10930, 22, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8781, 8781, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9076, 19748, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8782, 8782, NULL, NULL, 'Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11- Cra 50 No 51-23 Edificio Mariscal Sucre', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9077, 19749, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8783, 8783, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 403', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9078, 19750, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8784, 8784, NULL, NULL, 'Calle 41 Entre # 7-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9079, 19751, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8785, 8785, NULL, NULL, 'Calle 23 # 5-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9080, 19752, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8786, 8786, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9081, 19753, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8787, 8787, NULL, NULL, 'Carrera 29 # 33B-79', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9082, 19754, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8788, 8788, NULL, NULL, 'Calle 11 # 9A-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9695, 20226, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8789, 8789, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9696, 20228, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8790, 8790, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12515, 23914, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8791, 8791, NULL, NULL, 'Calle 14 # 7-36 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12516, 23915, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8792, 8792, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12517, 23916, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8793, 8793, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12518, 23917, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8794, 8794, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12519, 23918, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8795, 8795, NULL, NULL, 'Calle 19 # 13A-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23533, 8090, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8796, 8796, NULL, NULL, 'Carrera 131 # 60-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23534, 8092, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8797, 8797, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12758, 24114, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8798, 8798, NULL, NULL, 'Calle 14 # 7-36 Piso 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12759, 24115, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8799, 8799, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12760, 24116, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8800, 8800, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12761, 24117, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8801, 8801, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12762, 24118, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8802, 8802, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23535, 8093, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8803, 8803, NULL, NULL, 'Calle 31 # 6-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12895, 24833, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8804, 8804, NULL, NULL, 'Calle 12 # 30-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13859, 25475, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8805, 8805, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12896, 24834, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8806, 8806, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12897, 24835, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8807, 8807, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12898, 24836, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8808, 8808, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12899, 24837, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8809, 8809, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12900, 24838, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8810, 8810, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13656, 24839, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8811, 8811, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13658, 24840, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8812, 8812, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13659, 24841, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8813, 8813, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13660, 24842, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8814, 8814, NULL, NULL, 'Palacio De Justicia Oficina 103', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13661, 24843, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8815, 8815, NULL, NULL, 'Carrera 16 # 54-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13662, 24844, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8816, 8816, NULL, NULL, 'Calle 27 # 17-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13663, 24847, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8817, 8817, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13664, 24848, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8818, 8818, NULL, NULL, 'Carrera 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13665, 24849, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8819, 8819, NULL, NULL, 'Carrera 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13668, 24851, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8820, 8820, NULL, NULL, 'Calle 4 # 1-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13669, 24852, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8821, 8821, NULL, NULL, 'Calle 32 C 10 # 10 B-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16023, 27798, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8822, 8822, NULL, NULL, 'Avenida 4E # 7A-14 Barrio Popular Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13540, 24853, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8823, 8823, NULL, NULL, 'Carrera 23 # 18-69 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13541, 24855, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8824, 8824, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13542, 24856, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8825, 8825, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13861, 25477, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8826, 8826, NULL, NULL, 'Calle 38 # 44--17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8476, 18820, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8827, 8827, NULL, NULL, 'Calle 35 # 16-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8477, 18821, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8828, 8828, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8478, 18822, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8829, 8829, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8479, 18823, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8830, 8830, NULL, NULL, 'Avenida 6 # 10-82', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8480, 18824, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8831, 8831, NULL, NULL, 'Avenida Ambalá # 69-109-19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23289, 8, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8832, 8832, NULL, NULL, 'Carrera 4 # 12-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8352, 18827, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8833, 8833, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8353, 18828, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8834, 8834, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8354, 18829, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8835, 8835, NULL, NULL, 'Carrera 18 # 20-34', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8356, 18830, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8836, 8836, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8357, 18831, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8837, 8837, NULL, NULL, 'Calle 36 # 29-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8358, 18832, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8838, 8838, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9083, 19755, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8839, 8839, NULL, NULL, 'Carrera 9 # 11-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8957, 19756, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8840, 8840, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8958, 19757, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8841, 8841, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8959, 19758, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8842, 8842, NULL, NULL, 'Avenida Escallon # 8-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8960, 19759, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8843, 8843, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8961, 19760, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8844, 8844, NULL, NULL, 'Carrera 12 # 20-63', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8962, 19761, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8845, 8845, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8963, 19762, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8846, 8846, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8964, 19763, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8847, 8847, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8965, 19764, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8848, 8848, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8966, 19765, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8849, 8849, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16022, 27797, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8850, 8850, NULL, NULL, 'Avenida 4E # 3E-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8967, 19766, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8851, 8851, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8968, 19767, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8852, 8852, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8969, 19768, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8853, 8853, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8970, 19769, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8854, 8854, NULL, NULL, 'Carrera 2 # 8-90 Oficina 802', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11834, 23, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8855, 8855, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8853, 19770, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8856, 8856, NULL, NULL, 'Carrera 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8854, 19771, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8857, 8857, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 202B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8855, 19772, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8858, 8858, NULL, NULL, 'Calle 23 # 5-63 3 Piso Bloque B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8857, 19774, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8859, 8859, NULL, NULL, 'Calle 11 # 9A-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9697, 20229, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8860, 8860, NULL, NULL, 'Calle 40 # 44 80 Palacio De Justcia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12520, 23919, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8861, 8861, NULL, NULL, 'Calle 14 # 7-36 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12522, 23920, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8862, 8862, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12523, 23921, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8863, 8863, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12524, 23922, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8864, 8864, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23536, 8094, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8865, 8865, NULL, NULL, 'Calle 38 # 41-H', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23537, 8095, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8866, 8866, NULL, NULL, 'Carrera 131 # 60-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23538, 8096, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8867, 8867, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12763, 24119, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8868, 8868, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12765, 24120, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8869, 8869, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12766, 24121, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8870, 8870, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12767, 24122, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8871, 8871, NULL, NULL, 'Calle 31 # 6-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13543, 24857, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8872, 8872, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13544, 24858, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8873, 8873, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13545, 24859, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8874, 8874, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13547, 24860, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8875, 8875, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13548, 24861, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8876, 8876, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13549, 24862, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8877, 8877, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13550, 24863, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8878, 8878, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13551, 24864, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8879, 8879, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13552, 24865, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8880, 8880, NULL, NULL, 'Calle 4 # 6-99', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13553, 24866, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8881, 8881, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13554, 24867, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8882, 8882, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13422, 24869, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8883, 8883, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13424, 24870, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8884, 8884, NULL, NULL, 'Carrera 36 # 33 A-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13425, 24871, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8885, 8885, NULL, NULL, 'Calle 32 C 10 # 10 B-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16021, 27796, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8886, 8886, NULL, NULL, 'Avenida 4E # 7A-14 Barrio Popular Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13426, 24872, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8887, 8887, NULL, NULL, 'Carrera 52 # 42-73 Piso 15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13427, 24873, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8888, 8888, NULL, NULL, 'Carrera 23 # 18-69 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13428, 24874, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8889, 8889, NULL, NULL, 'Calle 12 # 30-35 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13862, 25478, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8890, 8890, NULL, NULL, 'Calle 38 # 44--17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8359, 18833, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8891, 8891, NULL, NULL, 'Calle 35 # 10-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8360, 18834, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8892, 8892, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8361, 18835, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8893, 8893, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8362, 18836, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8894, 8894, NULL, NULL, 'Avenida 6 # 10-87', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8363, 18837, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8895, 8895, NULL, NULL, 'Avenida Ambala # Calle-69', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8364, 18838, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8896, 8896, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8366, 18840, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8897, 8897, NULL, NULL, 'Carrera 4 # 2-18', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8275, 18841, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8898, 8898, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8276, 18842, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8899, 8899, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8858, 19775, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8900, 8900, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8859, 19776, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8901, 8901, NULL, NULL, 'Calle 35 # 11-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8860, 19777, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8902, 8902, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8861, 19778, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8903, 8903, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8862, 19779, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8904, 8904, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8863, 19780, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8905, 8905, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8864, 19781, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8906, 8906, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8865, 19782, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8907, 8907, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8866, 19783, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8908, 8908, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16020, 27795, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8909, 8909, NULL, NULL, 'Avenida 2E # 7-56', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8867, 19784, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8910, 8910, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8732, 19785, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8911, 8911, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8733, 19786, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8912, 8912, NULL, NULL, 'Calle 49 # 45-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8734, 19787, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8913, 8913, NULL, NULL, 'Carrera 2 # 8-90 Oficina 804', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12743, 24, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8914, 8914, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8735, 19788, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8915, 8915, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8736, 19789, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8916, 8916, NULL, NULL, 'Palacio De Justicia Carrera 4 # 6-99 Oficina 203B', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8738, 19790, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8917, 8917, NULL, NULL, 'Calle 23 # 5-45 Oficina 205', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8740, 19792, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8918, 8918, NULL, NULL, 'Calle 11 # 9A-24 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9699, 20230, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8919, 8919, NULL, NULL, 'Calle 14 # 7-36 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12525, 23923, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8920, 8920, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12404, 23924, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8921, 8921, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12405, 23925, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8922, 8922, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23416, 8098, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8923, 8923, NULL, NULL, 'Carrera 131 # 60-59', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23419, 8100, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8924, 8924, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12768, 24123, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8925, 8925, NULL, NULL, 'Calle 14 # 7-36 Piso 20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12769, 24124, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8926, 8926, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12663, 24125, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8927, 8927, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13429, 24875, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8928, 8928, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13430, 24876, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8929, 8929, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13431, 24877, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8930, 8930, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13432, 24878, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8931, 8931, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13433, 24879, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8932, 8932, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13435, 24880, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8933, 8933, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13436, 24881, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8934, 8934, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13304, 24883, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8935, 8935, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13305, 24884, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8936, 8936, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13306, 24886, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8937, 8937, NULL, NULL, 'Carrera 11A # 62-', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13307, 24887, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8938, 8938, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13308, 24888, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8939, 8939, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13309, 24889, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8940, 8940, NULL, NULL, 'Carrera 23 # 18-69 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13311, 24890, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8941, 8941, NULL, NULL, 'Calle 38 # 44--17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8277, 18843, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8942, 8942, NULL, NULL, 'Calle 35 # 16-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8278, 18844, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8943, 8943, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8279, 18845, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8944, 8944, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8280, 18846, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8945, 8945, NULL, NULL, 'Avenida Ambala # 19-109', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8281, 18847, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8946, 8946, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8282, 18848, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8947, 8947, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8283, 18849, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8948, 8948, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8285, 18850, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8949, 8949, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8741, 19793, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8950, 8950, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8742, 19794, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8951, 8951, NULL, NULL, 'Carrera 12 # 31-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8743, 19795, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8952, 8952, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8744, 19796, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8953, 8953, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8745, 19798, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8954, 8954, NULL, NULL, 'Carrera 10 # 14-33 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8746, 19799, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8955, 8955, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9513, 19800, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8956, 8956, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16019, 27794, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8957, 8957, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9514, 19802, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8958, 8958, NULL, NULL, 'Carrera 2 # 8-90 Oficina 805', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13320, 25, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8960, 8960, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9516, 19804, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8961, 8961, NULL, NULL, 'Carrera 7 # 12C- 23 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12406, 23926, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8962, 8962, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12407, 23927, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8963, 8963, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12408, 23928, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8964, 8964, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23420, 8102, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8965, 8965, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12664, 24127, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8966, 8966, NULL, NULL, 'Calle 14 # 7-36 Piso 20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12666, 24129, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8967, 8967, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12668, 24130, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8968, 8968, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12669, 24131, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8969, 8969, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23421, 8104, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8970, 8970, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13312, 24891, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8971, 8971, NULL, NULL, 'Carrera 29 # 18-45 Bloque C Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13313, 24892, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8972, 8972, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13314, 24893, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8973, 8973, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13315, 24894, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8974, 8974, NULL, NULL, 'Carrera 52 # 42-73 Piso 22 Of. 2201', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13316, 24895, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8975, 8975, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13317, 24896, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8976, 8976, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13196, 24897, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8977, 8977, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13197, 24899, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8978, 8978, NULL, NULL, 'Avenida Daniel Lemaitre # 119 P-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13200, 24900, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8979, 8979, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13201, 24901, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8980, 8980, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13202, 24902, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8981, 8981, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13203, 24903, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8982, 8982, NULL, NULL, 'Calle 38 # 44--17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8286, 18851, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8983, 8983, NULL, NULL, 'Calle 35 # 16-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8287, 18852, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8984, 8984, NULL, NULL, 'Calle 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8289, 18854, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8985, 8985, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8290, 18855, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8986, 8986, NULL, NULL, 'Avenida Ambala # 19-109', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8154, 18856, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8987, 8987, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8155, 18857, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8988, 8988, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8156, 18858, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8989, 8989, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8157, 18859, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8990, 8990, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9517, 19805, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8991, 8991, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9518, 19806, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8992, 8992, NULL, NULL, 'Carrera 12 # 31-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9519, 19807, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8993, 8993, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9520, 19808, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8994, 8994, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9522, 19810, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8995, 8995, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9523, 19811, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8996, 8996, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9524, 19812, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8997, 8997, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9395, 19813, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8998, 8998, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9396, 19814, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (8999, 8999, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16018, 27793, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9000, 9000, NULL, NULL, 'Carrera 2 # 8-90 Oficina 807', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14252, 26, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9001, 9001, NULL, NULL, 'Carrera 23 # 21-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9397, 19816, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9002, 9002, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9398, 19817, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9003, 9003, NULL, NULL, 'Calle 14 # 7-36 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12409, 23929, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9004, 9004, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12411, 23930, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9005, 9005, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12412, 23931, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9006, 9006, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23422, 8105, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9007, 9007, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12670, 24132, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9008, 9008, NULL, NULL, 'Calle 14 # 7-36 Piso 20', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12671, 24133, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9009, 9009, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12672, 24134, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9010, 9010, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12673, 24135, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9011, 9011, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23423, 8106, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9012, 9012, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13204, 24904, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9013, 9013, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13205, 24905, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9014, 9014, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13206, 24907, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9015, 9015, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13207, 24908, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9016, 9016, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13208, 24909, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9017, 9017, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13103, 24910, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9018, 9018, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13104, 24911, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9019, 9019, NULL, NULL, 'Avenida Daniel Lemaitre # 119 P-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13105, 24913, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9020, 9020, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13107, 24915, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9021, 9021, NULL, NULL, 'Carrera 2 # 8-90 3 Piso', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13108, 24916, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9022, 9022, NULL, NULL, 'Carrera 44 # 38-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8159, 18860, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9023, 9023, NULL, NULL, 'Calle 35 # 16-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8160, 18861, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9024, 9024, NULL, NULL, 'Carrera 5 # 12-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8161, 18862, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9025, 9025, NULL, NULL, 'Calle 32 # 10-129', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8162, 18863, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9026, 9026, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8163, 18864, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9027, 9027, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8164, 18866, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9028, 9028, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9399, 19818, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9029, 9029, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9400, 19819, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9030, 9030, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9401, 19820, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9031, 9031, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9402, 19822, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9032, 9032, NULL, NULL, 'Carrera 10 # 14-33 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9403, 19823, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9033, 9033, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9404, 19824, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9034, 9034, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9405, 19825, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9035, 9035, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 16017, 27792, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9036, 9036, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9406, 19826, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9037, 9037, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia-La Alpujarra-Cra 52 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9272, 19828, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9038, 9038, NULL, NULL, 'Calle 11 # 9A-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9700, 20233, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9039, 9039, NULL, NULL, 'Calle 14 # 7-36 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12413, 23932, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9040, 9040, NULL, NULL, 'Calle 12 # 5-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12414, 23933, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9041, 9041, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12415, 23934, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9042, 9042, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12674, 24136, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9043, 9043, NULL, NULL, 'Calle 14 # 7-36 Piso 21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12675, 24137, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9044, 9044, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12676, 24138, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9045, 9045, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13109, 24917, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9046, 9046, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13110, 24918, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9047, 9047, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13111, 24919, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9048, 9048, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13113, 24920, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9049, 9049, NULL, NULL, 'Calle 32 C 10 # 10 B-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13114, 24921, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9050, 9050, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13115, 24923, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9051, 9051, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12984, 24925, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9052, 9052, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12985, 24926, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9053, 9053, NULL, NULL, 'Carrera 2 # 8-90', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12986, 24927, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9054, 9054, NULL, NULL, 'Carrera 44 # 38-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8165, 18867, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9055, 9055, NULL, NULL, 'Carrera 10 # 35-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8166, 18868, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9056, 9056, NULL, NULL, 'Calle 5 # 12-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8167, 18869, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9057, 9057, NULL, NULL, 'Calle 32 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8042, 18870, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9058, 9058, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8043, 18871, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9059, 9059, NULL, NULL, 'Carrera 11 # 17-53', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8044, 18873, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9060, 9060, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9273, 19829, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9061, 9061, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9275, 19830, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9062, 9062, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9276, 19831, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9063, 9063, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9277, 19832, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9064, 9064, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9278, 19833, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9065, 9065, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9279, 19834, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9066, 9066, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9280, 19835, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9067, 9067, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9281, 19836, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9068, 9068, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9282, 19837, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9069, 9069, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9283, 19838, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9070, 9070, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9284, 19839, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9071, 9071, NULL, NULL, 'Calle 14 # 7-36 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12416, 23935, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9072, 9072, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12417, 23936, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9073, 9073, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12418, 23937, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9074, 9074, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23424, 8108, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9075, 9075, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12542, 24140, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9076, 9076, NULL, NULL, 'Calle 14 # 7-36 Piso 21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12543, 24141, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9077, 9077, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12544, 24142, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9078, 9078, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12545, 24143, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9079, 9079, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12987, 24928, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9080, 9080, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12989, 24930, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9081, 9081, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12990, 24931, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9082, 9082, NULL, NULL, 'Calle 32 C 10 # 10 B-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12991, 24932, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9083, 9083, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12992, 24933, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9084, 9084, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12993, 24934, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9085, 9085, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12994, 24935, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9086, 9086, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12995, 24936, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9087, 9087, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12996, 24937, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9088, 9088, NULL, NULL, 'Carrera 44 # 38-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8045, 18874, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9089, 9089, NULL, NULL, 'Calle 35 # 16-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8046, 18875, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9090, 9090, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8047, 18876, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9091, 9091, NULL, NULL, 'Calle 32 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8048, 18877, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9092, 9092, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8049, 18878, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9093, 9093, NULL, NULL, 'Edificio Atlas Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8050, 18879, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9094, 9094, NULL, NULL, 'Calle 40 # 44- 81', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9286, 19840, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9095, 9095, NULL, NULL, 'Carrera 9 # 11-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9287, 19841, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9096, 9096, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9168, 19842, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9097, 9097, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9169, 19843, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9098, 9098, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9170, 19844, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9099, 9099, NULL, NULL, 'Carrera 10 # 14-33 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9537, 19878, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9100, 9100, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9538, 19879, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9101, 9101, NULL, NULL, 'Carrera 10 # 12-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9540, 19880, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9102, 9102, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9541, 19881, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9103, 9103, NULL, NULL, 'Calle 19 # 14-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9542, 19882, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9104, 9104, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9543, 19883, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9105, 9105, NULL, NULL, 'Calle 11 # 9A-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9701, 20235, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9106, 9106, NULL, NULL, 'Calle 14 # 7-36 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12419, 23938, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9107, 9107, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12284, 23939, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9108, 9108, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23425, 8109, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9109, 9109, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12546, 24144, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9110, 9110, NULL, NULL, 'Calle 14 # 7-36 Piso 21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12547, 24145, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9111, 9111, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12548, 24146, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9112, 9112, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12549, 24147, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9113, 9113, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12997, 24938, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9114, 9114, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12998, 24939, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9115, 9115, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12902, 24940, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9116, 9116, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12903, 24941, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9117, 9117, NULL, NULL, 'Calle 32 C 10 # 10 B-10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12904, 24942, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9118, 9118, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12905, 24943, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9119, 9119, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12906, 24944, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9120, 9120, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12907, 24945, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9121, 9121, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12909, 24947, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9122, 9122, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12910, 24948, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9123, 9123, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8052, 18880, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9124, 9124, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8053, 18881, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9125, 9125, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8054, 18882, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9126, 9126, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9544, 19884, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9127, 9127, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9545, 19885, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9128, 9128, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9525, 19887, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9129, 9129, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9526, 19888, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9130, 9130, NULL, NULL, 'Carrera 10 # 14-33 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9527, 19889, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9131, 9131, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9529, 19890, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9132, 9132, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9530, 19891, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9133, 9133, NULL, NULL, 'Carrera 5 # 36-127', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9531, 19892, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9134, 9134, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9736, 19893, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9135, 9135, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9737, 19894, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9136, 9136, NULL, NULL, 'Calle 14 # 7-36 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12286, 23940, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9137, 9137, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23427, 8110, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9138, 9138, NULL, NULL, 'Calle 14 # 7-36 Piso 21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12550, 24148, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9139, 9139, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12551, 24149, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9140, 9140, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12553, 24150, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9141, 9141, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12911, 24949, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9142, 9142, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12913, 24951, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9143, 9143, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12914, 24952, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9144, 9144, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12915, 24953, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9145, 9145, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13670, 24954, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9146, 9146, NULL, NULL, 'Calle 16 # 7-39 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13671, 24955, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9147, 9147, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13672, 24957, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9148, 9148, NULL, NULL, 'Avenida Daniel Lemaitre # 119 P-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13673, 24958, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9149, 9149, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13674, 24959, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9150, 9150, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8055, 18883, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9151, 9151, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8056, 18884, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9152, 9152, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7936, 18885, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9153, 9153, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9738, 19895, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9154, 9154, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9739, 19897, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9155, 9155, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9740, 19898, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9156, 9156, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9741, 19899, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9157, 9157, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9744, 19900, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9158, 9158, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9745, 19901, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9159, 9159, NULL, NULL, 'Calle 36 # 7-76', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9746, 19902, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9160, 9160, NULL, NULL, 'Carrera 10 # 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9747, 19903, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9161, 9161, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9748, 19904, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9162, 9162, NULL, NULL, 'Calle 11 # 9A-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9594, 20237, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9163, 9163, NULL, NULL, 'Calle 14 # 7-36 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12287, 23941, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9164, 9164, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23303, 8111, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9165, 9165, NULL, NULL, 'Calle 14 # 7-36 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12554, 24151, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9166, 9166, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12555, 24152, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9167, 9167, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12556, 24153, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9168, 9168, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13676, 24960, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9169, 9169, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13677, 24963, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9170, 9170, NULL, NULL, 'Carrera 16 # 54-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13678, 24965, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9171, 9171, NULL, NULL, 'Avenida Daniel Lemaitre # 119 P-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13679, 24967, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9172, 9172, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7937, 18886, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9173, 9173, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7938, 18887, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9174, 9174, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7939, 18888, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9175, 9175, NULL, NULL, 'Calle 12 # 9-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9749, 19905, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9176, 9176, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9750, 19906, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9177, 9177, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9649, 19907, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9178, 9178, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9650, 19908, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9179, 9179, NULL, NULL, 'Carrera 10 # 14-33 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9651, 19909, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9180, 9180, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9652, 19910, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9181, 9181, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9653, 19911, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9182, 9182, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9654, 19912, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9183, 9183, NULL, NULL, 'Calle 11 # 9A-24 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9595, 20238, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9184, 9184, NULL, NULL, 'Calle 14 # 7-36 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12288, 23942, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9185, 9185, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23304, 8112, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9186, 9186, NULL, NULL, 'Calle 14 # 7-36 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12436, 24154, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9187, 9187, NULL, NULL, 'Calle 12 # 5-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12437, 24155, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9188, 9188, NULL, NULL, 'Carrera 51 # 50 21, Banco De Londres', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12438, 24156, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9189, 9189, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13555, 24969, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9190, 9190, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13557, 24970, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9191, 9191, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13558, 24971, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9192, 9192, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13559, 24972, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9193, 9193, NULL, NULL, 'Carrera 78A # 77A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13560, 24974, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9194, 9194, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13561, 24975, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9195, 9195, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13562, 24976, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9196, 9196, NULL, NULL, 'Calle 12 # 5-75', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7940, 18889, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9197, 9197, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7942, 18890, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9198, 9198, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7943, 18891, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9199, 9199, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9655, 19914, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9200, 9200, NULL, NULL, 'Calle 8 # 1-16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9656, 19915, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9201, 9201, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9657, 19917, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9202, 9202, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9658, 19918, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9203, 9203, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9659, 19919, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9204, 9204, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9546, 19921, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9205, 9205, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9547, 19922, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9206, 9206, NULL, NULL, 'Calle 11 # 9A-24 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9596, 20239, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9207, 9207, NULL, NULL, 'Calle 14 # 7-36 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12289, 23943, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9208, 9208, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23957, 8636, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9209, 9209, NULL, NULL, 'Calle 14 # 7-36 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12439, 24157, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9210, 9210, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13563, 24977, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9211, 9211, NULL, NULL, 'Carrera 52 # 42-73 Piso 23 Of 2302', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13566, 24980, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9212, 9212, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13567, 24981, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9213, 9213, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13568, 24982, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9214, 9214, NULL, NULL, 'Calle 16 # 7-39 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13437, 24984, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9215, 9215, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13438, 24985, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9216, 9216, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7944, 18892, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9217, 9217, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7945, 18893, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9218, 9218, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7946, 18894, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9219, 9219, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9548, 19923, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9220, 9220, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9549, 19924, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9221, 9221, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9550, 19925, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9222, 9222, NULL, NULL, 'Carrera 10 # 14-33 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9551, 19926, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9223, 9223, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9552, 19927, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9224, 9224, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9553, 19928, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9225, 9225, NULL, NULL, 'Avenida Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9554, 19929, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9226, 9226, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9556, 19930, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9227, 9227, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9598, 20240, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9228, 9228, NULL, NULL, 'Calle 14 # 7-36 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12290, 23944, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9229, 9229, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23958, 8637, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9230, 9230, NULL, NULL, 'Calle 14 # 7-36 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12440, 24159, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9231, 9231, NULL, NULL, 'Carrera 51 # 50 21, Banco De Londres Piso 13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12442, 24160, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9232, 9232, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13439, 24986, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9233, 9233, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13440, 24987, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9234, 9234, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13441, 24988, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9235, 9235, NULL, NULL, 'Carrera 29 # 18-45 Bloque E Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13442, 24989, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9236, 9236, NULL, NULL, 'Carrera 78A # 77A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13444, 24990, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9237, 9237, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13445, 24991, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9238, 9238, NULL, NULL, 'Carrera 5 # 12-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7947, 18895, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9239, 9239, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7948, 18896, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9240, 9240, NULL, NULL, 'Edificio Atlas Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7949, 18897, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9241, 9241, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9557, 19931, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9242, 9242, NULL, NULL, 'Carrera 50 # 51-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9558, 19932, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9243, 9243, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9559, 19933, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9244, 9244, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9560, 19934, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9245, 9245, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9561, 19935, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9246, 9246, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10157, 19936, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9247, 9247, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10158, 19937, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9248, 9248, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9599, 20241, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9249, 9249, NULL, NULL, 'Calle 14 # 7-36 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12291, 23945, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9250, 9250, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23724, 8638, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9251, 9251, NULL, NULL, 'Calle 14 # 7-36 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12443, 24161, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9252, 9252, NULL, NULL, 'Carrera 51 # 50-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12444, 24162, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9253, 9253, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13446, 24993, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9254, 9254, NULL, NULL, 'Carrera 52 # 42-73 Piso 23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13447, 24995, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9255, 9255, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13448, 24996, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9256, 9256, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13449, 24997, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9257, 9257, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13318, 24998, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9258, 9258, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13319, 24999, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9259, 9259, NULL, NULL, 'Carrera 52 # 42-73 Piso 16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13323, 25000, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9260, 9260, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7950, 18898, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9261, 9261, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7951, 18899, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9262, 9262, NULL, NULL, 'Calle 12 # 9-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10159, 19938, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9263, 9263, NULL, NULL, 'Carrera 50 # 51-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10160, 19939, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9264, 9264, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10162, 19940, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9265, 9265, NULL, NULL, 'Carrera 10 # 14-33 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10163, 19941, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9266, 9266, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10164, 19942, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9267, 9267, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10165, 19943, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9268, 9268, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10166, 19944, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9269, 9269, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9600, 20242, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9270, 9270, NULL, NULL, 'Calle 14 # 7-36 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12293, 23947, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9271, 9271, NULL, NULL, 'Calle 11 # 9-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23725, 8639, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9272, 9272, NULL, NULL, 'Calle 14 # 7-36 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12445, 24163, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9273, 9273, NULL, NULL, 'Carrera 51 # 50-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12446, 24164, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9274, 9274, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13324, 25001, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9275, 9275, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13325, 25002, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9276, 9276, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13326, 25003, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9277, 9277, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13327, 25004, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9278, 9278, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13328, 25006, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9279, 9279, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13329, 25007, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9280, 9280, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7817, 18900, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9281, 9281, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7818, 18901, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9282, 9282, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10167, 19945, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9283, 9283, NULL, NULL, 'Calle 40 # 44-80 Palacio De Justicia', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10169, 19947, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9284, 9284, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10170, 19948, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9285, 9285, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10171, 19949, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9286, 9286, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10002, 19951, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9287, 9287, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9601, 20243, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9288, 9288, NULL, NULL, 'Calle 14 # 7-36 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12294, 23948, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9289, 9289, NULL, NULL, 'Calle 14 # 7-36 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12448, 24166, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9290, 9290, NULL, NULL, 'Carrera 51 # 50-21', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12449, 24167, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9291, 9291, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13330, 25008, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9292, 9292, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13331, 25009, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9293, 9293, NULL, NULL, 'Calle 16 # 7-39 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13211, 25011, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9294, 9294, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13212, 25012, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9295, 9295, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13213, 25013, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9296, 9296, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13214, 25014, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9297, 9297, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13215, 25015, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9298, 9298, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7819, 18902, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9299, 9299, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7820, 18903, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9300, 9300, NULL, NULL, 'Calle 12 # 9-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10003, 19952, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9301, 9301, NULL, NULL, 'Calle 40 # 44-80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10004, 19953, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9302, 9302, NULL, NULL, 'Carrera 10 # 14-33 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10005, 19954, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9303, 9303, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10006, 19955, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9304, 9304, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10007, 19956, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9305, 9305, NULL, NULL, 'Cra 50 # 51-23 Edificio Mariscal Sucre-Palacio De Justicia -La Alpujarra- Cra 52 # 42-73 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10008, 19957, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9306, 9306, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9602, 20244, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9307, 9307, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12295, 23949, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9308, 9308, NULL, NULL, 'Calle 19 # 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23727, 8641, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9309, 9309, NULL, NULL, 'Calle 14 # 7-36 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12450, 24168, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9310, 9310, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13216, 25016, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9311, 9311, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13217, 25017, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9312, 9312, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13218, 25018, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9313, 9313, NULL, NULL, 'Carrera 78A # 77A-62', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13219, 25019, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9314, 9314, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13221, 25021, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9315, 9315, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7821, 18904, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9316, 9316, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7822, 18905, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9317, 9317, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10009, 19958, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9318, 9318, NULL, NULL, 'Calle 40 # 44-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10010, 19959, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9319, 9319, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10012, 19960, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9320, 9320, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10013, 19961, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9321, 9321, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10014, 19962, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9322, 9322, NULL, NULL, 'Carrera 52 # 43-36 Edificio Buro-Palacio De Justicia -La Alpujarra- Carrera 52 # 42-73 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10015, 19963, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9323, 9323, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9603, 20245, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9324, 9324, NULL, NULL, 'Carrera 7 # 14-07', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12297, 23950, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9325, 9325, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23728, 8642, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9326, 9326, NULL, NULL, 'Calle 14 # 7-36 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12316, 24169, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9327, 9327, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13222, 25022, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9328, 9328, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13223, 25023, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9329, 9329, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13224, 25024, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9330, 9330, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13116, 25025, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9331, 9331, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13117, 25027, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9332, 9332, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7823, 18906, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9333, 9333, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7825, 18908, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9334, 9334, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9920, 19965, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9335, 9335, NULL, NULL, 'Calle 40 # 44-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9921, 19966, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9336, 9336, NULL, NULL, 'Carrera 10 # 14-33 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9922, 19967, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9337, 9337, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9923, 19968, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9338, 9338, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9924, 19969, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9339, 9339, NULL, NULL, 'Carrera 52 # 43-36 Edificio Buro-Palacio De Justicia -La Alpujarra- Carrera 52 # 42-73 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9926, 19970, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9340, 9340, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12298, 23951, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9341, 9341, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23729, 8643, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9342, 9342, NULL, NULL, 'Calle 14 # 7-36 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12318, 24170, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9343, 9343, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13118, 25028, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9344, 9344, NULL, NULL, 'Carrera 52 # 42-73 Piso 23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13119, 25029, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9345, 9345, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13121, 25030, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9346, 9346, NULL, NULL, 'Carrera 40 # 10A-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13122, 25031, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9347, 9347, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13123, 25032, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9348, 9348, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13124, 25033, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9349, 9349, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7826, 18909, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9350, 9350, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7828, 18910, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9351, 9351, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9927, 19971, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9352, 9352, NULL, NULL, 'Calle 40 # 44-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9928, 19972, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9353, 9353, NULL, NULL, 'Carrera 10 # 14-33 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9929, 19973, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9354, 9354, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9930, 19974, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9355, 9355, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9931, 19975, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9356, 9356, NULL, NULL, 'Carrera 52 # 43-36 Edificio Buro-Palacio De Justicia -La Alpujarra- Carrera 52 # 42-73 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9932, 19976, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9357, 9357, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9604, 20247, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9358, 9358, NULL, NULL, 'Carrera 7 # 12C -23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12299, 23952, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9359, 9359, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23730, 8644, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9360, 9360, NULL, NULL, 'Calle 14 # 7-36 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12319, 24171, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9361, 9361, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13125, 25034, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9362, 9362, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13126, 25035, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9363, 9363, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13127, 25036, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9364, 9364, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13128, 25039, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9365, 9365, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7829, 18911, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9366, 9366, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7830, 18912, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9367, 9367, NULL, NULL, 'Calle 12 # 9-23', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9933, 19977, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9368, 9368, NULL, NULL, 'Calle 40 # 44-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9934, 19978, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9369, 9369, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9935, 19979, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9370, 9370, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9831, 19980, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9371, 9371, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9832, 19981, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9372, 9372, NULL, NULL, 'Calle 11 # 9A-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9605, 20248, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9373, 9373, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12166, 23953, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9374, 9374, NULL, NULL, 'Calle 14 # 7-36 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12320, 24172, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9375, 9375, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12999, 25040, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9376, 9376, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13000, 25041, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9377, 9377, NULL, NULL, 'Calle 16 # 7-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13001, 25042, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9378, 9378, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13002, 25043, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9379, 9379, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13003, 25044, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9380, 9380, NULL, NULL, 'Carrera 52 # 42-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13004, 25045, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9381, 9381, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7053, 18053, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9382, 9382, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8599, 18913, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9383, 9383, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8600, 18914, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9384, 9384, NULL, NULL, 'Calle 11 # 9-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9834, 19983, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9385, 9385, NULL, NULL, 'Calle 40 # 44-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9835, 19984, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9386, 9386, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9836, 19985, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9387, 9387, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9837, 19986, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9388, 9388, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9838, 19987, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9389, 9389, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9839, 19988, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9390, 9390, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12167, 23954, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9391, 9391, NULL, NULL, 'Calle 14 # 7-36 Piso 22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12321, 24173, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9392, 9392, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13005, 25046, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9393, 9393, NULL, NULL, 'Carrera 50 # 51-54', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13006, 25047, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9394, 9394, NULL, NULL, 'Calle 16 # 7-39 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13007, 25048, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9395, 9395, NULL, NULL, 'Calle 16 # 7-39 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13008, 25049, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9396, 9396, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13010, 25050, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9397, 9397, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13011, 25051, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9398, 9398, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8601, 18915, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9399, 9399, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8602, 18916, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9400, 9400, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9840, 19989, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9401, 9401, NULL, NULL, 'Calle 40 # 44-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9842, 19990, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9402, 9402, NULL, NULL, 'Carrera 10 # 14-33 Piso 9', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9843, 19991, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9403, 9403, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9844, 19992, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9404, 9404, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12168, 23955, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9405, 9405, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23731, 8647, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9406, 9406, NULL, NULL, 'Calle 14 # 7-36 Piso 22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12322, 24174, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9407, 9407, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13012, 25052, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9408, 9408, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13013, 25053, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9409, 9409, NULL, NULL, 'Calle 16 # 7-39 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12916, 25054, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9410, 9410, NULL, NULL, 'Calle 16 # 7-39 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12917, 25055, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9411, 9411, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12918, 25056, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9412, 9412, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8603, 18917, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9413, 9413, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8604, 18918, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9414, 9414, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9845, 19993, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9415, 9415, NULL, NULL, 'Carrera 44 # 38-11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9660, 19994, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9416, 9416, NULL, NULL, 'Carrera 10 # 14-33 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9661, 19995, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9417, 9417, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9662, 19996, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9418, 9418, NULL, NULL, 'Calle 12C # 7-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12169, 23956, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9419, 9419, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23732, 8648, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9420, 9420, NULL, NULL, 'Calle 14 # 7-36 Piso 22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12323, 24175, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9421, 9421, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12920, 25059, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9422, 9422, NULL, NULL, 'Calle 16 # 7-39 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12922, 25060, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9423, 9423, NULL, NULL, 'Calle 16 # 7-39 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12923, 25061, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9424, 9424, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12924, 25063, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9425, 9425, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8605, 18919, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9426, 9426, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8607, 18920, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9427, 9427, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9663, 19997, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9428, 9428, NULL, NULL, 'Carrera 10 # 14-33 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9664, 19998, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9429, 9429, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9665, 19999, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9430, 9430, NULL, NULL, 'Calle 14 # 7-36', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12170, 23957, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9431, 9431, NULL, NULL, 'Calle 76 # 53-05', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23733, 8649, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9432, 9432, NULL, NULL, 'Calle 14 # 7-36 Piso 22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12324, 24176, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9433, 9433, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12925, 25064, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9434, 9434, NULL, NULL, 'Calle 16 # 7-39 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12926, 25065, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9435, 9435, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12927, 25067, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9436, 9436, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8608, 18921, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9437, 9437, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8609, 18922, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9438, 9438, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9670, 20000, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9439, 9439, NULL, NULL, 'Carrera 10 # 14-33 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9671, 20001, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9440, 9440, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9672, 20002, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9441, 9441, NULL, NULL, 'Calle 14 # 7-36 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12325, 24177, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9442, 9442, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13680, 25069, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9443, 9443, NULL, NULL, 'Calle 16 # 7-39 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13682, 25070, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9444, 9444, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13683, 25071, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9445, 9445, NULL, NULL, 'Carrera 29 # 18-45 Bloque E Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13684, 25072, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9446, 9446, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8610, 18923, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9447, 9447, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8611, 18924, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9448, 9448, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9673, 20003, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9449, 9449, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9674, 20005, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9450, 9450, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23734, 8651, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9451, 9451, NULL, NULL, 'Calle 14 # 7-36 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12326, 24178, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9452, 9452, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13686, 25075, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9453, 9453, NULL, NULL, 'Calle 16 # 7-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13687, 25076, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9454, 9454, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13688, 25078, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9455, 9455, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13689, 25079, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9456, 9456, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13690, 25080, 'Lunes a Viernes De 8:00 a.m. a 12:00 p.m. Y De 1:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9457, 9457, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8612, 18925, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9458, 9458, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8613, 18926, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9459, 9459, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9562, 20006, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9460, 9460, NULL, NULL, 'Carrera 10 # 14-33 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9563, 20007, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9461, 9461, NULL, NULL, 'Carrera 10 # 12-15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9564, 20008, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9462, 9462, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23602, 8652, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9463, 9463, NULL, NULL, 'Calle 14 # 7-36 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12327, 24179, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9464, 9464, NULL, NULL, 'Carrera 28A # 18A -67 Bloque B Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13691, 25081, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9465, 9465, NULL, NULL, 'Calle 16 # 7-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13692, 25082, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9466, 9466, NULL, NULL, 'Calle 16 # 7-39 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13569, 25084, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9467, 9467, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13570, 25086, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9468, 9468, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8614, 18927, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9469, 9469, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8481, 18928, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9470, 9470, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9565, 20009, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9471, 9471, NULL, NULL, 'Carrera 10 # 14-33 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9567, 20010, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9472, 9472, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23603, 8653, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9473, 9473, NULL, NULL, 'Calle 14 # 7-36 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12329, 24180, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9474, 9474, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13571, 25087, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9475, 9475, NULL, NULL, 'Calle 16 # 7-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13572, 25088, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9476, 9476, NULL, NULL, 'Calle 16 # 7-39 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13574, 25090, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9477, 9477, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8482, 18929, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9478, 9478, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9568, 20011, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9479, 9479, NULL, NULL, 'Carrera 10 # 14-33 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9569, 20012, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9480, 9480, NULL, NULL, 'Calle 14 # 7-36 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12330, 24181, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9481, 9481, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13575, 25091, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9482, 9482, NULL, NULL, 'Calle 16 # 7-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13576, 25092, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9483, 9483, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13577, 25093, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9484, 9484, NULL, NULL, 'Calle 19 # 6-44 Torre A Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13578, 25095, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9485, 9485, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9570, 20013, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9486, 9486, NULL, NULL, 'Carrera 10 # 14-33 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9571, 20014, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9487, 9487, NULL, NULL, 'Calle 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 23604, 8655, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9488, 9488, NULL, NULL, 'Calle 14 # 7-36 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12331, 24182, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9489, 9489, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13579, 25096, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9490, 9490, NULL, NULL, 'Calle 19 # 6-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13580, 25097, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9491, 9491, NULL, NULL, 'Carrera 40 # 10A-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13450, 25098, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9492, 9492, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13451, 25099, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9493, 9493, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8484, 18931, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9494, 9494, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9572, 20015, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9495, 9495, NULL, NULL, 'Carrera 10 # 14-33 Piso 16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9573, 20016, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9496, 9496, NULL, NULL, 'Calle 14 # 7-36 Piso 10', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12198, 24183, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9497, 9497, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13454, 25100, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9498, 9498, NULL, NULL, 'Calle 19 # 6-44', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13455, 25101, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9499, 9499, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13456, 25103, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9500, 9500, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8485, 18932, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9501, 9501, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9574, 20017, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9502, 9502, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9575, 20018, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9503, 9503, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13457, 25104, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9504, 9504, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13458, 25105, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9505, 9505, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13459, 25106, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9506, 9506, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8486, 18933, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9507, 9507, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10178, 20025, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9508, 9508, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10179, 20026, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9509, 9509, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13460, 25107, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9510, 9510, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13461, 25108, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9511, 9511, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13462, 25109, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9512, 9512, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8487, 18934, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9513, 9513, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10180, 20027, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9514, 9514, NULL, NULL, 'Carrera 10 # 14-33 Piso 13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10181, 20028, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9515, 9515, NULL, NULL, 'Carrera 28A # 18A -67 Bloque B Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13464, 25110, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9516, 9516, NULL, NULL, 'Carrera 40 # 10A-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13333, 25111, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9517, 9517, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13334, 25112, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9518, 9518, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8488, 18935, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9519, 9519, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10182, 20029, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9520, 9520, NULL, NULL, 'Calle 14 # 7-36 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10184, 20030, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9521, 9521, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13335, 25113, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9522, 9522, NULL, NULL, 'Calle 16 # 7-39 Piso 6', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13336, 25114, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9523, 9523, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13337, 25115, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9524, 9524, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8489, 18936, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9525, 9525, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10185, 20031, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9526, 9526, NULL, NULL, 'Carrera 10 # 14-33 Piso 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10186, 20032, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9527, 9527, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13338, 25116, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9528, 9528, NULL, NULL, 'Calle 16 # 7-39 Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13339, 25117, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9529, 9529, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13340, 25118, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9530, 9530, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8490, 18937, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9531, 9531, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10187, 20033, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9532, 9532, NULL, NULL, 'Calle 14 # 7-36 Piso 15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10188, 20034, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9533, 9533, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13341, 25119, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9534, 9534, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13343, 25120, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9535, 9535, NULL, NULL, 'Calle 16 # 7-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13344, 25121, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9536, 9536, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8491, 18938, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9537, 9537, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10085, 20035, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9538, 9538, NULL, NULL, 'Carrera 10 # 14-33 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10086, 20036, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9539, 9539, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13346, 25123, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9540, 9540, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13347, 25124, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9541, 9541, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13348, 25125, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9542, 9542, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10087, 20037, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9543, 9543, NULL, NULL, 'Calle 14 # 7-36 Piso 16 Nemqueteba', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10088, 20038, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9544, 9544, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13225, 25126, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9545, 9545, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13226, 25127, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9546, 9546, NULL, NULL, 'Carrera 40 # 10A-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13227, 25128, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9547, 9547, NULL, NULL, 'Carrera 10 # 14-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10089, 20039, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9548, 9548, NULL, NULL, 'Calle 14 # 7-36 Piso 16', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10091, 20040, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9549, 9549, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13228, 25129, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9550, 9550, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13230, 25130, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9551, 9551, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10092, 20041, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9552, 9552, NULL, NULL, 'Carrera 10 # 14-33 Piso: 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10093, 20042, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9553, 9553, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13231, 25131, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9554, 9554, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13232, 25132, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9555, 9555, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8367, 18942, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9556, 9556, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10094, 20043, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9557, 9557, NULL, NULL, 'Carrera 10 # 14-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10095, 20044, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9558, 9558, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13233, 25134, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9559, 9559, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13234, 25135, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9560, 9560, NULL, NULL, 'Calle 16 # 7-39 Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13235, 25136, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9561, 9561, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8368, 18943, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9562, 9562, NULL, NULL, 'Calle 19 # 6-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10096, 20045, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9563, 9563, NULL, NULL, 'Carrera 10 # 14-33 Piso 13', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10097, 20046, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9564, 9564, NULL, NULL, 'Carrera 30 # 19-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13236, 25137, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9565, 9565, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13237, 25138, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9566, 9566, NULL, NULL, 'Calle 16 # 7-39 Piso 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13251, 25252, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9567, 9567, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8369, 18944, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9568, 9568, NULL, NULL, 'Calle 14 # 7-36 Piso 17', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10098, 20047, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9569, 9569, NULL, NULL, 'Carrera 29 # 19-22', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13252, 25253, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9570, 9570, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13253, 25254, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9571, 9571, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8370, 18945, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9572, 9572, NULL, NULL, 'Carrera 28 # 18A-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13254, 25255, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9573, 9573, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13026, 25256, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9574, 9574, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8371, 18946, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9575, 9575, NULL, NULL, 'Carrera 10 # 14-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10099, 20049, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9576, 9576, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13027, 25257, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9577, 9577, NULL, NULL, 'Calle 16 # 7-39 Piso 8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13028, 25258, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9578, 9578, NULL, NULL, 'Carrera 10 # 14-33 Piso 19', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10018, 20050, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9579, 9579, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13029, 25259, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9580, 9580, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13031, 25260, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9581, 9581, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8372, 18948, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9582, 9582, NULL, NULL, 'Carrera 10 Norte # 14-33 Piso 12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10019, 20051, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9583, 9583, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13032, 25261, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9584, 9584, NULL, NULL, 'Carrera 28A # 18A-67 Bloque C Piso 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13033, 25262, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9585, 9585, NULL, NULL, 'Carrera 16 # 54-3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13034, 25263, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9586, 9586, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8373, 18949, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9587, 9587, NULL, NULL, 'Carrera 10 # 14-33 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10020, 20052, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9588, 9588, NULL, NULL, 'Carrera 78A # 77A-62 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13035, 25264, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9589, 9589, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8375, 18950, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9590, 9590, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10021, 20053, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9591, 9591, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13036, 25265, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9592, 9592, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8376, 18951, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9593, 9593, NULL, NULL, 'Carrera 10 # 14-33 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10022, 20054, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9594, 9594, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13037, 25266, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9595, 9595, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8377, 18952, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9596, 9596, NULL, NULL, 'Carrera 28A # 17-45', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13039, 25268, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9597, 9597, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8378, 18953, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9598, 9598, NULL, NULL, 'Carrera 10 # 14-33 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10023, 20056, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9599, 9599, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13040, 25269, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9600, 9600, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8379, 18954, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9601, 9601, NULL, NULL, 'Carrera 10 # 14-33 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10024, 20057, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9602, 9602, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8380, 18955, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9603, 9603, NULL, NULL, 'Carrera 10 # 14-33 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10025, 20058, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9604, 9604, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8381, 18956, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9605, 9605, NULL, NULL, 'Carrera 10 # 14-33 Piso 14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10026, 20059, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9606, 9606, NULL, NULL, 'Carrera 57 # 43-91', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8169, 18957, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9607, 9607, NULL, NULL, 'Carrera 10 # 14-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10028, 20060, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9608, 9608, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13704, 25273, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9609, 9609, NULL, NULL, 'Carrera 10 # 14-33 Piso 11', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10029, 20061, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9610, 9610, NULL, NULL, 'Calle 16 # 7-39 Piso 7', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10030, 20062, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9611, 9611, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13705, 25274, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9612, 9612, NULL, NULL, 'Carrera 10 # 14-33 Hernnado Morales Molina Piso 15', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 10031, 20063, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9613, 9613, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13706, 25275, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9614, 9614, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9936, 20064, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9615, 9615, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13707, 25276, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9616, 9616, NULL, NULL, 'Carrera 10 # 14-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9937, 20065, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9617, 9617, NULL, NULL, 'Carrera 40 # 10A-8', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13708, 25278, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9618, 9618, NULL, NULL, 'Carrera 10 # 14-33 Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9938, 20067, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9619, 9619, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13710, 25280, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9620, 9620, NULL, NULL, 'Calle 19 # 6-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9939, 20069, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9621, 9621, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13711, 25281, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9622, 9622, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9941, 20070, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9623, 9623, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13712, 25282, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9624, 9624, NULL, NULL, 'Calle 19 # 13A-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9942, 20071, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9625, 9625, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13714, 25284, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9626, 9626, NULL, NULL, 'Calle 12 # 9-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9943, 20072, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9627, 9627, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13715, 25285, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9628, 9628, NULL, NULL, 'Calle 12 # 9-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9944, 20073, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9629, 9629, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13716, 25286, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9630, 9630, NULL, NULL, 'Calle 19 # 13A-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9945, 20074, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9631, 9631, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13717, 25287, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9632, 9632, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9946, 20075, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9633, 9633, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13718, 25288, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9634, 9634, NULL, NULL, 'Calle 19 # 13A-12', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9947, 20076, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9635, 9635, NULL, NULL, 'Calle 19 # 6-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9948, 20077, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9636, 9636, NULL, NULL, 'Carrera 28A # 17-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13720, 25290, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9637, 9637, NULL, NULL, 'Calle 12 # 9-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9949, 20078, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9638, 9638, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9846, 20079, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9639, 9639, NULL, NULL, 'Calle 19 # 6-48', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9848, 20080, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9640, 9640, NULL, NULL, 'Carrera 10 # 19-65', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9849, 20081, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9641, 9641, NULL, NULL, 'Calle 14 # 48-32', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24018, 9185, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9642, 9642, NULL, NULL, 'Calle 40 # 44- 80', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 13721, 25291, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9643, 9643, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14518, 25292, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9644, 9644, NULL, NULL, 'Carrera 10B # 32C-14', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14519, 25294, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9645, 9645, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14520, 25295, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9646, 9646, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14521, 25296, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9647, 9647, NULL, NULL, 'Calle 27 # 2-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14522, 25297, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9648, 9648, NULL, NULL, 'Calle 19 # 23-00 Palacio De Justicia Bloque Ii Piso 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14523, 25298, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9649, 9649, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14526, 25300, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9650, 9650, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14527, 25302, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9651, 9651, NULL, NULL, 'Calle 22 # 16-40', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14528, 25303, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9652, 9652, NULL, NULL, 'Palacio De Justicia Calle 14 Carrera 14 Esquina Piso 4', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14529, 25304, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9653, 9653, NULL, NULL, 'Carrera 36 # 33 A-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14530, 25305, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9654, 9654, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14403, 25308, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9655, 9655, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14405, 25313, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9656, 9656, NULL, NULL, 'Calle 7 # 15-58', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14406, 25314, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9657, 9657, NULL, NULL, 'Calle 22 # 4-77', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14407, 25315, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9658, 9658, NULL, NULL, 'Carrera 36 # 33 A-28', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14281, 25320, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9659, 9659, NULL, NULL, 'Carrera 50 # 54-51', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14282, 25321, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9660, 9660, NULL, NULL, 'Carrera 7 # 12B-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8170, 18958, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9661, 9661, NULL, NULL, 'Carrera 7 # 12B-27', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 8171, 18959, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9662, 9662, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9850, 20082, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9663, 9663, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24019, 9186, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9664, 9664, NULL, NULL, 'Calle 24 # 45-24', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24020, 9187, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9665, 9665, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24021, 9188, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9666, 9666, NULL, NULL, 'Avenida 16 # 6-47', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24022, 9189, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9667, 9667, NULL, NULL, 'Carrera 6 # 8-37', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24024, 9190, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9668, 9668, NULL, NULL, 'Carrera # 33-72', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24025, 9191, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9669, 9669, NULL, NULL, 'Calle 19 # 21B-26', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24026, 9192, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9670, 9670, NULL, NULL, 'Calle 30 # 6-42', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24027, 9193, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9671, 9671, NULL, NULL, 'Calle 24 # 24-95', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24028, 9194, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9672, 9672, NULL, NULL, 'Calle 36 # 29-35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24029, 9195, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9673, 9673, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9851, 20083, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9674, 9674, NULL, NULL, 'Carreras 11 Y 12 Calles 34 Y 35 Palacio De Justicia Bucaramanga', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12200, 24185, 'Lunes a Viernes De 8:00 a.m. a 4:00 p.m. Jornada Continua'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9675, 9675, NULL, NULL, 'Calle 52 # 43-50', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14283, 25322, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9676, 9676, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14284, 25323, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9677, 9677, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9852, 20084, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9678, 9678, NULL, NULL, 'Carrera 6 # 8-37-39', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24030, 9196, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9679, 9679, NULL, NULL, 'Calle 19 # 21B-06', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24031, 9197, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9680, 9680, NULL, NULL, 'Calle 42 # 52-73', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9853, 20085, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9681, 9681, NULL, NULL, 'Calle 14 # 12-189 Palacio De Justicia Piso 1', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14285, 25324, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9682, 9682, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9854, 20086, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9683, 9683, NULL, NULL, 'Carrera 1 # 24-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14286, 25325, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9684, 9684, NULL, NULL, 'Carrera 10 # 14-33', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9855, 20087, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9685, 9685, NULL, NULL, 'Calle 24 # 1-30', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 14287, 25326, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9686, 9686, NULL, NULL, 'Calle 42 # 48-55', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9856, 20088, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9687, 9687, NULL, NULL, 'Calle 32 # 18C-175', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9857, 20089, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9688, 9688, NULL, NULL, 'Palacio Municipal', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9859, 20090, 'Lunes a Viernes De 8:00 a.m. a 1:00 p.m. Y De 2:00 p.m. a 5:00 p.m.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9689, 9689, NULL, NULL, 'CALLE 40 # 44-80 PALACIO DE JUSTICIA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12176, 23962, 'LUNES A VIERNES 8:00 A.M. A 12:00 M. Y DE 2:00 P.M. A 6:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9690, 9690, NULL, NULL, 'CARRERA 11 # 34-52 PALACIO DE JUSTICIA BUCARAMANGA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12177, 23963, 'LUNES - VIERNES 8:00 A.M A 4:00 P.M'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9691, 9691, NULL, NULL, 'CALLE 3 A # 2 A- 35', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12178, 23964, 'LUNES A VIERNES 8:00 A.M. A 12 M. Y DE 1:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9692, 9692, NULL, NULL, 'CARRERA 12 # 6-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 12179, 23965, 'LUNES A VIERNES 8:00 A.M. A 12 M. Y DE 1:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9693, 9693, NULL, NULL, 'CALLE 11 # 5-67', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11315, 22875, 'LUNES A VIERNES 8:00 A.M. A 12 M. Y DE 1:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9694, 9694, NULL, NULL, 'CARRERA 29 # 22-43', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11759, 22907, 'LUNES A VIERNES 8:00 A.M. A 12 M. Y DE 1:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9695, 9695, NULL, NULL, 'CALLE 19 # 23-00 PALACIO DE JUSTICIA BLOQUE II PISO 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24742, 9566, 'LUNES - VIERNES 8:00 A.M - 12:00M Y 2:00 P.M A 6:00 P.M'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9696, 9696, NULL, NULL, 'CARRERA 4 # 6-99 PALACIO DE JUSTICIA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7735, 18218, 'LUNES - VIERNES 8:00 A.M - 12:00M Y 2:00 P.M A 6:00 P.M'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9697, 9697, NULL, NULL, 'CALLE 12 # 8-02 PISO 3', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9361, 19479, 'LUNES A VIERNES DE 8:00 A.M. A 12:00 M. Y DE 2:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9698, 9698, NULL, NULL, 'CALLE 26 # 27-21 PALACIO DE JUSTICIA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11527, 22716, 'LUNES A VIERNES 8:00 A.M. A 12 M. Y DE 1:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9699, 9699, NULL, NULL, 'CARRERA 11 # 34-52 PALACIO DE JUSTICIA BUCARAMANGA', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 11926, 23872, 'LUNES - VIERNES 8:00 A.M A 4:00 P.M'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9700, 9700, NULL, NULL, 'CARRERA 12 # 6-08', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 24539, 9723, 'LUNES A VIERNES 8:00 A.M. A 12 M. Y DE 1:00 P.M. A 5:00 P.M.'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9701, 9701, NULL, NULL, 'CALLE 19 # 23-00 PALACIO DE JUSTICIA BLOQUE II PISO 5', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 7893, 18542, 'LUNES - VIERNES 8:00 A.M - 12:00M Y 2:00 P.M A 6:00 P.M'); +INSERT INTO public.msip_orgsocial (id, grupoper_id, telefono, fax, direccion, pais_id, web, created_at, updated_at, fechadeshabilitacion, tipoorg_id, subde_id, numminjusticia, idminjusticia, horario) VALUES (9702, 9702, NULL, NULL, 'CALLE 12 # 30-35 PISO 2', 170, NULL, '2023-08-22 00:00:00', '2023-08-22 00:00:00', NULL, 3, 33, 9165, 19738, 'LUNES A VIERNES 8:00 A.M. A 1:00 P.M. Y DE 2:00 P.M. A 5:00 P.M.'); SELECT pg_catalog.setval('public.msip_orgsocial_id_seq', 10000, true); diff --git a/lib/guiones/importa-donantes.rb b/lib/guiones/importa-donantes-1.rb similarity index 100% rename from lib/guiones/importa-donantes.rb rename to lib/guiones/importa-donantes-1.rb diff --git a/lib/guiones/importa-donantes-2.rb b/lib/guiones/importa-donantes-2.rb new file mode 100644 index 0000000..b7d4730 --- /dev/null +++ b/lib/guiones/importa-donantes-2.rb @@ -0,0 +1,589 @@ +#!/usr/bin/env ruby +# encoding: utf-8 +# frozen_string_literal: true + +# Importa base general de aportantes de fiscalía / rama de un CSV + +d = Date.today.day + +require "csv" + +if ARGV.length != 2 + STDERR.puts "Primer argumento debe ser CSV por importar" + STDERR.puts "Segundo si se importa datos de [F]iscalía o de Rama [J]udicial" + exit 1 +end + +importade=ARGV[1] +if importade != "F" && importade != "J" + STDERR.puts "Segundo argumento debe ser F o J" + exit 1 +end + +region_region = { + "ARMENIA" => "EJE CAFETERO", + "BARRANQUILLA" => "ATLÁNTICO", + "BUCARAMANGA" => "SANTANDER", + "EJE CAFETERO - RISARALDA" => "EJE CAFETERO", + "MANIZALES CALDAS" => "EJE CAFETERO", + "MEDELLIN ANTIOQUIA" => "ANTIOQUIA", + "NORTE DE SANTANDER Y ARAUCA" => "NORTE DE SANTANDER", + "NEIVA" => "HUILA", + "PACIFICO" => "VALLE DEL CAUCA", + "PASTO" => "NARIÑO", + "PEREIRA RISARALDA" => "EJE CAFETERO", + "RISARALDA" => "EJE CAFETERO", + "SANTA MARTA" => "MAGDALENA", + "SANTANDER Y MAGDALENA MEDIO" => "SANTANDER", + "TUNJA" => "BOYACA", + "VALLEDUPAR CESAR" => "CESAR", + "VILLAVICENCIO" => "CESAR", +} + +region_depto = { + "ANTIOQUIA CHOCO" => "ANTIOQUIA", + "ARMENIA" => "QUINDÍO", + "BOGOTÁ" => "BOGOTÁ, D.C.", + "CARTAGENA" => "BOLIVAR", + "EJE - RISARALDA" => "RISARALDA", + "EJE CAFETERO - CALDAS" => "CALDAS", + "EJE CAFETERO - CHOCO" => "CHOCO", + "EJE CAFETERO - QUINDIO" => "QUINDÍO", + "EJE CAFETERO - RISARALDA" => "RISARALDA", + "HULA Y CAQUETA" => "HUILA", + "MEDELLIN ANTIOQUIA" => "ANTIOQUIA", + "PASTO NARIÑO" => "NARIÑO", + "POPAYAN" => "CAUCA", + "RIOHACHA GUAJIRA" => "LA GUAJIRA" +} + +cargo_entidad = { + "1 PISO PALACIO" => [33, 31], + "106 DDHH" => [33, 10002], + "112 SECCIONAL" => [33, 10003], + "117 LOCAL" => [33, 31], + "139 FISCALIA SECCIONAL" => [33, 31], + "156 ESPECIALIZADA" => [33, 31], + "188 LOCAL" => [33, 31], + "2 PISO PALACIO" => [33, 31], + "3 PISO PALACIO " => [33, 31], + "32 SECCIONAL" => [33, 31], + "ABOGADO ASESOR" => [3, 31], + "ADMON PUBLICA MEDELLIN" => [33, 31], + "AGENTE DE PROTECCION " => [42, 31], + "ALMACENISTA" => [2, 31], + "ARAUCA" => [33, 31], + "ASESOR JURIDICO TRIBUNALES" => [3, 30], + "ASESOR UNIDAD FISCAL" => [3, 31], + "ASIGNACIONES" => [33, 31], + "ASISTENTE" => [4, 31], + "ASISTENTE ADMINISTRATIVO" => [5, 31], + "ASISTENTE DE FISCAL" => [6, 31], + "ASISTENTE DE FISCAL 1" => [6, 31], + "ASISTENTE DE FISCAL 2" => [6, 31], + "ASISTENTE DE INVESTIGADOR CRIMINALISTICO" => [7, 31], + "ASISTENTE FICAL " => [6, 31], + "ASISTENTE FISCAL" => [6, 31], + "ASISTENTE FISCAL " => [6, 31], + "ASISTENTE FISCAL 1" => [6, 31], + "ASISTENTE FISCAL 81" => [6, 31], + "ASISTENTE JUDICIAL" => [8, 30], + "ASISTENTE SOCIAL" => [9, 31], + "ASITENTE SOCIAL 1" => [9, 31], + "AUXILIAR " => [4, 31], + "AUXILIAR ADMINISTRATIVO" => [5, 31], + "AUXILIAR JUDICIAL" => [8, 31], + "AUXILIAR JUDICIAL 2" => [8, 31], + "CESPA" => [33, 31], + "CITADOR 3" => [10, 31], + "CITADOR GRADO 3" => [10, 31], + "CITADOR JUZGADO" => [10, 31], + "CITADORA" => [10, 31], + "CITADORA 3" => [10, 31], + "CONDUCTOR" => [11, 31], + "COORDINADOR ACTOS URGENTES DE LA URI" => [12, 31], + "COORDINADOR AREA UNIDAD DDHH" => [12, 31], + "COORDINADOR CTI" => [12, 311], + "COORDINADOR DE FISCALIAS ESPECIALIZADA" => [12, 320], + "COORDINADOR FISCALIA UNIDAD FUSAGASUGA FISCAL 2 SECCIONAL" => [12, 31], + "COORDINADOR POLICIA JUDICIAL" => [12, 31], + "COORDINADOR PROCURADORES JUDICIALES" => [12, 31], + "COORDINADOR SUBUNIDAD EXHUMACIONES UNIDAD JUSTICIA Y PAZ" => [12, 31], + "COORDINADOR UNIDAD BACRIM" => [12, 31], + "COORDINADOR UNIDAD FISCALIA DELEGADA" => [12, 31], + "COORDINADOR UNIDAD INVESTIGACION CTI" => [12, 311], + "COORDINADORA BIENESTAR" => [43, 31], + "CRIMINALISTICA" => [18, 31], + "CTI" => [33, 311], + "DDHH" => [33, 31], + "DECOC" => [33, 31], + "DERECHOS HUMANOS" => [33, 31], + "DIRECTOR REGIONAL" => [33, 31], + "DIRECTOR SECCIONAL" => [33, 31], + "DIRECTOR UNIDAD DDHH" => [33, 31], + "EDA" => [33, 319], + "EMPLEADA JUZGADO PENAL" => [33, 30], + "EMPLEADO ASONAL" => [33, 30], + "EMPLEADO CAFETERIA PALACIO" => [33, 30], + "EMPLEADO DEL CENTRO DE EJECUCION DE PENAS" => [33, 30], + "EMPLEADO JURISPRUDENCIA" => [33, 30], + "EMPLEADO JUZGADO" => [33, 30], + "EMPLEADO JUZGADO DE MENORES" => [33, 30], + "EMPLEADO RAMA JUDICIAL" => [33, 30], + "ESCOLTA CTI" => [13, 311], + "ESCRIBIENTE" => [14, 30], + "Escribiente" => [14, 30], + "ESCRIBIENTE MUNICIPAL CENTRO DE SERVICIOS JUDICIALES" => [14, 30], + "EX FISCAL" => [15, 31], + "EX-FISCAL" => [15, 31], + "FIS ENVIGADO" => [16, 31], + "FISCAL" => [16, 31], + "FISCAL " => [16, 31], + "FISCAL 1 LOCAL EDA" => [16, 319], + "FISCAL 122 MEDELLIN" => [16, 31], + "FISCAL 18 SECCIONAL " => [16, 31], + "FISCAL 20 SECCIONAL " => [16, 31], + "FISCAL 262" => [16, 31], + "FISCAL 36 UNIDAD ANTITERRORISMO" => [16, 31], + "FISCAL 4" => [16, 31], + "FISCAL 56 DELEGADA ANTE EL CTI" => [16, 31], + "FISCAL 62 SECCIONAL" => [16, 31], + "FISCAL 65" => [16, 31], + "FISCAL 71" => [16, 31], + "FISCAL 72" => [16, 31], + "FISCAL 96 ESPECIALIZADO CONTRA DELINCUENCIA ORGANIZADA" => [16, 320], + "FISCAL ACTIVO" => [16, 31], + "FISCAL ANTE TRIBUANL " => [16, 31], + "FISCAL ANTITERRORISMO" => [16, 31], + "FISCAL CONTRA DELITOS FINANCIEROS" => [16, 31], + "FISCAL COORDINADOR UNAIM" => [16, 31], + "FISCAL DE ASUNTOS URGENTES" => [16, 31], + "FISCAL DE CIRCUITO " => [16, 31], + "FISCAL DE VIOLENCIA SEXUAL" => [16, 31], + "FISCAL DELEGADA ANTE JUECES MUNICIPALES DEL MUNICIPIO DE SEVILLA" => [16, 31], + "FISCAL DELEGADA ANTE LOS JUECES PENAL" => [16, 31], + "FISCAL DELEGADO" => [16, 31], + "FISCAL DELEGADO " => [16, 31], + "FISCAL DELEGADO ANTE EL CIRCUITO" => [16, 31], + "FISCAL DELEGADO ANTE JUECES PENALES" => [16, 31], + "FISCAL DELEGADO GAULA" => [16, 31], + "FISCAL DELEGADO SALA PENAL" => [16, 31], + "FISCAL ENCARGADO" => [16, 31], + "FISCAL ESPECIALIZADA" => [16, 320], + "FISCAL ESPECIALIZADO" => [16, 320], + "FISCAL JEFE UNIDAD NACIONAL DDHH" => [16, 31], + "FISCAL JUECES" => [16, 31], + "FISCAL LOCAL" => [16, 325], + "FISCAL LOCAL " => [16, 325], + "FISCAL REGIONAL" => [16, 31], + "FISCAL SECCIONAL" => [16, 31], + "FISCAL SECCIONAL " => [16, 31], + "FISCAL SECCIONAL 13" => [16, 31], + "FISCAL SECCIONAL 2" => [16, 31], + "FISCAL SECCIONAL 3" => [16, 31], + "FISCAL SECCIONAL UNIDAD DE ADMON PUBLICA" => [16, 31], + "FISCAL SEGUNDA DAC SUPREMA" => [16, 31], + "FISCAL UNAIM" => [16, 31], + "FISCAL UNIDAD DDHH" => [16, 31], + "FISCAL UNIDAD DDHH Y DIH" => [16, 31], + "FISCAL UNIDAD DE VIDA" => [16, 31], + "FISCAL UNIDAD LOCAL" => [16, 325], + "FISCAL UNIDAD NACIONAL JUSTICIA Y PAZ" => [16, 31], + "FISCAL UNIDAD TERRORISMO" => [16, 31], + "FISCALIA 61 BACRIM" => [33, 31], + "FISCALIA 73" => [33, 31], + "FISCALIA 88" => [33, 31], + "FISCALIAS LOCALES" => [33, 325], + "FOTOGRAFO" => [17, 31], + "Funcionaria Fiscalia" => [33, 31], + "FUNCIONARIO CTI" => [33, 311], + "FUNCIONARIO JUDICIAL" => [33, 31], + "INFANCIA Y ADOLESCENCIA" => [16, 31], + "INGENIERO SISTEMAS" => [33, 31], + "INVDESTIGADOR CTI" => [18, 311], + "INVESTIGADOR" => [18, 31], + "INVESTIGADOR CRIMINALISTICO" => [18, 31], + "INVESTIGADOR CTI" => [18, 311], + "INVESTIGADOR CTI - CTI" => [18, 311], + "INVESTIGADOR CTI GRADO II" => [18, 311], + "INVESTIGADOR CUERPO TECNICO DE INVESTIGACIÓN - URI" => [18, 311], + "INVESTIGADOR GRADO II" => [18, 31], + "INVESTIGADOR II" => [18, 31], + "INVESTIGADOR JUDICIAL" => [18, 31], + "INVESTIGADOR UNIDAD DE VIDA" => [18, 31], + "INVESTIGADORA CTI" => [18, 311], + "INVESTIGADORES CTI" => [18, 311], + "JEFE INVESTIGADOR" => [12, 31], + "JEFE OFICINA INFORMACION CTI" => [12, 31], + "JEFE POLICIA JUDICIAL" => [12, 31], + "JEFE SECCION DE INFORMACION Y ANALISIS" => [12, 31], + "JEFE UNIDAD SECCIONAL CTI" => [12, 311], + "JUEZ" => [19, 33], + "JUEZ " => [19, 33], + "JUEZ - JUZGADO 2 PENAL DEL CTO" => [19, 33], + "JUEZ 10 PEJNAL DEL CIRCUITO" => [19, 33], + "JUEZ 10 PENAL DEL CIRCUITO DE CONOCIMIENTO DE CALI" => [19, 33], + "JUEZ 11 DEL CIRCUITO DE BOGOTA" => [19, 33], + "JUEZ 17" => [19, 33], + "JUEZ 19 PENAL" => [19, 33], + "JUEZ 2" => [19, 33], + "JUEZ 2 DE GARANTIAS" => [19, 33], + "JUEZ 20 PENAL DEL CIRCUITO" => [19, 33], + "JUEZ 29 DE FAMILIA" => [19, 33], + "JUEZ 31" => [19, 33], + "JUEZ 32 ADMINISTRATIVO" => [19, 33], + "JUEZ 35" => [19, 33], + "JUEZ 4 CIVIL DEL CIRCUITO DE IBAGUE" => [19, 33], + "JUEZ 5 CIVIL DEL CIRCUITO DE IBAGUE" => [19, 33], + "JUEZ CIVIL" => [19, 33], + "JUEZ COORDINADOR CENTRO DE SERVICIOS JUDICIALES" => [19, 33], + "JUEZ DE CONOCIMIENTO" => [19, 33], + "JUEZ DE FAMILIA" => [19, 33], + "JUEZ DE GARANTIAS" => [19, 33], + "JUEZ DE MENORES" => [19, 33], + "JUEZ DE PEQUEÑAS CAUSAS" => [19, 33], + "JUEZ DE RESTITUCION DE TIERRAS" => [19, 33], + "JUEZ DE RESTITUCIÓN TERCERO CIVIL DEL CIRCUITO" => [19, 33], + "JUEZ DISTRITO PENAL ADUANERO" => [19, 33], + "JUEZ EJECUCION DE PENAS" => [19, 33], + "JUEZ ENCARGADO" => [19, 33], + "JUEZ ESPECIALIZADO" => [19, 33], + "JUEZ GARANTIAS" => [19, 33], + "JUEZ INSTRUCCION CRIMINAL" => [19, 33], + "JUEZ LABORAL" => [19, 33], + "JUEZ MUNICIPAL" => [19, 33], + "JUEZ ORDEN PUBLICO" => [19, 33], + "JUEZ PENAL" => [19, 33], + "JUEZ PENAL DEL CIRCUITO" => [19, 33], + "JUEZ PROMISCUO DE PUERTO COLOMBIA" => [19, 33], + "JUEZ PROMISCUO MUNICIPAL" => [19, 33], + "JUEZ PROMISCUO TERRITORIAL" => [19, 33], + "JUEZ, JUZGADO 1 PENAL DEL CIRCUITO ESPECIALIZADO" => [19, 33], + "JUZGADO 2 MUNICIPAL DE MEDELLIN" => [19, 33], + "JZ TERCERA FILA ASISTENTE SOCIAL" => [19, 33], + "JZ TERCERO DE FAMILIA" => [19, 33], + "LOCALES" => [33, 325], + "MAGISTRADO" => [21, 30], + "Magistrado" => [21, 30], + "MAGISTRADO AUXILIAR" => [20, 30], + "MAGISTRADO ORDEN PUBLICO" => [21, 30], + "MAGISTRADO SALA PENAL CORTE SUPREMA DE JUSTICIA" => [21, 30], + "MAGISTRADO SALA PENAL TRIBUNAL SUPERIOR" => [21, 30], + "MAGISTRADO TRIBUNAL" => [21, 30], + "MAGISTRADO TRIBUNAL ADMINISTRATIVO" => [21, 30], + "MAGISTRADO TRIBUNAL CONTENCIOSO" => [21, 30], + "MAGISTRADO TRIBUNAL SUPERIOR" => [21, 30], + "MEDICO LEGISTA" => [22, 30], + "NO REGISTRA" => [33, 31], + "NO REGISTRA " => [33, 31], + "NOTIFICADOR" => [23, 30], + "NOTIFICADOR GRADO 3" => [23, 30], + "OCAÑA" => [33, 31], + "ODONTOLOGO FORENSE" => [24, 30], + "OFICIAL MAYOR" => [25, 30], + "OFICIAL MAYOR JUZGADO" => [25, 30], + "OFICIAL MAYOR JUZGADO PROMISCUO DE FAMILIA" => [25, 30], + "PALACIO NACIONAL" => [33, 31], + "PAMPLONA" => [33, 31], + "PATIOS" => [33, 31], + "PERITO EN AUTOMOTORES" => [26, 30], + "PERSONERO" => [27, 42], + "presidente del Tribunal Superior de Valledupar" => [28, 30], + "PRESIDENTE TRIBUNAL SUPERIOR" => [28, 30], + "PROCURADOR PROVINCIA" => [29, 30], + "PROFESIONAL " => [44, 31], + "PROFESIONAL EN GESTION" => [30, 31], + "PROFESIONAL EN GESTION 3" => [30, 1], + "SECRETARIA CIRCUITO" => [32, 30], + "secretaria de la Fiscalía Sexta" => [32, 31], + "SECRETARIO" => [32, 31], + "SECRETARIO ADMINISTRATIVO JUZGADO" => [32, 31], + "SECRETARIO AUXILIAR" => [32, 31], + "SECRETARIO DE JUZGADO" => [32, 30], + "SECRETARIO ENCARGADO" => [32, 31], + "SECRETARIO JUDICIAL" => [32, 30], + "SECRETARIO JUZGADO" => [32, 30], + "SECRETARIO JUZGADO CIVIL CIRCUITO RIOSUCIO CALDAS" => [32, 30], + "SECRETARIO JUZGADO MUNICIPAL" => [32, 30], + "SECRETARIO NOMINADO" => [32, 31], + "SECRETARIO TRIBUNAL SUPERIOR" => [32, 30], + "SECRETARIO UNIDAD DE PATRIMONIO" => [32, 31], + "SECRETARIO UNIDAD FISCALIA" => [32, 31], + "SERVIDOR CTI" => [33, 311], + "SERVIDOR FISCALIA" => [33, 31], + "SERVIDOR JUZGADO PROMISCUO MUNICIPAL" => [33, 30], + "SUBDIRECTOR CUERPO TECNICO POLICIA JUDICIAL" => [34, 30], + "SUSTANCIADOR" => [35, 30], + "SUSTANCIADOR JUZGADO" => [35, 30], + "SUSTANCIADORA" => [35, 30], + "TEC FORENCE 2" => [39, 30], + "TEC INVESTIGADOR" => [40, 31], + "TEC INVESTIGADOR 1" => [40, 31], + "TEC INVESTIGADOR 2 " => [40, 31], + "TEC INVESTIGADOR 4" => [40, 31], + "TEC INVESTIGADOR 4 " => [40, 31], + "TEC INVESTIGADRO 4 " => [40, 31], + "TEC INVESTIGARDOR 2" => [40, 31], + "TECNICA INVESTIGADORA 1" => [40, 31], + "TECNICO ADMINISTRATIVO 2" => [36, 31], + "TECNICO CRIMINALISTICO" => [37, 31], + "TECNICO EN EXPLOSIVOS" => [38, 31], + "TECNICO INVESTIGACION II - CTI" => [40, 31], + "TECNICO INVESTIGADOR" => [40, 31], + "TECNICO INVESTIGADOR 1" => [40, 31], + "TECNICO INVESTIGADOR 2" => [40, 31], + "TECNICO INVESTIGADOR FISCALIA" => [40, 31], + "TECNICO INVESTIGADOR I - CTI" => [40, 31], + "TECNICO INVESTIGADOR II" => [40, 31], + "TECNICO INVESTIGADOR IV" => [40, 31], + "TECNICO JUDICIAL" => [41, 31], + "TRIBUNAL FISCAL" => [33, 31], + "UNIDAD VIDA-PALOQUEMAO" => [33, 31], + "URI" => [33, 328], + "VIDA -PALOQUEMAO" => [33, 31], +} + + +trmes = { + "ene" => 1, + "feb" => 2, + "mar" => 3, + "abr" => 4, + "may" => 5, + "jun" => 6, + "jul" => 7, + "ago" => 8, + "sept" => 9, + "oct" => 10, + "nov" => 11, + "dic" => 12 +} + +nimp = ARGV[0] +STDERR.puts "Leyendo donantes de #{nimp}" +impcsv = CSV.read(nimp, headers: true) +encimp = impcsv[0].headers +STDERR.puts "Se leyeron #{impcsv.count} registros de #{nimp}" +puts encimp.count +colesp = ["Cedula", "Nombres", "Apellidos", "ene-23", "feb-23", "mar-23", + "abr-23", "may-23", "jun-23", "jul-23", "ago-23", "sep-23", + "oct-23", "nov-23", "dic-23", "ene-24", "feb-24", "mar-24", + "abr-24", + "Ciudad", "Departamento", "mail", "celular", "Despacho", "Cargo"] +if encimp.count != colesp.count + puts "El CSV #{nimp} tiene #{encimp.count} columnas pero se esperaban #{coles.count}" + exit 1 +end +colesp.each do |c| + if !encimp.include?(c) + puts "El CSV #{nimp} no tiene columna #{c}" + exit 1 + end +end + +numnuevos = 0 +numap = 0 +idrep = 0 +nomrep = 0 +nreg = 0 +numerr = 0 +prob = CSV.generate do |csvprob| + csvprob << colesp + impcsv.each do |r| + nreg += 1 + STDERR.puts nreg + preg = [] # Problemas en el registro (pero que permiten crearlo) + menserror = "".dup #Errores (que no permiten crearlo) + + rp = {} + ptemp = "".dup + if (r["Nombres"].nil? || r["Nombres"] == '') then + #debugger + na = Msip::ImportaHelper.separa_apellidos_nombres(r["Apellidos"], ptemp) + if ptemp != "" + debugger + end + rp["nombres"] = na[0] + rp["apellidos"] = na[1] + elsif (r["Apellidos"].nil? || r["Apellidos"] == '') then + na = Msip::ImportaHelper.separa_apellidos_nombres(r["Nombres"], ptemp) + if ptemp != "" + debugger + end + rp["nombres"] = na[0] + rp["apellidos"] = na[1] + else + rp["nombres"] = r["Nombres"] == '' ? "N" : r["Nombres"] + rp["apellidos"] = r["Apellidos"] == '' ? "N" : r["Apellidos"] + end + + if r["Cedula"] + rp["numerodocumento"] = r["Cedula"].gsub(/[^0-9]/, '') + rp["tdocumento_id"] = Msip::Tdocumento.where(sigla: "CC")[0].id + else + rp["tdocumento_id"] = 11 + rp["numerodocumento"] = nreg.to_s + "P" + end + + pidrep = Msip::Persona.where(numerodocumento: rp["numerodocumento"]).take + pnomrep = Msip::Persona. + where("unaccent(nombres) ILIKE unaccent(?)", rp["nombres"]). + where("unaccent(apellidos) ILIKE unaccent(?)", rp["apellidos"]).take + if pidrep && (!pnomrep || pidrep.id != pnomrep.id) + idrep += 1 + menserror << "Identificación repetida con persona #{pidrep.id} - #{pidrep.nombres} #{pidrep.apellidos} (#{pidrep.tdocumento.sigla} #{pidrep.numerodocumento}). " + end + + if pnomrep && (!pidrep || pidrep.id != pnomrep.id) + nomrep += 1 + menserror << "Nombre repetido con persona #{pnomrep.id} - #{pnomrep.nombres} #{pnomrep.apellidos} (#{pnomrep.tdocumento.sigla} #{pnomrep.numerodocumento}). " + end + + if region_depto[r["Departamento"]] + rds = region_depto[r["Departamento"]].split("-") + else + if !r["Departamento"].nil? + rds = r["Departamento"].split("-") + else + rds = ["", ""] + end + end + rd = rds[0].strip + pd = Msip::Departamento.where(pais_id: 170) + .where("unaccent(nombre) ILIKE '%' || unaccent(?) || '%'", rd) + if pd.count == 1 + d = pd.take + rp["ultimo_departamento_trabajo_id"] = d.id + else + pd = Msip::Departamento.where(pais_id: 170) + .where("unaccent(nombre) ILIKE '%' || unaccent(?) || '%'", rds[1]) + if pd.count == 1 + d = pd.take + rp["ultimo_departamento_trabajo_id"] = d.id + end + end + if rds.count == 1 || (rds.count == 2 && rd[1] == " correo laura ") + rd = rds[0].strip + else + rd = rds[0].strip + " - " + rds[1].strip + end + + if region_region[rd] + rd = region_region[rd] + end + pr = Regionpago.where('unaccent(nombre) ILIKE unaccent(?)', rd) + if pr.count == 0 + #debugger + rp["ultima_regionpago_id"] = nil + else + rp["ultima_regionpago_id"] = pr.take.id + end + + if r["mail"] + rp["ultimo_correo_trabajo"] = r["mail"] + end + if r["celular"] + rp["ultimo_celular_trabajo"] = r["celular"] + end + + + cargo = r["Cargo"] + ce = cargo_entidad[r["Cargo"]] + if importade == "J" + rp["ultima_entidad_id"] = 60 # Rama judicial + else + rp["ultima_entidad_id"] = 31 # Fiscalia General + end + if ce + rp["ultimo_cargoestado_id"] = ce[0] + if importade == "F" + rp["ultima_entidad_id"] = ce[1] + end + else # En algunos registros el cargo está en la columna despacho + if importade == "J" + ce = cargo_entidad[r["Despacho"]] + if ce + rp["ultimo_cargoestado_id"] = ce[0] + end + end + + preg << "Persona sin cargo/entidad (#{cargo})" + end + + + if menserror == "" + if pidrep && pnomrep && pidrep.id == pnomrep.id + persona = pidrep + else + #debugger + persona = Msip::Persona.create(rp) + numnuevos += 1 + # Máxima id iba en 1907 + end + + [ + "ene-23","feb-23","mar-23","abr-23","may-23","jun-23","jul-23","ago-23", + "sept-23","oct-23","nov-23","dic-23", + "ene-24","feb-24","mar-24" + ].each do |ma| + mad = ma.split("-") + mes = trmes[mad[0]] + anio = mad[1].to_i + 2000 + valor = 0 + if r[ma] + valor = r[ma].gsub(/[^0-9]/, '') + end + #debugger + + ra = { + persona_id: persona.id, + anio: anio, + mes: mes, + valor: valor.to_i + } + if Aporte.where(ra).count == 0 + if Aporte.where(ra.select {|l,v| l != :valor}).count > 0 + preg << "Exisitía aporte para el mes #{anio}-#{mes} por valor diferente #{valor.to_i} --manteniendolo" + else + aporte = Aporte.create(ra) + numap += 1 + end + else + preg << "Existía el mismo aporte para el mes #{anio}-#{mes}" + end + end + + else + + nlin = [] + colesp.each do |c| + nlin << r[c] + end + nlin << menserror + + csvprob << nlin + numerr += 1 + + end + end +end #csvprob + +puts prob + +STDERR.puts "Personas nuevas #{numnuevos}" +STDERR.puts "Aportes creados #{numap}" +STDERR.puts "Registros con problemas #{numerr}" +exit 0 + +## Sivel2Gen::Acto.connection.execute(<<-SQL) +## SELECT setval('public.caso_etiqueta_seq', 3000); +## SELECT setval('public.msip_persona_id_seq', 3000); +## SELECT setval('public.sivel2_gen_caso_id_seq', 3000); +## SELECT setval('public.caso_presponsable_seq', 3000); +## SELECT setval('public.sivel2_gen_caso_fuenteprensa_seq', 3000); +## SELECT setval('public.msip_ubicacion_id_seq', 3000); +## SELECT setval('public.victima_seq', 3000); +## SELECT setval('public.msip_persona_id_seq', 3000); +## SELECT setval('public.msip_persona_trelacion_id_seq', 3000); +## SQL +##