{"id":4188,"date":"2026-08-22T16:38:58","date_gmt":"2026-08-22T16:38:58","guid":{"rendered":"https:\/\/metropoli.edu.mx\/?page_id=4188"},"modified":"2026-09-10T20:44:13","modified_gmt":"2026-09-10T20:44:13","slug":"progama-institucional-ti","status":"publish","type":"page","link":"https:\/\/metropoli.edu.mx\/index.php\/progama-institucional-ti\/","title":{"rendered":"PLAN INSTITUCIONAL TI"},"content":{"rendered":"\n<style>\n  .ti-wrapper {\n    \/* Aqu\u00ed agregamos la fuente Gotham *\/\n    font-family: 'Gotham', Helvetica, Arial, sans-serif;\n    color: var(--color-text-primary, #333);\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 2rem 1.25rem;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Hero header *\/\n  .ti-hero {\n    text-align: center;\n    margin-bottom: 2.5rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px solid rgba(134,30,52,0.15);\n  }\n  .ti-icon-wrap {\n    width: 64px;\n    height: 64px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #861e34 0%, #c79b66 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 1rem;\n  }\n  .ti-icon-wrap svg {\n    width: 32px;\n    height: 32px;\n    fill: none;\n    stroke: #fff;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .ti-hero h2 {\n    font-size: 22px;\n    font-weight: 500;\n    color: #861e34;\n    margin: 0 0 0.5rem;\n  }\n  .ti-hero p {\n    font-size: 15px;\n    color: #666;\n    max-width: 620px;\n    margin: 0 auto;\n  }\n\n  \/* Stats bar *\/\n  .ti-stats {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 2rem;\n    flex-wrap: wrap;\n  }\n  .ti-stat {\n    flex: 1;\n    min-width: 140px;\n    background: #faf9f7;\n    border: 0.5px solid rgba(134,30,52,0.2);\n    border-radius: 10px;\n    padding: 1rem 1.25rem;\n    text-align: center;\n  }\n  .ti-stat-number {\n    font-size: 26px;\n    font-weight: 500;\n    color: #861e34;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n  .ti-stat-label {\n    font-size: 12px;\n    color: #888;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Section label *\/\n  .ti-section-label {\n    font-size: 11px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #999;\n    margin-bottom: 0.75rem;\n    padding-left: 2px;\n  }\n\n  \/* Accordion *\/\n  .ti-acc-container {\n    border-radius: 12px;\n    overflow: hidden;\n    border: 0.5px solid rgba(134,30,52,0.2);\n    background: #fff;\n  }\n  .ti-acc-item {\n    border-bottom: 0.5px solid rgba(134,30,52,0.12);\n  }\n  .ti-acc-item:last-child { border-bottom: none; }\n\n  .ti-acc-title {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 18px 24px;\n    cursor: pointer;\n    background-color: #861e34;\n    color: #fff;\n    font-size: 14px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    transition: background-color 0.25s ease;\n    list-style: none;\n    user-select: none;\n  }\n  .ti-acc-title::-webkit-details-marker { display: none; }\n  .ti-acc-title:hover { background-color: #9e2540; }\n  details[open] .ti-acc-title { background-color: #c79b66; }\n\n  .ti-acc-title-left {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .ti-acc-badge {\n    font-size: 10px;\n    background: rgba(255,255,255,0.2);\n    border-radius: 20px;\n    padding: 2px 9px;\n    letter-spacing: 0;\n    text-transform: none;\n    font-weight: 400;\n  }\n\n  .ti-acc-chevron {\n    width: 20px;\n    height: 20px;\n    flex-shrink: 0;\n    transition: transform 0.3s ease;\n    opacity: 0.85;\n  }\n  details[open] .ti-acc-chevron { transform: rotate(180deg); }\n\n  \/* Content *\/\n  .ti-acc-content {\n    background: #fffbf5;\n  }\n\n  .ti-doc-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 24px;\n    border-bottom: 0.5px solid rgba(134,30,52,0.08);\n    transition: background 0.2s;\n    text-decoration: none;\n    color: inherit;\n  }\n  .ti-doc-item:last-child { border-bottom: none; }\n  .ti-doc-item:hover { background: rgba(199,155,102,0.06); }\n\n  .ti-doc-icon {\n    flex-shrink: 0;\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: rgba(134,30,52,0.08);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n  .ti-doc-icon svg {\n    width: 18px;\n    height: 18px;\n    stroke: #861e34;\n    fill: none;\n    stroke-width: 1.6;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .ti-doc-info { flex: 1; min-width: 0; }\n  .ti-doc-name {\n    font-size: 14px;\n    color: #861e34;\n    line-height: 1.5;\n    margin-bottom: 3px;\n    display: block;\n    text-decoration: none;\n  }\n  .ti-doc-item:hover .ti-doc-name { color: #c79b66; }\n  .ti-doc-meta {\n    font-size: 12px;\n    color: #888;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .ti-doc-meta-dot {\n    width: 3px;\n    height: 3px;\n    border-radius: 50%;\n    background: #aaa;\n  }\n  .ti-doc-pill {\n    font-size: 10px;\n    font-weight: 500;\n    padding: 2px 8px;\n    border-radius: 20px;\n    background: rgba(134,30,52,0.1);\n    color: #861e34;\n    text-transform: uppercase;\n    letter-spacing: 0.4px;\n  }\n\n  .ti-doc-arrow {\n    flex-shrink: 0;\n    color: #c79b66;\n    opacity: 0;\n    font-size: 16px;\n    margin-top: 2px;\n    transition: opacity 0.2s;\n  }\n  .ti-doc-item:hover .ti-doc-arrow { opacity: 1; }\n<\/style>\n\n<div class=\"ti-wrapper\">\n\n  <div class=\"ti-hero\">\n    <div class=\"ti-icon-wrap\">\n      <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18M9 21V9\"\/><\/svg>\n    <\/div>\n    <h2>Tecnolog\u00edas de Informaci\u00f3n<\/h2>\n    <p>Documentos institucionales y pol\u00edticas de seguridad en materia de Tecnolog\u00edas de la Informaci\u00f3n de la UPMP. Consulta los programas vigentes y la pol\u00edtica de seguridad de la informaci\u00f3n.<\/p>\n  <\/div>\n\n  <div class=\"ti-stats\">\n    <div class=\"ti-stat\">\n      <div class=\"ti-stat-number\">3<\/div>\n      <div class=\"ti-stat-label\">Documentos<\/div>\n    <\/div>\n    <div class=\"ti-stat\">\n      <div class=\"ti-stat-number\">2<\/div>\n      <div class=\"ti-stat-label\">Programas institucionales<\/div>\n    <\/div>\n    <div class=\"ti-stat\">\n      <div class=\"ti-stat-number\">1<\/div>\n      <div class=\"ti-stat-label\">Pol\u00edtica de seguridad<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"ti-section-label\">Documentos disponibles<\/div>\n\n  <div class=\"ti-acc-container\">\n\n    <details class=\"ti-acc-item\" open>\n      <summary class=\"ti-acc-title\">\n        <div class=\"ti-acc-title-left\">\n          Programas institucionales TI\n          <span class=\"ti-acc-badge\">2 documentos<\/span>\n        <\/div>\n        <svg class=\"ti-acc-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <polyline points=\"6 9 12 15 18 9\"\/>\n        <\/svg>\n      <\/summary>\n      <div class=\"ti-acc-content\">\n\n        <a class=\"ti-doc-item\" href=\"https:\/\/metropoli.edu.mx\/wp-content\/uploads\/2026\/02\/Programa-Institucional-TI-2024.pdf\" target=\"_blank\">\n          <div class=\"ti-doc-icon\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><\/svg>\n          <\/div>\n          <div class=\"ti-doc-info\">\n            <span class=\"ti-doc-name\">Plan Institucional de Tecnolog\u00edas de Informaci\u00f3n 2024<\/span>\n            <div class=\"ti-doc-meta\">\n              <span class=\"ti-doc-pill\">PDF<\/span>\n              <span class=\"ti-doc-meta-dot\"><\/span>\n              <span>Edici\u00f3n 2024<\/span>\n            <\/div>\n          <\/div>\n          <span class=\"ti-doc-arrow\">\u2197<\/span>\n        <\/a>\n\n        <a class=\"ti-doc-item\" href=\"https:\/\/metropoli.edu.mx\/wp-content\/uploads\/2026\/02\/Programa-TI-2025.pdf\" target=\"_blank\">\n          <div class=\"ti-doc-icon\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><\/svg>\n          <\/div>\n          <div class=\"ti-doc-info\">\n            <span class=\"ti-doc-name\">Plan Institucional de Tecnolog\u00edas de Informaci\u00f3n 2025<\/span>\n            <div class=\"ti-doc-meta\">\n              <span class=\"ti-doc-pill\">PDF<\/span>\n              <span class=\"ti-doc-meta-dot\"><\/span>\n              <span>Edici\u00f3n 2025<\/span>\n            <\/div>\n          <\/div>\n          <span class=\"ti-doc-arrow\">\u2197<\/span>\n        <\/a>\n\n      <\/div>\n <a class=\"ti-doc-item\" href=\"https:\/\/metropoli.edu.mx\/wp-content\/uploads\/PITI-2026.pdf\" target=\"_blank\">\n          <div class=\"ti-doc-icon\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><\/svg>\n          <\/div>\n    <div class=\"ti-doc-info\">\n            <span class=\"ti-doc-name\">Plan Institucional de Tecnolog\u00edas de Informaci\u00f3n 2026<\/span>\n            <div class=\"ti-doc-meta\">\n              <span class=\"ti-doc-pill\">PDF<\/span>\n              <span class=\"ti-doc-meta-dot\"><\/span>\n              <span>Edici\u00f3n 2025<\/span>\n            <\/div>\n          <\/div>\n          <span class=\"ti-doc-arrow\">\u2197<\/span>\n        <\/a>\n\n      <\/div>\n\n\n\n\n\n\n\n\n\n\n    <\/details>\n\n    <details class=\"ti-acc-item\">\n      <summary class=\"ti-acc-title\">\n        <div class=\"ti-acc-title-left\">\n          Pol\u00edtica de seguridad de la informaci\u00f3n\n          <span class=\"ti-acc-badge\">1 documento<\/span>\n        <\/div>\n        <svg class=\"ti-acc-chevron\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <polyline points=\"6 9 12 15 18 9\"\/>\n        <\/svg>\n      <\/summary>\n      <div class=\"ti-acc-content\">\n\n        <a class=\"ti-doc-item\" href=\"https:\/\/metropoli.edu.mx\/wp-content\/uploads\/2026\/05\/Politica_de_Seguridad_Informacion%20UPMP%202026.pdf\" target=\"_blank\">\n          <div class=\"ti-doc-icon\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n          <\/div>\n          <div class=\"ti-doc-info\">\n            <span class=\"ti-doc-name\">Pol\u00edtica de Seguridad de la Informaci\u00f3n UPMP 2026<\/span>\n            <div class=\"ti-doc-meta\">\n              <span class=\"ti-doc-pill\">PDF<\/span>\n              <span class=\"ti-doc-meta-dot\"><\/span>\n              <span>Vigente 2026<\/span>\n            <\/div>\n          <\/div>\n          <span class=\"ti-doc-arrow\">\u2197<\/span>\n        <\/a>\n\n      <\/div>\n    <\/details>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Tecnolog\u00edas de Informaci\u00f3n Documentos institucionales y pol\u00edticas de seguridad en materia de Tecnolog\u00edas de la Informaci\u00f3n de la UPMP. Consulta los programas vigentes y la pol\u00edtica de seguridad de la informaci\u00f3n. 3 Documentos 2 Programas institucionales 1 Pol\u00edtica de seguridad Documentos disponibles Programas institucionales TI 2 documentos Plan Institucional de Tecnolog\u00edas de Informaci\u00f3n 2024 PDF [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1295,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4188","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/pages\/4188","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/comments?post=4188"}],"version-history":[{"count":4,"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/pages\/4188\/revisions"}],"predecessor-version":[{"id":4808,"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/pages\/4188\/revisions\/4808"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/media\/1295"}],"wp:attachment":[{"href":"https:\/\/metropoli.edu.mx\/index.php\/wp-json\/wp\/v2\/media?parent=4188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}