{"id":4390,"date":"2025-02-12T12:32:23","date_gmt":"2025-02-12T18:32:23","guid":{"rendered":"https:\/\/portal.fgeo.gob.mx\/?page_id=4390"},"modified":"2025-04-22T10:19:51","modified_gmt":"2025-04-22T16:19:51","slug":"directorio-fiscalias-especializadas","status":"publish","type":"page","link":"https:\/\/portal.fgeo.gob.mx\/index.php\/directorio-fiscalias-especializadas","title":{"rendered":"Directorio Fiscal\u00edas Especializadas"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4390\" class=\"elementor elementor-4390\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cebc78 e-flex e-con-boxed e-con e-parent\" data-id=\"7cebc78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43600ba elementor-widget elementor-widget-html\" data-id=\"43600ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"title\">DIRECTORIO<\/p>\n<style>\n     .title {\n      font-weight: bold;\n      font-family: 'Titillium web', sans-serif;\n      color: rgb(58,89,158) !important;\n      text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);\n      font-size: 45px;\n      text-align: center; \n    }\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bcc0c32 e-flex e-con-boxed e-con e-parent\" data-id=\"bcc0c32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ab575b elementor-widget elementor-widget-html\" data-id=\"5ab575b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"subtitle\">FISCAL\u00cdAS ESPECIALIZADAS<\/p>\n<style>\n        .subtitle { \n        font-weight: bold;\n        font-family: 'Titillium web', sans-serif; \n        color: #8B9398 !important;\n        font-size: 25px;\n        text-align: center;\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecd9503 e-flex e-con-boxed e-con e-parent\" data-id=\"ecd9503\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77102fb elementor-widget elementor-widget-html\" data-id=\"77102fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Contenedor Horizontal<\/title>\r\n  <style>\r\n   .container {\r\n      position: relative;\r\n      padding: 20px 40px; \/* A\u00f1ade espacio para las flechas *\/\r\n    }\r\n    .scroll-container {\r\n      display: flex;\r\n      overflow: hidden;\r\n      background-color: #DEE1E1;\r\n      border-radius: 8px;\r\n      position: relative;\r\n    }\r\n    .fields {\r\n      display: flex;\r\n      transition: transform 0.3s ease;\r\n    }\r\n    .field {\r\n      padding: 20px;\r\n      margin-right: 10px;\r\n      text-align: center;\r\n      flex-grow: 1;\r\n      border-radius: 5px;\r\n      white-space: nowrap;\r\n      text-overflow: ellipsis;\r\n      overflow: hidden;\r\n      font-weight: bold;\r\n      cursor: pointer;\r\n      font-size: 12px;\r\n    }\r\n    .field:hover {\r\n      background-color: white;\r\n    }\r\n      .field a {\r\n    color: black !important;\r\n    text-transform: uppercase; \r\n    text-decoration: none; \r\n  }\r\n  \r\n  .field:hover a {\r\n    color: black !important; \r\n  }\r\n    .arrow {\r\n      position: absolute;\r\n      top: 0%;\r\n      transform: translateY(-50%);\r\n      background-color: rgba(0, 0, 0, 0.1);\r\n      color: white;\r\n      border: none;\r\n      padding: 10px;\r\n      cursor: pointer;\r\n      z-index: 10;\r\n      transition: all 0.3s;\r\n      width: 35px;\r\n      height: 50px;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n    }\r\n    .arrow:hover {\r\n      background-color: #3A599E;\r\n    }\r\n    .arrow-left {\r\n      left: 100px;\r\n      top: -20px;\r\n      background-color: grey;\r\n    }\r\n    .arrow-right {\r\n      right: 100px;\r\n      top: -20px;\r\n      background-color: grey;\r\n    }\r\n   \r\n    .container-boton {\r\n      position: relative;\r\n      top: -30px;\r\n    }\r\n    \r\n     @media (min-width: 1800px) {\r\n      .arrow {\r\n        display: none;\r\n      }\r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n    .container {\r\n      padding: 20px 10px; \r\n    }\r\n    \r\n    .arrow {\r\n      width: 30px; \r\n      height: 40px;\r\n      top: 50%; \r\n      transform: translateY(-50%);\r\n      background: none !important;\r\n      font-size: 24px;\r\n      color: #333;\r\n      opacity: 0.7;\r\n    }\r\n    \r\n    .arrow:hover {\r\n      background: none !important;\r\n      color: #3A599E;\r\n      opacity: 1;\r\n    }\r\n    \r\n    .arrow-left {\r\n      left: -5px; \r\n      top: -42px;\r\n    }\r\n    \r\n    .arrow-right {\r\n      right: -5px; \r\n      top: -42px;\r\n    }\r\n    \r\n    .container-boton {\r\n      top: 0; \r\n    }\r\n    \r\n    .field {\r\n      padding: 15px 10px; \r\n      font-size: 10px; \r\n    }\r\n  }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"container mt-5\">\r\n    <div class=\"scroll-container\">\r\n<div class=\"fields\" id=\"fieldsContainer\">\r\n       <div class=\"field\"><a href=\"\/index.php\/directorio-principal\">OFICINA DEL FISCAL GENERAL<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-vicefiscalias-generales\">VICEFISCAL\u00cdAS GENERALES<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-vicefiscalias-regionales\">VICEFISCAL\u00cdAS REGIONALES<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-fiscalias-especializadas\">FISCAL\u00cdAS ESPECIALIZADAS<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-otras-areas-importantes\">OTRAS \u00c1REAS IMPORTANTES<\/a><\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <\/div>\r\n    <div class=\"container-boton\">\r\n      <button class=\"arrow arrow-left\" id=\"prevBtn\">&#10094;<\/button>\r\n      <button class=\"arrow arrow-right\" id=\"nextBtn\">&#10095;<\/button>\r\n    <\/div>\r\n\r\n  <script>\r\n    const prevBtn = document.getElementById('prevBtn');\r\n    const nextBtn = document.getElementById('nextBtn');\r\n    const fieldsContainer = document.getElementById('fieldsContainer');\r\n    const fields = document.querySelectorAll('.field');\r\n    const container = document.querySelector('.scroll-container');\r\n    let currentIndex = 0;\r\n    \r\n    function updateArrows() {\r\n      prevBtn.disabled = currentIndex <= 0;\r\n      nextBtn.disabled = currentIndex >= fields.length - 1;\r\n    }\r\n    \r\n    function moveFields(direction) {\r\n      if (direction === 'next' && currentIndex < fields.length - 1) {\r\n        currentIndex++;\r\n      } else if (direction === 'prev' && currentIndex > 0) {\r\n        currentIndex--;\r\n      }\r\n      \r\n      \/\/ Calcula la posici\u00f3n izquierda del elemento destino\r\n      let newTranslate = fields[currentIndex].offsetLeft;\r\n      \r\n      \/\/ Calcula el m\u00e1ximo desplazamiento permitido\r\n      const maxTranslate = fieldsContainer.scrollWidth - container.clientWidth;\r\n      if (newTranslate > maxTranslate) {\r\n        newTranslate = maxTranslate;\r\n      }\r\n      \r\n      fieldsContainer.style.transform = `translateX(-${newTranslate}px)`;\r\n      updateArrows();\r\n    }\r\n    \r\n    prevBtn.addEventListener('click', () => moveFields('prev'));\r\n    nextBtn.addEventListener('click', () => moveFields('next'));\r\n    \r\n    updateArrows();\r\n    \r\n    \/\/ Actualizar el desplazamiento si se redimensiona la ventana\r\n    window.addEventListener('resize', () => {\r\n      moveFields('');\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ce47b95 e-flex e-con-boxed e-con e-parent\" data-id=\"ce47b95\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10714ea elementor-widget elementor-widget-html\" data-id=\"10714ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Contenedor Responsive<\/title>\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.5.0\/font\/bootstrap-icons.css\">\r\n  <style>\r\n    .section-title {\r\n      font-weight: bold;\r\n      font-size: 20px;\r\n      color: rgb(58,89,158) !important;\r\n      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); \r\n    }\r\n    .section-content {\r\n      font-size: 15px;\r\n      color: #333;\r\n      font-family: 'Titillium Web', sans-serif;\r\n      text-align: justify;\r\n      height: auto; \/* Ajusta el alto al contenido *\/\r\n      padding: 20px;\r\n      background-color: #f9f9f9;\r\n      border: 1px solid #ddd;\r\n      border-radius: 8px;\r\n      margin-bottom: 0; \r\n    }\r\n    .container {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 20px;\r\n      max-width: 1200px;\r\n      margin: 20px auto;\r\n      padding: 0 15px;\r\n      height: auto ; \/* Ajusta el alto al contenido *\/\r\n    }\r\n    .list-group {\r\n      flex: 1 1 100%;\r\n      max-width: 100%;\r\n    }\r\n    .list-group-item {\r\n      padding: 15px;\r\n      font-size: 1rem;\r\n      background-color: rgb(0, 64, 126);\r\n      transition: all 0.3s;\r\n    }\r\n    .list-group-item:hover {\r\n      background-color: white;\r\n    }\r\n    .list-group-item h6 {\r\n      font-weight: 500;\r\n      color: white;\r\n      transition: all 0.3s;\r\n    }\r\n    .list-group-item h6:hover {\r\n      color: #09256A;\r\n    }\r\n    @media (max-width: 767px) {\r\n      .section-content {\r\n        max-width: 100%;\r\n      }\r\n    }\r\n    @media (min-width: 768px) and (max-width: 1023px) {\r\n      .list-group {\r\n        flex: 1 1 30%;\r\n      }\r\n      .section-content {\r\n        flex: 1 1 65%;\r\n        max-width: 65%;\r\n      }\r\n      .container {\r\n        max-width: 800px;\r\n      }\r\n    }\r\n    @media (min-width: 1024px) and (max-width: 1439px) {\r\n      .list-group {\r\n        flex: 1 1 20%;\r\n      }\r\n      .section-content {\r\n        flex: 1 1 75%;\r\n        max-width: 75%;\r\n      }\r\n      .container {\r\n        max-width: 1000px;\r\n      }\r\n    }\r\n    @media (min-width: 1440px) {\r\n      .container {\r\n        max-width: 1150px;\r\n      }\r\n      .list-group {\r\n        flex: 1 1 15%;\r\n      }\r\n      .section-content {\r\n        flex: 1 1 80%;\r\n        max-width: 80%;\r\n      }\r\n      \r\n  \r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"container\">\r\n    <!-- Lista -->\r\n    <ul class=\"list-group mb-3\">\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('corrupcion')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Fiscal\u00eda Especializada en Materia de Combate a la Corrupci\u00f3n<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('electorales')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Fiscal\u00eda Especializada en Delitos Electorales<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('alto')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Fiscal\u00eda Especializada para la Atenci\u00f3n a Delitos de Alto Impacto<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('genero')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Fiscal\u00eda Especializada para la Atenci\u00f3n a Delitos Contra la Mujer por Raz\u00f3n de G\u00e9nero<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('ni\u00f1os')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Fiscal\u00eda Especializada en Justicia para Ni\u00f1as, Ni\u00f1os y Adolescentes<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('trasendencia')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Fiscal\u00eda Especializada en Investigaciones de Delitos de Trascendencia Social<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('cd')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Fiscal\u00eda de Atenci\u00f3n al Migrante - CD Ixtepec<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n    <\/ul>\r\n\r\n    <!-- Contenido din\u00e1mico -->\r\n    <div id=\"corrupcion\" class=\"content-section section-content\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Fiscal\u00eda Especializada en Materia de Combate a la Corrupci\u00f3n\r\n      <\/h2>\r\n   \r\n      <p><strong>Fiscal<\/strong><\/p>\r\n      <p><strong>Lic. Karina Reyes \u00c1vila<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:fiscaliaanticorrupcion@fge.oaxaca.gob.mx\">fiscaliaanticorrupcion@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio Jes\u00fas Chu Rasgado, 2do nivel, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515016900\">951 501 6900 ext. 21452<\/a>\r\n      \r\n      <br><br>\r\n      <br><br>\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Visitadur\u00eda General\r\n      <\/h2>\r\n \r\n      <p><strong>Visitador General<\/strong><\/p>\r\n      <p><strong>Lic. El\u00edas Cortez V\u00e1squez<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:fiscaliaanticorrupcion@fge.oaxaca.gob.mx\">fiscaliaanticorrupcion@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio Jes\u00fas Chu Rasgado, 2do nivel, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257.<br>\r\n         <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+5259515016900\">5016900 EXT. 20482\r\n       <br><br>\r\n       951 166 0360 (Arista)<\/a> \r\n      \r\n      <br><br>\r\n    <\/div>\r\n    <div id=\"electorales\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Fiscal\u00eda Especializada en Delitos Electorales\r\n      <\/h2>\r\n    \r\n      <p><strong>Fiscal<\/strong><\/p>\r\n      <p><strong>Mtro. Iv\u00e1n Garc\u00eda L\u00f3pez<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:fiscaliaelectoral@fge.oaxaca.gob.mx\">fiscaliaelectoral@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial \"General Porfirio D\u00edaz, Soldado de la Patria\", Edificio \"N\u00facleo de Servicios Rodolfo Nieto\u201d, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257,<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515016900\">951 501 6900 ext. 21765<\/a>\r\n    <\/div>\r\n    <div id=\"alto\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Fiscal\u00eda Especializada para la Atenci\u00f3n a Delitos de Alto Impacto\r\n      <\/h2>\r\n     \r\n      <p><strong>Fiscal<\/strong><\/p>\r\n      <p><strong>Mtra. Edith Morales Celaya<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:feadai@fge.oaxaca.gob.mx\">feadai@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio \u00c1lvaro Carrillo, 2do nivel, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257.\r\n<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+5259515016900\">951 501 6900 ext. 21302<\/a>\r\n    <\/div>\r\n    <div id=\"genero\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Fiscal\u00eda Especializada para la Atenci\u00f3n a Delitos Contra la Mujer por Raz\u00f3n de G\u00e9nero\r\n      <\/h2>\r\n     \r\n      <p><strong>Fiscal<\/strong><\/p>\r\n      <p><strong>Lic. Margarita Guzm\u00e1n Corsi<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:fiscalia.delitos.mujer@fge.oaxaca.gob.mx\">fiscalia.delitos.mujer@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Calle Armenta Y L\u00f3pez n\u00famero 700, centro<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515147214\">951 51 47214 y 951 51 47759<\/a>\r\n    <\/div>\r\n    <div id=\"ni\u00f1os\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Fiscal\u00eda Especializada en Justicia para Ni\u00f1as, Ni\u00f1os y Adolescentes\r\n      <\/h2>\r\n      \r\n      <p><strong>Encargada<\/strong><\/p>\r\n      <p><strong>Mtra. Cynthia Matadamas Cruz<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:fejnna@fge.oaxaca.gob.mx\">fejnna@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio Jes\u00fas Chu Rasgado, 2do nivel, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+5259515016900\">951 501 6900EXT. 20474 <\/a>\r\n    <\/div>\r\n    <div id=\"trasendencia\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Fiscal\u00eda Especializada en Investigaciones de Delitos de Trascendencia Social\r\n      <\/h2>\r\n    \r\n      <p><strong>Fiscal<\/strong><\/p>\r\n      <p><strong>Mtra. Jessica Jeanine Rodr\u00edguez Robles<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:trascendencia.social@fge.oaxaca.gob.mx\">trascendencia.social@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio Jes\u00fas Chu Rasgado, 2do nivel, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+525951501690020602\">951 501 6900 EXT. 20628<\/a>\r\n    <\/div>\r\n    <div id=\"cd\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Fiscal\u00eda de Atenci\u00f3n al Migrante - CD Ixtepec\r\n      <\/h2>\r\n      <p><strong>Fiscal<\/strong><\/p>\r\n      <p><strong>Lic. Ines Virginia Cambranis Mend\u00f3za<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:ixtepecfiscalia@gmail.com\">ixtepecfiscalia@gmail.com<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Calle Joaqu\u00edn Amaro sin n\u00famero, Colonia Moderna Cd. Ixtepec, Oaxaca.<br>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function showContent(sectionId) {\r\n      \/\/ Oculta todas las secciones de contenido\r\n      const contentSections = document.querySelectorAll('.content-section');\r\n      contentSections.forEach(section => {\r\n        section.style.display = 'none';\r\n      });\r\n\r\n      \/\/ Muestra solo la secci\u00f3n seleccionada\r\n      document.getElementById(sectionId).style.display = 'block';\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>DIRECTORIO FISCAL\u00cdAS ESPECIALIZADAS Contenedor Horizontal OFICINA DEL FISCAL GENERAL VICEFISCAL\u00cdAS GENERALES VICEFISCAL\u00cdAS REGIONALES FISCAL\u00cdAS ESPECIALIZADAS OTRAS \u00c1REAS IMPORTANTES &#10094; &#10095; Contenedor Responsive Fiscal\u00eda Especializada en Materia de Combate a la Corrupci\u00f3n Fiscal\u00eda Especializada en Delitos Electorales Fiscal\u00eda Especializada para la [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4390","page","type-page","status-publish","hentry"],"acf":[],"mb":[],"mfb_rest_fields":["title","gutenberg_elementor_mode"],"_links":{"self":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/pages\/4390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/comments?post=4390"}],"version-history":[{"count":0,"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/pages\/4390\/revisions"}],"wp:attachment":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/media?parent=4390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}