{"id":10112,"date":"2026-06-07T13:46:23","date_gmt":"2026-06-07T11:46:23","guid":{"rendered":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/?page_id=10112"},"modified":"2026-06-07T13:48:03","modified_gmt":"2026-06-07T11:48:03","slug":"curso-2023-24-2","status":"publish","type":"page","link":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/curso-2023-24-2\/","title":{"rendered":"Curso 2026-27"},"content":{"rendered":"\n<style>\n  .anafrank-horario {\n    max-width: 1150px;\n    margin: 0 auto;\n    padding: 2rem 1rem;\n    font-family: Arial, sans-serif;\n    color: #1f2937;\n    line-height: 1.6;\n  }\n\n  .anafrank-horario * {\n    box-sizing: border-box;\n  }\n\n  .anafrank-horario-card,\n  .anafrank-horario-section {\n    background: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 18px;\n    padding: 1.5rem;\n    margin-bottom: 1.5rem;\n    box-shadow: 0 4px 14px rgba(0,0,0,0.07);\n  }\n\n  .anafrank-horario h2 {\n    margin: 0 0 0.8rem 0;\n    color: #1d4ed8;\n    font-size: 2rem;\n  }\n\n  .anafrank-horario h3 {\n    margin: 0 0 0.8rem 0;\n    color: #1d4ed8;\n    font-size: 1.4rem;\n  }\n\n  .anafrank-horario p {\n    margin: 0.5rem 0;\n    font-size: 1.05rem;\n  }\n\n  .anafrank-horario-note {\n    background: #f0f7ff;\n    border-left: 5px solid #1d4ed8;\n    border-radius: 12px;\n    padding: 1rem 1.2rem;\n    margin-top: 1.2rem;\n  }\n\n  .anafrank-horario-note p {\n    margin: 0;\n    font-weight: bold;\n    color: #1d4ed8;\n  }\n\n  .anafrank-horario-alert {\n    background: #fff7ed;\n    border-left: 5px solid #f97316;\n    border-radius: 12px;\n    padding: 1rem 1.2rem;\n    margin-top: 1rem;\n    color: #7c2d12;\n  }\n\n  .anafrank-horario-alert p {\n    margin: 0;\n    font-weight: bold;\n  }\n\n  .anafrank-horario-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 1.3rem;\n  }\n\n  .anafrank-horario-table {\n    width: 70%;\n    min-width: 520px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-collapse: collapse;\n    border: none;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 4px 14px rgba(0,0,0,0.08);\n    font-size: 1rem;\n  }\n\n  .anafrank-horario-table th,\n  .anafrank-horario-table td {\n    padding: 0.95rem 1rem;\n    text-align: center;\n    border: none;\n  }\n\n  .anafrank-horario-table thead tr:first-child th {\n    background: #1d4ed8;\n    color: #ffffff;\n    font-size: 1.15rem;\n  }\n\n  .anafrank-horario-table thead tr:nth-child(2) th {\n    background: #dbeafe;\n    color: #1e40af;\n    font-weight: bold;\n  }\n\n  .anafrank-horario-table tbody tr:nth-child(odd) {\n    background: #ffffff;\n  }\n\n  .anafrank-horario-table tbody tr:nth-child(even) {\n    background: #f7f7f7;\n  }\n\n  .anafrank-horario-table tbody tr.recreo {\n    background: #dbeafe;\n    color: #1e40af;\n    font-weight: bold;\n  }\n\n  .anafrank-horario-table tbody tr {\n    transition: background 0.2s ease, transform 0.2s ease;\n  }\n\n  .anafrank-horario-table tbody tr:hover {\n    background: #e0f2fe;\n  }\n\n  .anafrank-horario-pdf {\n    width: 100%;\n    height: 1050px;\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n    margin-top: 1rem;\n  }\n\n  .anafrank-horario-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.8rem;\n    margin-top: 1.2rem;\n  }\n\n  .anafrank-horario-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #1d4ed8;\n    color: #ffffff !important;\n    text-decoration: none;\n    border-radius: 999px;\n    padding: 0.75rem 1.15rem;\n    font-weight: bold;\n    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;\n  }\n\n  .anafrank-horario-button:hover {\n    background: #1e40af;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(29,78,216,0.25);\n    text-decoration: none;\n  }\n\n  .anafrank-horario-button.secondary {\n    background: #ffffff;\n    color: #1d4ed8 !important;\n    border: 1px solid #bfdbfe;\n  }\n\n  .anafrank-horario-button.secondary:hover {\n    background: #eff6ff;\n  }\n\n  @media (max-width: 800px) {\n    .anafrank-horario-table {\n      width: 100%;\n    }\n\n    .anafrank-horario-pdf {\n      height: 800px;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .anafrank-horario {\n      padding: 1.5rem 0.8rem;\n    }\n\n    .anafrank-horario-card,\n    .anafrank-horario-section {\n      padding: 1.3rem;\n    }\n\n    .anafrank-horario h2 {\n      font-size: 1.55rem;\n    }\n\n    .anafrank-horario h3 {\n      font-size: 1.2rem;\n    }\n\n    .anafrank-horario-button-row {\n      flex-direction: column;\n    }\n\n    .anafrank-horario-button {\n      width: 100%;\n      text-align: center;\n    }\n\n    .anafrank-horario-pdf {\n      height: 650px;\n    }\n  }\n<\/style>\n\n<div class=\"anafrank-horario\">\n\n  <section class=\"anafrank-horario-card\">\n    <h2>Horario escolar para el curso 2026-2027<\/h2>\n\n    <p>\n      Horario del instituto en el nuevo edificio de Aravaca.\n    <\/p>\n\n    <div class=\"anafrank-horario-note\">\n      <p>\n        Horario aprobado por el Consejo Escolar el 30 de junio de 2026.\n      <\/p>\n    <\/div>\n\n    <div class=\"anafrank-horario-table-wrap\">\n      <table class=\"anafrank-horario-table\">\n        <thead>\n          <tr>\n            <th colspan=\"2\">HORARIO ESCOLAR<\/th>\n          <\/tr>\n          <tr>\n            <th>Franja<\/th>\n            <th>Hora<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td>Primera clase<\/td>\n            <td>08:15 \u2013 09:10<\/td>\n          <\/tr>\n          <tr>\n            <td>Segunda clase<\/td>\n            <td>09:10 \u2013 10:05<\/td>\n          <\/tr>\n          <tr>\n            <td>Tercera clase<\/td>\n            <td>10:05 \u2013 11:00<\/td>\n          <\/tr>\n          <tr class=\"recreo\">\n            <td>Recreo<\/td>\n            <td>11:00 \u2013 11:25<\/td>\n          <\/tr>\n          <tr>\n            <td>Cuarta clase<\/td>\n            <td>11:25 \u2013 12:20<\/td>\n          <\/tr>\n          <tr>\n            <td>Quinta clase<\/td>\n            <td>12:20 \u2013 13:15<\/td>\n          <\/tr>\n          <tr>\n            <td>Sexta clase<\/td>\n            <td>13:15 \u2013 14:10<\/td>\n          <\/tr>\n          <tr>\n            <td>S\u00e9ptima clase<\/td>\n            <td>14:10 \u2013 15:05<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <section class=\"anafrank-horario-section\">\n    <h2>Calendario escolar 2026-2027<\/h2>\n\n    <p>\n      A continuaci\u00f3n se puede consultar el calendario escolar oficial para el curso 2026-2027.\n    <\/p>\n\n    <object\n      class=\"anafrank-horario-pdf\"\n      data=\"https:\/\/www.comunidad.madrid\/docs\/2026-06\/calendario_escolar_2026-2027.pdf?VersionId=bbWUB4wslyIZl_eioAGxjzPywbjKvEI4\"\n      type=\"application\/pdf\"\n      aria-label=\"Calendario escolar 2026-2027\">\n    <\/object>\n\n    <div class=\"anafrank-horario-button-row\">\n      <a\n        class=\"anafrank-horario-button\"\n        href=\"https:\/\/www.comunidad.madrid\/docs\/2026-06\/calendario_escolar_2026-2027.pdf?VersionId=bbWUB4wslyIZl_eioAGxjzPywbjKvEI4\"\n        target=\"_blank\"\n        rel=\"noreferrer noopener\">\n        Abrir calendario escolar 2026-2027\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"anafrank-horario-section\" id=\"ipafd\">\n    <h2>Programa IPAFD curso 2026-2027<\/h2>\n\n    <p>\n      El Programa IPAFD re\u00fane las actividades deportivas del centro para este curso. La informaci\u00f3n sobre modalidades, horarios e inscripci\u00f3n se publicar\u00e1 en la secci\u00f3n correspondiente de nuestra p\u00e1gina web.\n    <\/p>\n\n    <div class=\"anafrank-horario-button-row\">\n      <a\n        class=\"anafrank-horario-button\"\n        href=\"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/ipadf\/\"\n        target=\"_blank\"\n        rel=\"noreferrer noopener\">\n        Ver Programa IPAFD\n      <\/a>\n    <\/div>\n  <\/section>\n\n <section class=\"anafrank-horario-section\">\n  <h2>Programa Refuerza curso 2026-2027<\/h2>\n\n  <p>\n    El Programa Refuerza est\u00e1 dirigido al apoyo y acompa\u00f1amiento educativo del alumnado.\n  <\/p>\n\n  <div class=\"anafrank-horario-alert\">\n    <p>\n      El Programa Refuerza comenzar\u00e1 despu\u00e9s de las vacaciones de Navidad. Se informar\u00e1 m\u00e1s adelante sobre horarios, organizaci\u00f3n e inscripci\u00f3n.\n    <\/p>\n  <\/div>\n\n  <div class=\"anafrank-horario-button-row\">\n    <a\n      class=\"anafrank-horario-button\"\n      href=\"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/plan-refuerza\/\"\n      target=\"_blank\"\n      rel=\"noreferrer noopener\">\n      Ver Programa Refuerza\n    <\/a>\n  <\/div>\n<\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Horario escolar para el curso 2026-2027 Horario del instituto en el nuevo edificio de Aravaca. Horario aprobado por el Consejo Escolar el [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"folder":[],"class_list":["post-10112","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"tic.ies.anafrank.madrid","author_link":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/author\/cuenta_tic-ies-anafrank-madrid\/"},"rttpg_comment":0,"rttpg_category":false,"rttpg_excerpt":"Horario escolar para el curso 2026-2027 Horario del instituto en el nuevo edificio de Aravaca. Horario aprobado por el Consejo Escolar el [&hellip;]","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/pages\/10112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/comments?post=10112"}],"version-history":[{"count":2,"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/pages\/10112\/revisions"}],"predecessor-version":[{"id":10114,"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/pages\/10112\/revisions\/10114"}],"wp:attachment":[{"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/media?parent=10112"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.anafrank.madrid\/index.php\/wp-json\/wp\/v2\/folder?post=10112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}