{"id":10383,"date":"2026-09-04T18:23:10","date_gmt":"2026-09-04T18:23:10","guid":{"rendered":"https:\/\/dif.municipiodelnayar.gob.mx\/?page_id=10383"},"modified":"2026-09-04T18:26:05","modified_gmt":"2026-09-04T18:26:05","slug":"articulo-65","status":"publish","type":"page","link":"https:\/\/dif.municipiodelnayar.gob.mx\/?page_id=10383","title":{"rendered":"Articulo 65"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1216.8px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;500;600&display=swap\" rel=\"stylesheet\" \/>\n\n<style>\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.tp-root {\n  font-family: 'Open Sans', sans-serif;\n  background: transparent; \n  color: #2e1a22;\n  --tr: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* --- GRID --- *\/\n.tp-grid {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 20px;\n  padding: 24px 0 48px;\n  max-width: 1400px;\n  margin: 0 auto;\n}\n@media (max-width: 1100px) { .tp-grid { grid-template-columns: repeat(4, 1fr); } }\n@media (max-width: 860px)  { .tp-grid { grid-template-columns: repeat(3, 1fr); } }\n@media (max-width: 620px)  { .tp-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 400px)  { .tp-grid { grid-template-columns: 1fr; } }\n\n\/* --- FRACCION CELL --- *\/\n.tp-cell { display: flex; flex-direction: column; }\n\n\/* --- IMAGE BUTTON --- *\/\n.tp-img-btn {\n  position: relative;\n  display: block;       \n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  border: none;\n  border-radius: 16px; \n  overflow: hidden;\n  cursor: pointer;\n  padding: 0;          \n  background: #ff66c4; \/* Color exacto proporcionado *\/\n  transition: var(--tr);\n  box-shadow: none;\n  outline: none;\n}\n.tp-img-btn:hover {\n  transform: translateY(-5px) scale(1.02);\n  box-shadow: 0 10px 24px rgba(0,0,0,0.15);\n}\n.tp-img-btn:focus-visible { outline: 3px solid #f48fb1; outline-offset: 3px; }\n.tp-img-btn.active {\n  box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n  border-radius: 16px 16px 0 0;\n  transform: translateY(-2px);\n}\n.tp-img-btn img {\n  width: 100%;\n  height: 100%;\n  object-fit: contain; \/* Mantiene la proporci\u00f3n original sin recortar ni deformar *\/\n  padding: 12px;       \/* Reduce el tama\u00f1o visual de la imagen y deja espacio centrado *\/\n  display: block;\n  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), filter 0.28s;\n  user-select: none;\n  pointer-events: none;\n}\n.tp-img-btn:hover img { transform: scale(1.05); filter: brightness(1.05); }\n.tp-img-btn.active img { filter: brightness(0.9); }\n\n.tp-img-overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.15));\n  pointer-events: none; display: none;\n}\n.tp-img-btn.active .tp-img-overlay { display: block; }\n\n\/* --- PANEL --- *\/\n.tp-panel {\n  background: #fff;\n  border: 2px solid #f48fb1;\n  border-top: none;\n  border-radius: 0 0 16px 16px;\n  overflow: hidden;\n  box-shadow: 0 8px 24px rgba(233,30,99,0.1);\n  animation: tpSlide 0.25s cubic-bezier(0.4,0,0.2,1);\n  display: none;\n}\n.tp-panel.open { display: block; }\n@keyframes tpSlide {\n  from { opacity: 0; transform: translateY(-8px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n.tp-panel-inner { padding: 8px 4px; }\n\n\/* --- YEAR ROW --- *\/\n.tp-year-row { border-radius: 8px; overflow: hidden; margin: 2px 4px; }\n.tp-year-btn {\n  display: flex; align-items: center; gap: 6px;\n  width: 100%; padding: 8px 10px;\n  background: transparent; border: none; cursor: pointer;\n  font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700;\n  color: #ad1457; border-radius: 8px; transition: var(--tr); text-align: left;\n}\n.tp-year-btn:hover { background: #fce4ec; color: #880e4f; }\n.tp-year-icon {\n  width: 14px; height: 14px; flex-shrink: 0;\n  display: inline-flex; align-items: center; justify-content: center;\n  color: #ff66c4; font-size: 11px; transition: transform 0.2s;\n}\n.tp-year-icon.open { transform: rotate(90deg); }\n.tp-year-cal { flex-shrink: 0; font-size: 14px; }\n\n\/* --- QUARTERS --- *\/\n.tp-quarters {\n  padding: 2px 0 4px 16px; border-left: 2px solid #fce4ec;\n  margin-left: 18px; display: none;\n  animation: tpSlide 0.2s cubic-bezier(0.4,0,0.2,1);\n}\n.tp-quarters.open { display: block; }\n.tp-qbtn {\n  display: flex; align-items: center; gap: 5px;\n  width: 100%; padding: 6px 8px;\n  background: transparent; border: none; cursor: pointer;\n  font-family: 'Open Sans', sans-serif; font-size: 0.72rem; font-weight: 600;\n  color: #880e4f; border-radius: 6px; transition: var(--tr); text-align: left; margin: 1px 0;\n}\n.tp-qbtn:hover { background: #fff0f5; color: #ad1457; }\n.tp-qicon { color: #ec407a; flex-shrink: 0; font-size: 11px; transition: transform 0.2s; }\n.tp-qicon.open { transform: rotate(90deg); }\n\n\/* --- DOCS --- *\/\n.tp-docs {\n  padding: 3px 0 4px 14px; \n  border-left: 2px dashed #f8bbd0;\n  margin-left: 12px; \n  display: none; \n  flex-direction: column; \n  gap: 3px;\n  animation: tpSlide 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n  \n  max-height: 250px;       \n  overflow-y: auto;        \n  padding-right: 6px;      \n}\n.tp-docs.open { display: flex; }\n\n.tp-docs::-webkit-scrollbar { width: 5px; }\n.tp-docs::-webkit-scrollbar-track { background: #fff0f5; border-radius: 4px; }\n.tp-docs::-webkit-scrollbar-thumb { background: #f48fb1; border-radius: 4px; }\n.tp-docs::-webkit-scrollbar-thumb:hover { background: #d81b60; }\n\n.tp-doc {\n  display: flex; align-items: center; gap: 6px;\n  padding: 5px 8px; border-radius: 6px;\n  text-decoration: none; color: #4a2c3a;\n  font-size: 0.65rem; font-family: 'Open Sans', sans-serif; font-weight: 500;\n  transition: var(--tr); border: 1px solid transparent;\n}\n.tp-doc:hover {\n  background: linear-gradient(90deg, #fff0f5, #fff5f8);\n  border-color: #f8bbd0; color: #ad1457; transform: translateX(2px);\n}\n.tp-badge {\n  flex-shrink: 0; font-family: 'Montserrat', sans-serif;\n  font-size: 0.55rem; font-weight: 800;\n  padding: 2px 5px; border-radius: 3px; letter-spacing: 0.04em;\n}\n.tp-badge.pdf  { background: #ffebee; color: #c62828; }\n.tp-badge.xlsx { background: #e8f5e9; color: #2e7d32; }\n.tp-docname { flex: 1; line-height: 1.3; word-break: break-all; }\n.tp-docicon { flex-shrink: 0; color: #f48fb1; font-size: 12px; }\n<\/style>\n\n<div class=\"tp-root\" id=\"tp-portal\">\n  <div class=\"tp-grid\" id=\"tp-grid\"><\/div>\n<\/div>\n\n<script>\n(function () {\n\nvar IMAGENES = [\n  \/* Fracci\u00f3n I    *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/1.png\",\n  \/* Fracci\u00f3n II   *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/2.png\",\n  \/* Fracci\u00f3n III  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/3.png\",\n  \/* Fracci\u00f3n IV   *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/4.png\",\n  \/* Fracci\u00f3n V    *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/5.png\",\n  \/* Fracci\u00f3n VI   *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/6.png\",\n  \/* Fracci\u00f3n VII  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/7.png\",\n  \/* Fracci\u00f3n VIII *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/8.png\",\n  \/* Fracci\u00f3n IX   *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/9.png\",\n  \/* Fracci\u00f3n X    *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/10.png\",\n  \/* Fracci\u00f3n XI   *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/11.png\",\n  \/* Fracci\u00f3n XII  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/12.png\",\n  \/* Fracci\u00f3n XIII *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/13.png\",\n  \/* Fracci\u00f3n XIV  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/14.png\",\n  \/* Fracci\u00f3n XV   *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/15.png\",\n  \/* Fracci\u00f3n XVI  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/16.png\",\n  \/* Fracci\u00f3n XVIII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/18.png\",\n  \/* Fracci\u00f3n XIX  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/19.png\",\n  \/* Fracci\u00f3n XXII *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/22.png\",\n  \/* Fracci\u00f3n XXIII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/23.png\",\n  \/* Fracci\u00f3n XXIV *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/24.png\",\n  \/* Fracci\u00f3n XXV  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/25.png\",\n  \/* Fracci\u00f3n XXVII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/27.png\",\n   \/* Fracci\u00f3n XXVII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/28.png\",\n  \/* Fracci\u00f3n XXIX *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/29.png\",\n  \/* Fracci\u00f3n XXX  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/30.png\",\n  \/* Fracci\u00f3n XXXI *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/31.png\",\n  \/* Fracci\u00f3n XXXII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/32.png\",\n  \/* Fracci\u00f3n XXXIII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/33.png\",\n  \/* Fracci\u00f3n XXXV *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/35.png\",\n  \/* Fracci\u00f3n XXXVI*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/36.png\",\n  \/* Fracci\u00f3n XXXVII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/37.png\",\n  \/* Fracci\u00f3n XXXVIII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/38.png\",\n  \/* Fracci\u00f3n XXXIX*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/39.png\",\n  \/* Fracci\u00f3n XLI  *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/41.png\",\n  \/* Fracci\u00f3n XLII *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/42.png\",\n  \/* Fracci\u00f3n XLIII*\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/43.png\",\n  \/* Fracci\u00f3n XLVI *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/46.png\",\n  \/* Fracci\u00f3n ULTIMO *\/ \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/02\/ultimo.png\"\n];\n\nvar FRACCIONES = [\n  [\"I\",\"Marco Normativo\"],[\"II\",\"Estructura Org\u00e1nica\"],[\"III\",\"Facultades de Cada \u00c1rea\"],\n  [\"IV\",\"Planes Federal, Estatal, Municipal y OROMAPAS\"],[\"V\",\"Indicadores de Inter\u00e9s P\u00fablico\"],\n  [\"VI\",\"Directorio de Servidores P\u00fablicos\"],\n  [\"VII\",\"Remuneraci\u00f3n de Servidores P\u00fablicos\"],[\"VIII\",\"Vi\u00e1ticos\"],[\"IX\",\"Total de Plazas\"],\n  [\"X\",\"Contratos de Servicios Profesionales\"],[\"XI\",\"Declaraci\u00f3n Patrimonial\"],\n  [\"XII\",\"Unidad y Comit\u00e9 de Transparencia\"],[\"XIII\",\"Convocatoria a Concursos\"],\n  [\"XIV\",\"Programa de Subsidios\"],[\"XV\",\"Convenios de Trabajo\"],\n  [\"XVI\",\"Informaci\u00f3n Curricular\"],\n  [\"XVIII\",\"Tramites y Servicios\"],[\"XIX \",\"Informaci\u00f3n Presupuestal\"],\n  [\"XXII\",\"Programas de Apoyo\"],\n  [\"XXIII\",\"Enajenaci\u00f3n de Bienes\"],[\"XXIV\",\"Informes de Actividades\"],\n  [\"XXV\",\"Estad\u00edsticas Generadas\"],\n  [\"XXVII\",\"Mecanismos de Participaci\u00f3n Ciudadana\"],\n  [\"XXIX\",\"Padrones de Beneficiarios\"],[\"XXX\",\"Programas de Mejora Regulatoria\"],\n  [\"XXXI\",\"Resoluciones y Laudos\"],[\"XXXII\",\"Normas de Control Interno\"],\n  [\"XXXIII\",\"Auditor\u00edas Realizadas\"],\n  [\"XXXV\",\"Programas Anuales de Auditor\u00eda\"],[\"XXXVI\",\"Sistema de Control Interno\"],\n  [\"XXXVII\",\"Informes de Gesti\u00f3n\"],[\"XXXVIII\",\"Adquisiciones y Contratos\"],\n  [\"XXXIX\",\"Obras P\u00fablicas\"],[\"XLI\",\"Cat\u00e1logo de Proveedores\"],\n  [\"XLII\",\"Precios Unitarios\"],[\"XLIII\",\"Costos de Proyectos\"],[\"XLV\",\"Acuerdo de Transparencia\"],\n  [\"XLVI\",\"Informaci\u00f3n Adicional I\"],[\"XLVII\",\"Informaci\u00f3n Adicional II\"]\n];\n\nvar YEARS = [2026, 2025, 2024, 2023, 2022, 2021, 2020, 2019, 2018];\nvar QUARTERS = [\"Trimestre I\", \"Trimestre II\", \"Trimestre III\", \"Trimestre IV\"];\n\nfunction getDocuments(fi, yr, qi) {\n  if (fi === 0) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"I. Normatividad Aplicable \/Segundo Trimestre\", url:\"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/1%20FRACCION-LGT%20I.xlsx\" }];\n       if (qi === 2) return [{ nombre: \"I. Normatividad Aplicable \/Segundo Trimestre\", url:\"\" }];\n       if (qi === 3) return [{ nombre: \"I. Normatividad Aplicable \/Segundo Trimestre\", url:\"\" }];\n    }\n  }\n  else if (fi === 1) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"II.1 Estructura Org\u00e1nica \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/2%20FRACCION%20-LGT%20II%20(1).xlsx\" },\n        { nombre: \"II.2 Organigrama \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/2%20FRACCION%20-LGT%20II%20(2).xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"II.1 Estructura Org\u00e1nica \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"II.2 Organigrama \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"II.1 Estructura Org\u00e1nica \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"II.2 Organigrama \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 2) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"III Facultades de cada \u00e1rea \/Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/3%20FRACCION-LGT%20III.xlsx\" }];\n      if (qi === 2) return [{ nombre: \"III Facultades de cada \u00e1rea \/Tercer trimestre 2026\", url: \"\" }];\n      if (qi === 3) return [{ nombre: \"III Facultades de cada \u00e1rea \/Cuaro trimestre 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 3) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"IV. Objetivos y Metas Institucionales 2026\", url: \"\" }];\n      if (qi === 2) return [{ nombre: \"IV. Objetivos y Metas Institucionales 2026\", url: \"\" }];\n      if (qi === 3) return [{ nombre: \"IV. Objetivos y Metas Institucionales 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 4) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"V.1 Indicadores de Inter\u00e9s P\u00fablico \/Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/5%20FRACCION%20-LGT%20V(1).xlsx\" },\n        { nombre: \"V.2 Indicadores de Formatos y Resultados \/ Segundo Trimestre\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/5%20FRACCION%20-LGT%20V(2).xlsx\" }\n      ];\n        if (qi === 2) return [\n        { nombre: \"V.1 Indicadores de Inter\u00e9s P\u00fablico \/Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"V.2 Indicadores de Formatos y Resultados \/ Tercer Trimestre\", url: \"\" }\n      ];\n        if (qi === 3) return [\n        { nombre: \"V.1 Indicadores de Inter\u00e9s P\u00fablico \/Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"V.2 Indicadores de Formatos y Resultados \/ Cuarto Trimestre\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 5) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"VI. Directorio \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/6%20FRACCION%20-LGT%20VI.xlsx\" }];\n      if (qi === 2) return [{ nombre: \"VI. Directorio \/ Tercer trimestre 2026\", url: \"\" }];\n      if (qi === 3) return [{ nombre: \"VI. Directorio \/ Cuarto trimestre 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 6) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"VII.1 Remuneraci\u00f3n bruta y neta \/ Segundo trimestre 2026\", url: \"\" },\n        { nombre: \"VII.2 Tabulador de sueldos y salarios \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/7%20FRACCION-LGT%20VII(2).xlsx\" }\n      ];\n       if (qi === 2) return [\n        { nombre: \"VII.1 Remuneraci\u00f3n bruta y neta \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"VII.2 Tabulador de sueldos y salarios \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n       if (qi === 3) return [\n        { nombre: \"VII.1 Remuneraci\u00f3n bruta y neta \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"VII.2 Tabulador de sueldos y salarios \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 7) {\n    if (yr === 2026) {\n      if (qi ===1) return [{ nombre: \"VIII. Gastos por Concepto de Vi\u00e1ticos y Gastos de Representaci\u00f3n \/ Segundo trimestre 2026\", url: \"\" }];\n      if (qi ===2) return [{ nombre: \"VIII. Gastos por Concepto de Vi\u00e1ticos y Gastos de Representaci\u00f3n \/ Tercer trimestre 2026\", url: \"\" }];\n      if (qi ===3) return [{ nombre: \"VIII. Gastos por Concepto de Vi\u00e1ticos y Gastos de Representaci\u00f3n \/ Cuarto trimestre 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 8) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"IX.1 Plazas vacantes y ocupadas. \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/9%20FRACCION-LGT%20IX%20(1).xlsx\" },\n        { nombre: \"IX.2 Total de plazas vacantes y ocupadas del personal de base y confianza. \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/9%20FRACCION-LGT%20IX%20(2).xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"IX.1 Plazas vacantes y ocupadas. \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"IX.2 Total de plazas vacantes y ocupadas del personal de base y confianza. \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"IX.1 Plazas vacantes y ocupadas. \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"IX.2 Total de plazas vacantes y ocupadas del personal de base y confianza. \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 9) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"X. Personal Contratado por Honorarios \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/10%20FRACCION%20-LGT%20X.xlsx\" }];\n       if (qi === 2) return [{ nombre: \"X. Personal Contratado por Honorarios \/ Tercer trimestre 2026\", url: \"\" }];\n       if (qi === 3) return [{ nombre: \"X. Personal Contratado por Honorarios \/ Cuarto trimestre 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 10) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"XI. Declaraciones de Situaci\u00f3n Patrimonial \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/11%20FRACCION-LGT%20XI.xlsx\" }];\n      if (qi === 2) return [{ nombre: \"XI. Declaraciones de Situaci\u00f3n Patrimonial \/ Tercer trimestre 2026\", url: \"\" }];\n      if (qi === 3) return [{ nombre: \"XI. Declaraciones de Situaci\u00f3n Patrimonial \/ Cuarto trimestre 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 11) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \" XII. UNIDAD DE TRANSPARENCIA (UT) \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/12%20FRACCION%20%20LGT-XII.xlsx\" }\n      ];\n      if (qi === 2) return [\n      \n        { nombre: \" XII. UNIDAD DE TRANSPARENCIA (UT) \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        \n        { nombre: \" XII. UNIDAD DE TRANSPARENCIA (UT) \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 12) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"XIII. Concursos, Convocatorias, Invitaciones o Avisos para Ocupar Cargos P\u00fablicos \/ Segundo  trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/13%20FRACCION%20-LGT%20XIII.xlsx\" }];\n      if (qi === 2) return [{ nombre: \"XIII. Concursos, Convocatorias, Invitaciones o Avisos para Ocupar Cargos P\u00fablicos \/ Tercer trimestre 2026\", url: \"\" }];\n      if (qi === 3) return [{ nombre: \"XIII. Concursos, Convocatorias, Invitaciones o Avisos para Ocupar Cargos P\u00fablicos \/ Cuarto  trimestre 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 13) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XIV.1 Padr\u00f3n de beneficiarios de programas sociales\/Segundo Trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/14%20FRACCION-LGT%20XIV%281%29.xlsx\" },\n        { nombre: \"XIV.2 Programas sociales\/Segundo Trimestre\", url: \"\" }\n      ];\n       if (qi === 2) return [\n        { nombre: \"XIV.1 Padr\u00f3n de beneficiarios de programas sociales\/Tercer Trimestre 2026\", url: \"\" },\n        { nombre: \"XIV.2 Programas sociales\/Tercer Trimestre\", url: \"\" }\n      ];\n       if (qi === 3) return [\n        { nombre: \"XIV.1 Padr\u00f3n de beneficiarios de programas sociales\/Cuarto Trimestre 2026\", url: \"\" },\n        { nombre: \"XIV.2 Programas sociales\/Cuarto Trimestre\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 14) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XV.1 Normatividad Laboral \/Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/15%20FRACCION-LGT%20XV(1).xlsx\" },\n        { nombre: \"XV.2 Recursos P\u00fablicos Entregados a Sindicatos \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/15%20FRACCION-LGT%20XV.2.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XV.1 Normatividad Laboral \/Segundo trimestre 2026\", url: \"\" },\n        { nombre: \"XV.2 Recursos P\u00fablicos Entregados a Sindicatos \/ Segundo trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XV.1 Normatividad Laboral \/Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XV.2 Recursos P\u00fablicos Entregados a Sindicatos \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 15) {\n    if (yr === 2026) {\n      if (qi === 1) return [{ nombre: \"XVI. Informaci\u00f3n curricular y sanciones administrativas \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/16%20FRACCION-LGT%20XVI.xlsx\" }];\n       if (qi === 2) return [{ nombre: \"XVI. Informaci\u00f3n curricular y sanciones administrativas \/ Tercer trimestre 2026\", url: \"\" }];\n       if (qi ===3) return [{ nombre: \"XVI. Informaci\u00f3n curricular y sanciones administrativas \/ Cuarto trimestre 2026\", url: \"\" }];\n    }\n  }\n  else if (fi === 16) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XVIII.1 Tr\u00e1mites \/ Segundo Trimestre\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/18%20FRACCION%20-LGT%20XVIII%20%20(1).xlsx\" },\n        { nombre: \"XVIII.2 Servicios que Ofrece \/ Segundo Trimestre\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/18%20FRACCION-LGT%20XVIII%20(2).xlsx\" }\n      ];\n        if (qi === 2) return [\n      { nombre: \"XVIII.1 Tr\u00e1mites \/ Tercer Trimestre\", url: \"\" },\n        { nombre: \"XVIII.2 Servicios que Ofrece \/ Tercer Trimestre\", url: \"\" }\n      ];\n        if (qi === 3) return [\n        { nombre: \"XVIII.1 Tr\u00e1mites \/ Cuarto Trimestre\", url: \"\" },\n        { nombre: \"XVIII.2 Servicios que Ofrece \/ Cuarto Trimestre\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 17) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XIX.1 Cuenta P\u00fablica \/ Anual\", url: \"\" },\n        { nombre: \"XIX.2 Informaci\u00f3n Financiera de Presupuesto Asignado \/Anual 2026\", url: \"\" },\n        { nombre: \"XIX.3 Informaci\u00f3n Financiera \/ Segundo Trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/19%20FRACCION%20-LGT%20XIX%20(3).xlsx\" }\n      ];\n       if (qi === 2) return [\n        { nombre: \"XIX.1 Cuenta P\u00fablica \/ Anual\", url: \"\" },\n        { nombre: \"XIX.2 Informaci\u00f3n Financiera de Presupuesto Asignado \/Anual 2026\", url: \"\" },\n      { nombre: \"XIX.3 Informaci\u00f3n Financiera \/ Tercer Trimestre 2026\", url: \"\" }\n      ];\n       if (qi === 3) return [\n        { nombre: \"XIX.1 Cuenta P\u00fablica \/ Anual\", url: \"\" },\n        { nombre: \"XIX.2 Informaci\u00f3n Financiera de Presupuesto Asignado \/Anual 2026\", url: \"\" },\n        { nombre: \"XIX.3 Informaci\u00f3n Financiera \/ Cuarto Trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 18) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXII. Resultados de Auditor\u00edas Realizadas \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/22%20FRACCION-%20LGT%20XXII.xlsx\" }\n      ];\n       if (qi === 2) return [\n        { nombre: \"XXII. Resultados de Auditor\u00edas Realizadas \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n       if (qi === 3) return [\n        { nombre: \"XXII. Resultados de Auditor\u00edas Realizadas \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 19) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXIII. Resultados de la Dictaminaci\u00f3n de los Estados Financieros \/ ANUAL 2026\", url: \"\" }\n      ];\n       if (qi === 2) return [\n        { nombre: \"XXIII. Resultados de la Dictaminaci\u00f3n de los Estados Financieros \/ ANUAL 2026\", url: \"\" }\n      ];\n       if (qi === 3) return [\n        { nombre: \"XXIII. Resultados de la Dictaminaci\u00f3n de los Estados Financieros \/ ANUAL 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 20) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXIV. Personas F\u00edsicas o Morales a Quienes se Asigna o Permite Usar Recursos P\u00fablicos \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/24%20FRACCION-LGT%20XXIV.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXIV. Personas F\u00edsicas o Morales a Quienes se Asigna o Permite Usar Recursos P\u00fablicos \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXIV. Personas F\u00edsicas o Morales a Quienes se Asigna o Permite Usar Recursos P\u00fablicos \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 21) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXV. Las Concesiones, Contratos, Convenios, Permisos, Licencias o Autorizaciones Otorgados \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/25%20FRACCION-LGT%20XXV.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXV. Las Concesiones, Contratos, Convenios, Permisos, Licencias o Autorizaciones Otorgados \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXV. Las Concesiones, Contratos, Convenios, Permisos, Licencias o Autorizaciones Otorgados \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n    \n  else if (fi === 22) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXVII. Informes Emitidos \/ Segundo trimestre 2026\", url: \"\" }];\n       if (qi === 2) return [ { nombre: \"XXVII. Informes Emitidos \/ Tercer trimestre 2026\", url: \"\" }];\n       if (qi === 3) return [{ nombre: \"XXVII. Informes Emitidos \/ Cuarto trimestre 2026\", url: \"\" }];\n    }\n  } \n  else if (fi === 23) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXVIII. Estad\u00edsticas generadas \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/28%20FRACCION-LGT%20XXVIII.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXVIII. Estad\u00edsticas generadas \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXVIII. Estad\u00edsticas generadas \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n    \n  else if (fi === 24) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXIX.1 Gasto por Cap\u00edtulo, Concepto y Partida \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/29%20FRACCION%20-LGT%20XXIX%20%281%29.xlsx\" },\n        { nombre: \"XXIX.2 Informes Financieros Contables, Presupuestales y Program\u00e1ticos \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/29%20FRACCION-LGT%20XXIX%20%282%29.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXIX.1 Gasto por Cap\u00edtulo, Concepto y Partida \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XXIX.2 Informes Financieros Contables, Presupuestales y Program\u00e1ticos \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXIX.1 Gasto por Cap\u00edtulo, Concepto y Partida \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XXIX.2 Informes Financieros Contables, Presupuestales y Program\u00e1ticos \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 25) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXX Padr\u00f3n de proveedores y contratistas \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/30%20FRACCION%20-LGT%20XXX.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXX Padr\u00f3n de proveedores y contratistas \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXX Padr\u00f3n de proveedores y contratistas \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n    else if (fi === 26) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXXI. Convenios de Coordinaci\u00f3n, de Concertaci\u00f3n con el Sector Social o Privado \/ Segundo trimestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/31%20FRACCION-LGT%20XXX%20%281%29.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXXI. Convenios de Coordinaci\u00f3n, de Concertaci\u00f3n con el Sector Social o Privado \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXXI. Convenios de Coordinaci\u00f3n, de Concertaci\u00f3n con el Sector Social o Privado \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 27) {\n    if (yr === 2026) {\n      if (qi === 2) return [\n      { nombre: \"XXXII.1 Inventario de bienes muebles e Inmuebles donados \/ Segundo semestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/32%20FRACCION%20-LGT%20XXXII%281%29.xlsx\" },\n      { nombre: \"XXXII.2 Inventario de Bienes Muebles_1 \/ Segundo semestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/32%20FRACCION%20-LGT%20XXXII%282%29.xlsx   \" },\n      { nombre: \"XXXII.3 Inventario de Altas Practicadas a Bienes Inmuebles \/ Segundo semestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/32%20%20FRACCION%20-%20LGT%20XXXII%20%283%29.xlsx\" },\n      { nombre: \"XXXII.4 Inventario de Bajas Practicadas a Bienes Inmuebles \/ Segundo semestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/32%20FRACCION%20-LGT%20XXXII%20%284%29.xlsx   \" },\n      { nombre: \"XXXII.5 Inventario de Altas Practicadas a Bienes Muebles \/ Segundo semestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/32%20FRACCION-LGT%20XXXII%20%285%29.xlsx   \" },\n      { nombre: \"XXXII.6 Inventario de Bajas Practicadas a Bienes Muebles \/ Segundo semestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/32%20FRACCION%20-LGT%20XXXII%20%286%29.xlsx\" },\n      { nombre: \"XXXII.7 Inventario de Bienes Inmuebles \/ Segundo semestre 2026\", url: \"https:\/\/www.dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/32%20FRACCION%20-LGT%20XXXII%20%28%207%29.xlsx\" }];\n    }\n  }\n  else if (fi === 28) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXXIII.1 Recomendaciones Emitidas por la Comisi\u00f3n Nacional de Derechos Humanos \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/33%20FRACCION%20-LGT%20XXXIII%20(1).xlsx\" },\n        { nombre: \"XXXIII.2 Casos especiales Emitidos por la Comisi\u00f3n Nacional de Derechos Humanos \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/33%20FRACCION%20-LGT%20XXXIII%20(2).xlsx\" },\n        { nombre: \"XXXIII.3 Recomendaciones Emitidas por Organismos Internacionales \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/33%20FRACCION%20-%20LGT%20XXXIII%20(%203).xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXXIII.1 Recomendaciones Emitidas por la Comisi\u00f3n Nacional de Derechos Humanos \/ Tecer trimestre 2026\", url: \"\" },\n        { nombre: \"XXXIII.2 Casos especiales Emitidos por la Comisi\u00f3n Nacional de Derechos Humanos \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XXXIII.3 Recomendaciones Emitidas por Organismos Internacionales \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXXIII.1 Recomendaciones Emitidas por la Comisi\u00f3n Nacional de Derechos Humanos \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XXXIII.2 Casos especiales Emitidos por la Comisi\u00f3n Nacional de Derechos Humanos \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XXXIII.3 Recomendaciones Emitidas por Organismos Internacionales \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 29) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXXV.1 Resultados de los Mecanismos de Participaci\u00f3n Ciudadana \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/35%20%20FRACCION%20-%20LGT%20XXXV(1).xlsx\" },\n      { nombre: \"XXXV.2 Mecanismos de Participaci\u00f3n Ciudadana \/ Segundo trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXXV.1 Resultados de los Mecanismos de Participaci\u00f3n Ciudadana \/ Tercer trimestre 2026\", url: \"\" },\n      { nombre: \"XXXV.2 Mecanismos de Participaci\u00f3n Ciudadana \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXXV.1 Resultados de los Mecanismos de Participaci\u00f3n Ciudadana \/ Cuarto trimestre 2026\", url: \"\" },\n      { nombre: \"XXXV.2 Mecanismos de Participaci\u00f3n Ciudadana \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n\n   else if (fi === 30) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXXVI.1 Programas que ofrece \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/36%20FRACCION%20-%20LGT%20XXXVI%20(1).xlsx\" },\n        { nombre: \"XXXVI.2 Tramites para acceder a programas que ofrecen \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/36%20FRACCION%20-LGT%20XXXVI%20(2).xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXXVI.1 Programas que ofrece \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVI.2 Tramites para acceder a programas que ofrecen \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXXVI.1 Programas que ofrece \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVI.2 Tramites para acceder a programas que ofrecen \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 31) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXXVII.1 a Informe de sesiones del Comit\u00e9 de Transparencia. \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/37%20FRACCION%20LGT-XXXVII.1.xlsx\" },\n        { nombre: \"XXXVII.2 Informe de Resoluciones de las acciones y pol\u00edticas del Comit\u00e9 de Transparencia \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/37%20FRACCION%20LGT-XXXVII.2.xlsx\" },\n        { nombre: \"XXXVII.3 Integrantes del Comit\u00e9 de Transparencia \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/37%20FRACCION-LGT%20XXXVII.3.xlsx\" },\n        { nombre: \"XXXVII.4 Calendario de sesiones y actas del Comit\u00e9 de Transparencia \/ ANUAL 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/37%20FRACCION%20-LGT%20XXXVII.4.xlsx\" }\n      ];\n       if (qi === 2) return [\n        { nombre: \"XXXVII.1 a Informe de sesiones del Comit\u00e9 de Transparencia. \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVII.2 Informe de Resoluciones de las acciones y pol\u00edticas del Comit\u00e9 de Transparencia \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVII.3 Integrantes del Comit\u00e9 de Transparencia \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVII.4 Calendario de sesiones y actas del Comit\u00e9 de Transparencia \/ ANUAL 2026\", url: \"\" }\n      ];\n       if (qi === 3) return [\n        { nombre: \"XXXVII.1 a Informe de sesiones del Comit\u00e9 de Transparencia. \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVII.2 Informe de Resoluciones de las acciones y pol\u00edticas del Comit\u00e9 de Transparencia \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVII.3 Integrantes del Comit\u00e9 de Transparencia \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XXXVII.4 Calendario de sesiones y actas del Comit\u00e9 de Transparencia \/ ANUAL 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 32) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXXVIII. Evaluaciones y Encuestas a Programas Financiados con Recursos P\u00fablicos 2026\", url: \"\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXXVIII. Evaluaciones y Encuestas a Programas Financiados con Recursos P\u00fablicos 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXXVIII. Evaluaciones y Encuestas a Programas Financiados con Recursos P\u00fablicos 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 33) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XXXIX. Estudios Financiados con Recursos P\u00fablicos \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/39%20%20FRACCION-LGT%20XXXIX.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XXXIX. Estudios Financiados con Recursos P\u00fablicos \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XXXIX. Estudios Financiados con Recursos P\u00fablicos \/Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 34) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XLI.1 Ingresos Recibidos \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/41%20%20FRACCION-LGT%20XLI(1).xlsx\" },\n        { nombre: \"XLI.2 Responsables de Recibir, Administrar y Ejercer los Ingresos \/ Segundo trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XLI.1 Ingresos Recibidos \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XLI.2 Responsables de Recibir, Administrar y Ejercer los Ingresos \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XLI.1 Ingresos Recibidos \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XLI.2 Responsables de Recibir, Administrar y Ejercer los Ingresos \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 35) {\n    if (yr === 2026) {\n      if (qi === 2) return [\n        { nombre: \"XLIIa. Donaciones en Dinero Realizadas \/ Segundo semestre 2026\", url: \"\" },\n        { nombre: \"XLIIb. Donaciones en Especie Realizadas \/ Segundo semestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 36) {\n    if (yr === 2026) {\n      if (qi === 2) return [\n        { nombre: \"XLIII.1 Inventarios documentales \/ Segundo trimestre 2026\", url: \"\" },\n        { nombre: \"XLIII.2 \u00cdndice de expedientes \/ Segundo semestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 37) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"XLVI.1 Informaci\u00f3n de inter\u00e9s p\u00fablico \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/46%20FRACCION-LGT%20XLVI.1.xlsx\" },\n        { nombre: \"XLVI.2 Preguntas Frecuentes \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/46%20FRACCION-LGT%20XLVI.2.xlsx\" },\n        { nombre: \"XLVI.3 Transparencia Proactiva \/ Segundo trimestre 2026\", url: \"https:\/\/dif.municipiodelnayar.gob.mx\/wp-content\/uploads\/2026\/09\/Transparencia\/03\/Fracciones2doTrimestre\/46%20FRACCION%20-LGT%20XLVI.3.xlsx\" }\n      ];\n      if (qi === 2) return [\n        { nombre: \"XLVI.1 Informaci\u00f3n de inter\u00e9s p\u00fablico \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XLVI.2 Preguntas Frecuentes \/ Tercer trimestre 2026\", url: \"\" },\n        { nombre: \"XLVI.3 Transparencia Proactiva \/ Tercer trimestre 2026\", url: \"\" }\n      ];\n      if (qi === 3) return [\n        { nombre: \"XLVI.1 Informaci\u00f3n de inter\u00e9s p\u00fablico \/ Cuarto  trimestre 2026\", url: \"\" },\n        { nombre: \"XLVI.2 Preguntas Frecuentes \/ Cuarto trimestre 2026\", url: \"\" },\n        { nombre: \"XLVI.3 Transparencia Proactiva \/ Cuarto trimestre 2026\", url: \"\" }\n      ];\n    }\n  }\n  else if (fi === 38) {\n    if (yr === 2026) {\n      if (qi === 1) return [\n        { nombre: \"Rubros Aplicables a la P\u00e1gina de Internet \/ Segundo trimestre 2026\", url: \"\" }];\n       if (qi === 2) return [\n        { nombre: \"Rubros Aplicables a la P\u00e1gina de Internet \/ Tercer trimestre 2026\", url: \"\" }];\n       if (qi === 3) return [\n        { nombre: \"Rubros Aplicables a la P\u00e1gina de Internet \/ Cuarto trimestre 2026\", url: \"\" }];\n    }\n  }\n  \n  return []; \n}\n\nvar grid = document.getElementById(\"tp-grid\");\nfunction fileExt(n) { return ((n || \"\").split(\".\").pop() || \"\").toUpperCase(); }\n\nfunction buildDoc(doc) {\n  var e = fileExt(doc.nombre);\n  var badgeClass = e === \"XLSX\" ? \"xlsx\" : \"pdf\";\n  if (!e || e.length > 4) e = \"PDF\"; \n  \n  var a = document.createElement(\"a\");\n  a.className = \"tp-doc\"; a.href = doc.url || \"#\"; a.target = doc.url ? \"_blank\" : \"_self\"; a.rel = \"noopener\";\n  \n  if(!doc.url) {\n    a.addEventListener(\"click\", function(e) { e.preventDefault(); });\n  }\n\n  a.innerHTML = '<span class=\"tp-badge '+badgeClass+'\">'+e+'<\/span>'+\n    '<span class=\"tp-docname\">'+doc.nombre+'<\/span><span class=\"tp-docicon\">\ud83d\udcc4<\/span>';\n  return a;\n}\n\nfunction buildQuarter(fi, yr, qi) {\n  var docList = getDocuments(fi, yr, qi);\n  if (docList.length === 0) return document.createDocumentFragment();\n  var wrap = document.createElement(\"div\");\n  var btn = document.createElement(\"button\"); btn.className = \"tp-qbtn\";\n  \n  var nombreCarpeta = QUARTERS[qi]; \n\n  \/\/ --- NUEVA L\u00d3GICA AUTOM\u00c1TICA PARA SEMESTRES ---\n  \/\/ Si alguno de los documentos de esta carpeta incluye la palabra \"semestre\", adaptamos el texto:\n  var esSemestral = docList.some(function(d) {\n    return d.nombre.toLowerCase().includes(\"semestre\");\n  });\n\n  if (esSemestral) {\n    if (qi === 0 || qi === 1) {\n      nombreCarpeta = \"Primer Semestre\";\n    } else if (qi === 2 || qi === 3) {\n      nombreCarpeta = \"Segundo Semestre\";\n    }\n  }\n  \/\/ ----------------------------------------------\n\n  if (qi === 4) {\n    if (fi === 0) {\n      nombreCarpeta = \"Leyes y Normativas Aplicables\";\n    } else if (fi === 20) {\n      nombreCarpeta = \"Reportes, Informes y Cierres Anuales\";\n    } else {\n      nombreCarpeta = \"Documentaci\u00f3n Complementaria\";\n    }\n  }\n  \n  btn.innerHTML = '<span class=\"tp-qicon\">\u25b6<\/span><span>\ud83d\udcc1<\/span><span>'+nombreCarpeta+'<\/span>';\n  \n  var docs = document.createElement(\"div\"); docs.className = \"tp-docs\";\n  docList.forEach(function(d) { docs.appendChild(buildDoc(d)); });\n  \n  btn.addEventListener(\"click\", function() {\n    var open = docs.classList.contains(\"open\");\n    var p = wrap.parentElement;\n    if (p) {\n      p.querySelectorAll(\".tp-docs.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n      p.querySelectorAll(\".tp-qicon.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n    }\n    if (!open) { docs.classList.add(\"open\"); btn.querySelector(\".tp-qicon\").classList.add(\"open\"); }\n  });\n  wrap.appendChild(btn); wrap.appendChild(docs);\n  return wrap;\n}\n  \nfunction buildYear(fi, yr) {\n  var tieneArchivos = false;\n  \n  for (var q = 0; q < QUARTERS.length; q++) {\n    if (getDocuments(fi, yr, q).length > 0) {\n      tieneArchivos = true;\n      break;\n    }\n  }\n\n  if (!tieneArchivos) {\n    if ((fi === 0 && yr === 2026) || (fi === 20 && (yr === 2019 || yr === 2018))) {\n      if (getDocuments(fi, yr, 4).length > 0) {\n        tieneArchivos = true;\n      }\n    }\n  }\n\n  if (!tieneArchivos) return document.createDocumentFragment();\n  \n  var wrap = document.createElement(\"div\"); wrap.className = \"tp-year-row\";\n  var btn = document.createElement(\"button\");\n  btn.className = \"tp-year-btn\";\n  btn.innerHTML = '<span class=\"tp-year-icon\">\u25b6<\/span><span class=\"tp-year-cal\">\ud83d\udcc5<\/span><span>'+yr+'<\/span>';\n  \n  var qs = document.createElement(\"div\"); qs.className = \"tp-quarters\";\n  \n  if ((fi === 0 && yr === 2026) || (fi === 20 && (yr === 2019 || yr === 2018))) {\n    qs.appendChild(buildQuarter(fi, yr, 4));\n  }\n  \n  QUARTERS.forEach(function(_, qi) { qs.appendChild(buildQuarter(fi, yr, qi)); });\n  \n  btn.addEventListener(\"click\", function() {\n    var open = qs.classList.contains(\"open\");\n    var p = wrap.parentElement;\n    if (p) {\n      p.querySelectorAll(\".tp-quarters.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n      p.querySelectorAll(\".tp-year-icon.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n      p.querySelectorAll(\".tp-docs.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n      p.querySelectorAll(\".tp-qicon.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n    }\n    if (!open) { qs.classList.add(\"open\"); btn.querySelector(\".tp-year-icon\").classList.add(\"open\"); }\n  });\n  \n  wrap.appendChild(btn); wrap.appendChild(qs);\n  return wrap;\n}\n\nfunction buildCell(fi) {\n  var cell = document.createElement(\"div\"); cell.className = \"tp-cell\";\n  var btn = document.createElement(\"button\"); btn.className = \"tp-img-btn\";\n  btn.title = \"Fracci\u00f3n \"+FRACCIONES[fi][0]+\" \u2014 \"+FRACCIONES[fi][1];\n  \n  var img = document.createElement(\"img\");\n  img.src = IMAGENES[fi];\n  img.alt = \"Fracci\u00f3n \"+FRACCIONES[fi][0]+\" \u2014 \"+FRACCIONES[fi][1];\n  img.draggable = false;\n  \n  var overlay = document.createElement(\"div\"); overlay.className = \"tp-img-overlay\";\n  btn.appendChild(img); btn.appendChild(overlay);\n  \n  var panel = document.createElement(\"div\"); panel.className = \"tp-panel\";\n  var inner = document.createElement(\"div\"); inner.className = \"tp-panel-inner\";\n  \n  if (fi === 45 || fi === 46) {\n    var avisoDiv = document.createElement(\"div\");\n    avisoDiv.style.padding = \"16px 12px\";\n    avisoDiv.style.textAlign = \"center\";\n    avisoDiv.style.backgroundColor = \"#fff0f5\"; \n    avisoDiv.style.borderRadius = \"8px\";\n    avisoDiv.style.borderLeft = \"4px solid #f48fb1\";\n    avisoDiv.style.margin = \"6px 4px\";\n    \n    avisoDiv.innerHTML = \n      '<h4 style=\"font-family: \\'Montserrat\\', sans-serif; color: #c62828; margin: 0 0 6px 0; text-transform: uppercase; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.04em;\">No aplica<\/h4>' +\n      '<p style=\"font-family: \\'Open Sans\\', sans-serif; color: #880e4f; margin: 0; font-size: 0.72rem; font-weight: 600; line-height: 1.4;\">Este ayuntamiento no cuenta con consejo consultivo (conformado por ciudadanos, integrantes de agrupaciones y servidores p\u00fablicos).<\/p>';\n    \n    inner.appendChild(avisoDiv);\n    panel.appendChild(inner);\n    \n    btn.addEventListener(\"click\", function() {\n      var open = panel.classList.contains(\"open\");\n      document.querySelectorAll(\".tp-panel.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n      document.querySelectorAll(\".tp-img-btn.active\").forEach(function(el){ el.classList.remove(\"active\"); });\n      if (!open) { panel.classList.add(\"open\"); btn.classList.add(\"active\"); }\n    });\n    \n    cell.appendChild(btn); cell.appendChild(panel);\n    return cell; \n  }\n\n  YEARS.forEach(function(yr) { inner.appendChild(buildYear(fi, yr)); });\n  panel.appendChild(inner);\n  \n  btn.addEventListener(\"click\", function() {\n    var open = panel.classList.contains(\"open\");\n    document.querySelectorAll(\".tp-panel.open\").forEach(function(el){ el.classList.remove(\"open\"); });\n    document.querySelectorAll(\".tp-img-btn.active\").forEach(function(el){ el.classList.remove(\"active\"); });\n    if (!open) { panel.classList.add(\"open\"); btn.classList.add(\"active\"); }\n  });\n  \n  cell.appendChild(btn); cell.appendChild(panel);\n  return cell;\n}\n\nFRACCIONES.forEach(function(_, fi) { grid.appendChild(buildCell(fi)); });\n  \n})();\n<\/script><div ><a class=\"fusion-button button-3d fusion-button-default-size button-custom fusion-button-default button-1 fusion-button-default-span fusion-has-button-gradient\" style=\"--button_accent_color:#ffffff;--button_accent_hover_color:#78104b;--button_border_hover_color:#ff66c4;--button_gradient_top_color:#ff66c4;--button_gradient_bottom_color:#ff66c4;--button_gradient_top_color_hover:#d65aa0;--button_gradient_bottom_color_hover:#e890c2;--button_margin-left:520px;\" target=\"_self\" href=\"https:\/\/dif.municipiodelnayar.gob.mx\/?page_id=1310\"><span class=\"fusion-button-text\">Anterior<\/span><\/a><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"footnotes":""},"class_list":["post-10383","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=\/wp\/v2\/pages\/10383","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10383"}],"version-history":[{"count":77,"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=\/wp\/v2\/pages\/10383\/revisions"}],"predecessor-version":[{"id":10461,"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=\/wp\/v2\/pages\/10383\/revisions\/10461"}],"wp:attachment":[{"href":"https:\/\/dif.municipiodelnayar.gob.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}