{"id":1233,"date":"2018-08-29T14:42:22","date_gmt":"2018-08-29T17:42:22","guid":{"rendered":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/agenda-educativa\/"},"modified":"2026-02-20T18:23:37","modified_gmt":"2026-02-20T21:23:37","slug":"agenda-educativa","status":"publish","type":"page","link":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/agenda-educativa\/","title":{"rendered":"Calendario Academico"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900&#038;family=Source+Sans+3:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     Todo el CSS est\u00e1 encapsulado bajo #agenda2026.\n     No afecta body, header, nav ni ning\u00fan otro elemento externo.\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n\n  #agenda2026 *, #agenda2026 *::before, #agenda2026 *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  #agenda2026 {\n    --ag-navy:  #0d1b3e;\n    --ag-navy2: #162347;\n    --ag-gold:  #c9922a;\n    --ag-gold2: #f0c060;\n    --ag-cream: #fdf6ec;\n    --ag-soft:  #f3ebe0;\n    --ag-teal:  #1e6f75;\n    --ag-red:   #b83232;\n    --ag-text:  #1a1a2e;\n    --ag-muted: #5a5a7a;\n\n    background: var(--ag-cream);\n    font-family: 'Source Sans 3', sans-serif;\n    color: var(--ag-text);\n    width: 100%;\n    padding-bottom: 60px;\n  }\n\n  #agenda2026 .ag-header {\n    background: linear-gradient(135deg, var(--ag-navy) 0%, #1a2d5a 50%, var(--ag-navy2) 100%);\n    padding: 52px 56px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  #agenda2026 .ag-header::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 300px; height: 300px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(201,146,42,0.18) 0%, transparent 70%);\n  }\n  #agenda2026 .ag-header::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, var(--ag-gold), var(--ag-gold2), var(--ag-gold));\n  }\n  #agenda2026 .ag-header-year {\n    font-family: 'Playfair Display', serif;\n    font-size: 11px;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--ag-gold2);\n    margin-bottom: 12px;\n  }\n  #agenda2026 .ag-header-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 48px;\n    font-weight: 900;\n    color: #fff;\n    line-height: 1.1;\n    letter-spacing: -1px;\n  }\n  #agenda2026 .ag-header-title span { color: var(--ag-gold2); }\n  #agenda2026 .ag-header-sub {\n    margin-top: 14px;\n    font-size: 14px;\n    color: rgba(255,255,255,0.55);\n    letter-spacing: 1px;\n    font-weight: 300;\n  }\n\n  #agenda2026 .ag-body { padding: 0 3%; }\n\n  #agenda2026 .ag-section-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 40px 0 18px;\n  }\n  #agenda2026 .ag-section-icon {\n    width: 38px; height: 38px;\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 18px;\n    flex-shrink: 0;\n  }\n  #agenda2026 .ag-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n  #agenda2026 .ag-section-line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, currentColor 0%, transparent 100%);\n    opacity: 0.2;\n  }\n\n  #agenda2026 .ag-card {\n    background: #fff;\n    border-radius: 14px;\n    padding: 22px 26px;\n    margin-bottom: 12px;\n    display: grid;\n    grid-template-columns: 150px 1fr;\n    gap: 0 24px;\n    align-items: start;\n    border: 1px solid rgba(0,0,0,0.06);\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    position: relative;\n  }\n  #agenda2026 .ag-card::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 18px; bottom: 18px;\n    width: 4px;\n    border-radius: 0 4px 4px 0;\n  }\n\n  #agenda2026 .ag-date {\n    background: var(--ag-soft);\n    border-radius: 8px;\n    padding: 8px 12px;\n    text-align: center;\n    font-weight: 700;\n    font-size: 16px;\n    color: var(--ag-navy);\n    line-height: 1.35;\n  }\n  #agenda2026 .ag-label {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--ag-text);\n    line-height: 1.4;\n    margin-bottom: 4px;\n  }\n  #agenda2026 .ag-detail {\n    font-size: 15.5px;\n    color: var(--ag-muted);\n    line-height: 1.65;\n    white-space: pre-line;\n    margin-top: 6px;\n  }\n\n  \/* Variantes de color *\/\n  #agenda2026 .v-navy .ag-card::before { background: var(--ag-navy); }\n  #agenda2026 .v-navy .ag-date         { background: #edf0f8; color: var(--ag-navy); }\n  #agenda2026 .v-gold .ag-card::before { background: var(--ag-gold); }\n  #agenda2026 .v-gold .ag-date         { background: #fdf2de; color: #7a4d0a; }\n  #agenda2026 .v-teal .ag-card::before { background: var(--ag-teal); }\n  #agenda2026 .v-teal .ag-date         { background: #e3f3f4; color: var(--ag-teal); }\n  #agenda2026 .v-red  .ag-card::before { background: var(--ag-red); }\n  #agenda2026 .v-red  .ag-date         { background: #fce8e8; color: var(--ag-red); }\n\n  \/* Temas de secci\u00f3n *\/\n  #agenda2026 .sec-navy .ag-section-icon  { background: #edf0f8; }\n  #agenda2026 .sec-navy .ag-section-title { color: var(--ag-navy); }\n  #agenda2026 .sec-navy .ag-section-line  { color: var(--ag-navy); }\n  #agenda2026 .sec-gold .ag-section-icon  { background: #fdf2de; }\n  #agenda2026 .sec-gold .ag-section-title { color: #7a4d0a; }\n  #agenda2026 .sec-gold .ag-section-line  { color: #7a4d0a; }\n  #agenda2026 .sec-teal .ag-section-icon  { background: #e3f3f4; }\n  #agenda2026 .sec-teal .ag-section-title { color: var(--ag-teal); }\n  #agenda2026 .sec-teal .ag-section-line  { color: var(--ag-teal); }\n  #agenda2026 .sec-red  .ag-section-icon  { background: #fce8e8; }\n  #agenda2026 .sec-red  .ag-section-title { color: var(--ag-red); }\n  #agenda2026 .sec-red  .ag-section-line  { color: var(--ag-red); }\n\n  #agenda2026 .ag-subtag {\n    display: inline-block;\n    background: var(--ag-soft);\n    border-radius: 20px;\n    padding: 5px 14px;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    color: var(--ag-muted);\n    margin: 18px 0 10px;\n  }\n\n  #agenda2026 .ag-card-full { grid-template-columns: 1fr; }\n\n  #agenda2026 .ag-card-start {\n    background: linear-gradient(135deg, var(--ag-navy) 0%, #1a2d5a 100%);\n    border: none;\n    box-shadow: 0 4px 20px rgba(13,27,62,0.25);\n  }\n  #agenda2026 .ag-card-start::before { display: none; }\n  #agenda2026 .ag-card-start .ag-date  { background: rgba(255,255,255,0.15); color: var(--ag-gold2); }\n  #agenda2026 .ag-card-start .ag-label { color: #fff; }\n\n  #agenda2026 .ag-footer {\n    margin: 48px 3% 0;\n    padding-top: 24px;\n    border-top: 1px solid rgba(0,0,0,0.1);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  #agenda2026 .ag-footer-note {\n    font-size: 14px;\n    color: var(--ag-muted);\n    font-style: italic;\n  }\n  #agenda2026 .ag-footer-badge {\n    background: var(--ag-navy);\n    color: var(--ag-gold2);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 20px;\n  }\n<\/style>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     Peg\u00e1 este bloque donde quieras en tu web.\n     No modifica el header, nav ni estilos globales de tu sitio.\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div id=\"agenda2026\">\n\n  <div class=\"ag-header\">\n    <div class=\"ag-header-year\">Calendario Acad\u00e9mico<\/div>\n    <div class=\"ag-header-title\">Agenda Educativa<br><span>2026<\/span><\/div>\n    <div class=\"ag-header-sub\">Fechas importantes \u00b7 Inscripciones \u00b7 Ex\u00e1menes \u00b7 Cursada<\/div>\n  <\/div>\n\n  <div class=\"ag-body\">\n\n    <!-- INICIO & FEBRERO -->\n    <div class=\"ag-section-header sec-navy\">\n      <div class=\"ag-section-icon\">&#x1f4c5;<\/div>\n      <div class=\"ag-section-title\">Inicio y Ex\u00e1menes Febrero<\/div>\n      <div class=\"ag-section-line\"><\/div>\n    <\/div>\n    <div class=\"v-navy\">\n      <div class=\"ag-card ag-card-start\">\n        <div class=\"ag-date\">9\/02<\/div>\n        <div><div class=\"ag-label\">Inicio de actividades<\/div><\/div>\n      <\/div>\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">18\/02 y 19\/02<\/div>\n        <div>\n          <div class=\"ag-label\">Inscripci\u00f3n a ex\u00e1menes finales<\/div>\n          <div class=\"ag-detail\">Turno Febrero<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">23\/02 al 27\/02<\/div>\n        <div>\n          <div class=\"ag-label\">Mesas de ex\u00e1menes finales<\/div>\n          <div class=\"ag-detail\">Turno Febrero<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">2\/03 al 10\/03<\/div>\n        <div>\n          <div class=\"ag-label\">Curso introductorio Ingresantes<\/div>\n          <div class=\"ag-detail\">1\u00b0 cuatrimestre<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- SOLICITUD DE PASE -->\n    <div class=\"ag-section-header sec-gold\">\n      <div class=\"ag-section-icon\">&#x1f4cb;<\/div>\n      <div class=\"ag-section-title\">Solicitud de Pase<\/div>\n      <div class=\"ag-section-line\"><\/div>\n    <\/div>\n    <div class=\"v-gold\">\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">10\/02 al 3\/03<\/div>\n        <div>\n          <div class=\"ag-label\">Consultar en Prosecretar\u00eda los pasos a seguir<\/div>\n          <div class=\"ag-detail\">Escribiendo a: ens10_ntprosecretaria@bue.edu.ar<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">10\/03 al 12\/03<\/div>\n        <div>\n          <div class=\"ag-label\">Inscripci\u00f3n a materias para alumnos de Pase<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- SOLICITUD DE REINCORPORACI\u00d3N -->\n    <div class=\"ag-section-header sec-red\">\n      <div class=\"ag-section-icon\">&#x1f504;<\/div>\n      <div class=\"ag-section-title\">Solicitud de Reincorporaci\u00f3n<\/div>\n      <div class=\"ag-section-line\"><\/div>\n    <\/div>\n    <div class=\"v-red\">\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">11\/02 al 4\/03<\/div>\n        <div>\n          <div class=\"ag-label\">1) Ingresantes 2024 y 2025 que no hayan aprobado al menos una materia durante el a\u00f1o 2025, o que hayan abandonado la carrera<\/div>\n          <div class=\"ag-detail\">Complet\u00e1 el formulario <a href=\"https:\/\/forms.gle\/xypyAhvCBA3dSiV88\" target=\"_blank\" rel=\"noopener\">aqu\u00ed(online)<\/a>\n<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ag-card ag-card-full\">\n        <div>\n          <div class=\"ag-label\">2) Ingresantes 2023 o de a\u00f1os anteriores que abandonaron la carrera<\/div>\n          <div class=\"ag-detail\">Para solicitar la reincorporaci\u00f3n deber\u00e1s presentar una carta dirigida a la Regencia de Nivel Terciario.\nLa carta se presenta de manera presencial en Secretar\u00eda.\nHorario: de lunes a viernes de 14 a 16 o de 18 a 20 hs<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- INSCRIPCI\u00d3N A MATERIAS -->\n    <div class=\"ag-section-header sec-teal\">\n      <div class=\"ag-section-icon\">&#x270f;&#xfe0f;<\/div>\n      <div class=\"ag-section-title\">Inscripci\u00f3n a Materias \u00b7 1\u00b0 Cuatrimestre 2026<\/div>\n      <div class=\"ag-section-line\"><\/div>\n    <\/div>\n\n    <div class=\"ag-subtag\">Talleres CFPP 3, 4, 5 y 6 \/ EDI 1 y EDI 2 del CFPD<\/div>\n    <div class=\"v-teal\">\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">19\/02<\/div>\n        <div>\n          <div class=\"ag-label\">Reuni\u00f3n Informativa<\/div>\n          <div class=\"ag-detail\">Profesorado de Educaci\u00f3n Primaria\nTaller 5 y 6: 18 hs\nTaller 3 y 4: 18.45 hs a 19.30 hs\nTaller 1 y 2: 19.30 hs a 20.15 hs\n\nProfesorado de Educaci\u00f3n Inicial\nReuni\u00f3n conjunta para todos los talleres: 18.30 hs<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">19\/02 al 23\/02<\/div>\n        <div>\n          <div class=\"ag-label\">Talleres CFPP 3, 4, 5 y 6 \u2014 Preinscripci\u00f3n ONLINE<\/div>\n          <div class=\"ag-detail\">Profesorado de Educaci\u00f3n Inicial \u00b7 EDI campo de formaci\u00f3n de las pr\u00e1cticas profesionales\nEDI 1 &#8211; EDI 2\nPREINSCRIPCI\u00d3N OBLIGATORIA ON LINE<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">27\/02<\/div>\n        <div>\n          <div class=\"ag-label\">Confirmaci\u00f3n de la inscripci\u00f3n: PRESENCIAL Y OBLIGATORIA<\/div>\n          <div class=\"ag-detail\">(De no poder asistir, la vacante puede ser confirmada por cualquier persona autorizada)\nTaller 6: 18 hs\nTaller 5: 18.30 hs\nTaller 4: 19 hs\nTaller 3: 19.30 hs\nDispositivos de fortalecimiento: 19.30 \/ 20 hs<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"ag-subtag\">Inscripci\u00f3n a TODAS las materias y Taller 1 y 2 de pr\u00e1cticas<\/div>\n    <div class=\"v-teal\">\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">10\/03 al 12\/03<\/div>\n        <div>\n          <div class=\"ag-label\">Modalidad ON LINE a trav\u00e9s de SIU GUARAN\u00cd<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"ag-subtag\">Inscripci\u00f3n Alumnos Volantes<\/div>\n    <div class=\"v-teal\">\n      <div class=\"ag-card\">\n        <div class=\"ag-date\">10\/03 al 12\/03<\/div>\n        <div>\n          <div class=\"ag-label\">Inscripci\u00f3n PRESENCIAL<\/div>\n          <div class=\"ag-detail\">Horario: de 14 a 16 y de 18 a 20 hs.\n(Deber\u00e1n presentar autorizaci\u00f3n de volante sin excepci\u00f3n)<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- INICIO CURSADA -->\n    <div class=\"ag-section-header sec-navy\">\n      <div class=\"ag-section-icon\">&#x1f393;<\/div>\n      <div class=\"ag-section-title\">Inicio de Cursada<\/div>\n      <div class=\"ag-section-line\"><\/div>\n    <\/div>\n    <div class=\"v-navy\">\n      <div class=\"ag-card ag-card-start\">\n        <div class=\"ag-date\">16\/03<\/div>\n        <div><div class=\"ag-label\">Inicio Cursada Primer cuatrimestre<\/div><\/div>\n      <\/div>\n    <\/div>\n\n  <\/div><!-- \/ag-body -->\n\n  <div class=\"ag-footer\">\n    <div class=\"ag-footer-note\">La informaci\u00f3n puede estar sujeta a cambios. Consult\u00e1 los canales oficiales de la instituci\u00f3n.<\/div>\n    <div class=\"ag-footer-badge\">2026<\/div>\n  <\/div>\n\n<\/div><!-- \/#agenda2026 -->\n   \n    \n\n<a rel=\"noreferrer noopener\" href=\"https:\/\/docs.google.com\/spreadsheets\/d\/10-NAIgaSNjMQP91PueS_yuyjQ-kGUCDi\/edit?usp=sharing&amp;ouid=105773010312748972413&amp;rtpof=true&amp;sd=true\" data-type=\"URL\" data-id=\"https:\/\/docs.google.com\/spreadsheets\/d\/10-NAIgaSNjMQP91PueS_yuyjQ-kGUCDi\/edit?usp=sharing&amp;ouid=105773010312748972413&amp;rtpof=true&amp;sd=true\" target=\"_blank\">Ver calendario acad\u00e9mico 2026<\/a>\n","protected":false},"excerpt":{"rendered":"<p>Calendario Acad\u00e9mico Agenda Educativa2026 Fechas importantes \u00b7 Inscripciones \u00b7 Ex\u00e1menes \u00b7 Cursada &#x1f4c5; Inicio y Ex\u00e1menes Febrero 9\/02 Inicio de actividades 18\/02 y 19\/02 Inscripci\u00f3n a ex\u00e1menes finales Turno Febrero 23\/02 al 27\/02 Mesas de ex\u00e1menes finales Turno Febrero 2\/03 al 10\/03 Curso introductorio Ingresantes 1\u00b0 cuatrimestre &#x1f4cb; Solicitud de Pase 10\/02 al 3\/03 Consultar &#8230; <a title=\"Calendario Academico\" class=\"read-more\" href=\"https:\/\/ens10-caba.infd.edu.ar\/sitio\/agenda-educativa\/\" aria-label=\"More on Calendario Academico\">[+]<\/a><\/p>\n","protected":false},"author":3017,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/pages\/1233"}],"collection":[{"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/users\/3017"}],"replies":[{"embeddable":true,"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/comments?post=1233"}],"version-history":[{"count":45,"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/pages\/1233\/revisions"}],"predecessor-version":[{"id":4782,"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/pages\/1233\/revisions\/4782"}],"wp:attachment":[{"href":"https:\/\/ens10-caba.infd.edu.ar\/sitio\/wp-json\/wp\/v2\/media?parent=1233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}