{"id":2270,"date":"2026-01-18T13:06:18","date_gmt":"2026-01-18T12:06:18","guid":{"rendered":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/?p=2270"},"modified":"2026-07-15T08:18:05","modified_gmt":"2026-07-15T06:18:05","slug":"materias-pendientes-25-26","status":"publish","type":"post","link":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/2026\/01\/18\/materias-pendientes-25-26\/","title":{"rendered":"Materias pendientes 25\/26"},"content":{"rendered":"\n<div style=\"background-color: #f0f7ff; border-left: 5px solid #2196F3; padding: 20px; margin-bottom: 30px; border-radius: 4px;\">\n<h2 style=\"margin-top: 0; color: #1a4a7a; font-size: 1.4rem;\">\ud83d\udcda Informaci\u00f3n sobre Materias Pendientes<\/h2>\n<p style=\"margin-bottom: 0;\">Toda la informaci\u00f3n actualizada sobre la recuperaci\u00f3n de asignaturas pendientes para el curso 2025-2026 ya est\u00e1 disponible.<\/p>\n<\/div>\n\n\n\n<div style=\"background-color: #fff4e5; border: 1px solid #ffcc80; padding: 20px; margin-bottom: 30px; border-radius: 8px; display: flex; align-items: center;\">\n<div style=\"font-size: 30px; margin-right: 20px;\">\u26a0\ufe0f<\/div>\n<div><strong style=\"color: #663c00;\">Aviso a las Familias:<\/strong><br>Es imprescindible acudir a la <strong>Secretar\u00eda del centro<\/strong> para recoger el <em>Plan Espec\u00edfico Personalizado<\/em> de aquellos alumnos con materias no superadas.<\/div>\n<\/div>\n\n\n\n<div style=\"text-align: center; margin-bottom: 40px;\"><a style=\"background-color: #0073aa; color: white; padding: 12px 25px; text-decoration: none; border-radius: 50px; font-weight: bold; display: inline-block; transition: background-color 0.3s;\" href=\"https:\/\/cloud.educa.madrid.org\/s\/zwHpBNr9Zmb6yzf\">\ud83d\udcc5 Consultar Calendario de Ex\u00e1menes<br><\/a><\/div>\n\n\n\n<style>\n    \/* Estilo para el separador y el encabezado de documentaci\u00f3n *\/\n    .seccion-documentacion {\n        max-width: 1400px;\n        margin: 40px auto 20px; \/* Margen superior para separar de lo anterior *\/\n        padding: 0 20px;\n    }\n\n    .separador-doc {\n        border: 0;\n        height: 2px;\n        background-color: #333; \/* Color a juego con tus otros separadores *\/\n        margin-bottom: 15px;\n    }\n\n    .titulo-doc {\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        font-size: 1.2rem;\n        font-weight: bold;\n        color: #333;\n        margin-bottom: 25px; \/* El espacio solicitado tras el texto *\/\n    }\n<\/style>\n\n<div class=\"seccion-documentacion\">\n    <hr class=\"separador-doc\">\n    <div class=\"titulo-doc\">\n        <span>\ud83d\udcce<\/span> Documentaci\u00f3n adjunta\n    <\/div>\n<\/div>\n\n\n\n<div data-wp-interactive=\"core\/file\" class=\"wp-block-file\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/01\/IES-TIRSO-DE-MOLINA-25-26-Recuperacion-Pendientes_-1.pdf\" type=\"application\/pdf\" style=\"width:100%;height:1200px\" aria-label=\"Incrustado de IES TIRSO DE MOLINA 25-26 Recuperaci\u00f3n Pendientes_.\"><\/object><a id=\"wp-block-file--media-dfa0fd4a-45ff-4a41-ab41-0f72e2bf3af4\" href=\"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/01\/IES-TIRSO-DE-MOLINA-25-26-Recuperacion-Pendientes_-1.pdf\">IES TIRSO DE MOLINA 25-26 Recuperaci\u00f3n Pendientes_<\/a><a href=\"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/01\/IES-TIRSO-DE-MOLINA-25-26-Recuperacion-Pendientes_-1.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-dfa0fd4a-45ff-4a41-ab41-0f72e2bf3af4\">Descarga<\/a><\/div>\n\n\n\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        \/\/ 1. A\u00f1adir protecci\u00f3n antiselecci\u00f3n al body directamente\r\n        document.body.style.userSelect = 'none';\r\n        document.body.style.webkitUserSelect = 'none';\r\n        document.body.style.msUserSelect = 'none';\r\n        document.body.style.mozUserSelect = 'none';\r\n\r\n        \/\/ 2. Crear contenedor overlay con ESTILOS EN L\u00cdNEA (a prueba de fallos)\r\n        const overlay = document.createElement('div');\r\n        overlay.style.position = 'fixed';\r\n        overlay.style.top = '0';\r\n        overlay.style.left = '0';\r\n        overlay.style.width = '100vw';\r\n        overlay.style.height = '100vh';\r\n        overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.5)';\r\n        overlay.style.backdropFilter = 'blur(3px)';\r\n        overlay.style.display = 'flex';\r\n        overlay.style.justifyContent = 'center';\r\n        overlay.style.alignItems = 'center';\r\n        overlay.style.zIndex = '999999'; \/\/ Asegura que est\u00e9 por encima de todo\r\n        overlay.style.opacity = '0';\r\n        overlay.style.visibility = 'hidden';\r\n        overlay.style.transition = 'all 0.3s ease-in-out';\r\n        overlay.style.pointerEvents = 'none'; \/\/ No interfiere cuando est\u00e1 oculto\r\n        \r\n        \/\/ 3. Crear la caja del mensaje con sus estilos en l\u00ednea\r\n        const cajaMensaje = document.createElement('div');\r\n        cajaMensaje.style.background = '#ffffff';\r\n        cajaMensaje.style.padding = '35px 70px';\r\n        cajaMensaje.style.borderRadius = '12px';\r\n        cajaMensaje.style.fontFamily = \"'Segoe UI', Tahoma, Geneva, Verdana, sans-serif\";\r\n        cajaMensaje.style.textAlign = 'center';\r\n        cajaMensaje.style.display = 'flex';\r\n        cajaMensaje.style.flexDirection = 'column';\r\n        cajaMensaje.style.alignItems = 'center';\r\n        cajaMensaje.style.boxShadow = '0 15px 35px rgba(0,0,0,0.2)';\r\n        cajaMensaje.style.transform = 'scale(0.9)';\r\n        cajaMensaje.style.transition = 'transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)';\r\n        \r\n        \/\/ Contenido de tu aviso\r\n        cajaMensaje.innerHTML = `\r\n            <img decoding=\"async\" src=\"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/02\/LOGO3.png\" alt=\"Logo IES Tirso de Molina\" style=\"width: 210px; height: auto; margin-bottom: 8px;\">\r\n            <div style=\"font-size: 1.1rem; font-weight: 600; letter-spacing: 1px; color: #222; margin-bottom: 2px;\">IES TIRSO DE MOLINA<\/div>\r\n            <div style=\"font-size: 0.75rem; font-weight: 400; color: #777; text-transform: uppercase; letter-spacing: 0.5px;\">DISE\u00d1A EDUARDO G. M.<\/div>\r\n        `;\r\n        \r\n        \/\/ Ensamblar e inyectar en el HTML\r\n        overlay.appendChild(cajaMensaje);\r\n        document.body.appendChild(overlay);\r\n\r\n        let temporizador;\r\n\r\n        \/\/ Funci\u00f3n maestra para mostrar la advertencia\r\n        function mostrarAviso(e) {\r\n            if(e) e.preventDefault(); \r\n            \r\n            \/\/ Activar visibilidad\r\n            overlay.style.opacity = '1';\r\n            overlay.style.visibility = 'visible';\r\n            cajaMensaje.style.transform = 'scale(1)';\r\n            \r\n            \/\/ Ocultar tras 2.5 segundos\r\n            clearTimeout(temporizador);\r\n            temporizador = setTimeout(() => {\r\n                overlay.style.opacity = '0';\r\n                overlay.style.visibility = 'hidden';\r\n                cajaMensaje.style.transform = 'scale(0.9)';\r\n            }, 2500);\r\n        }\r\n\r\n        \/\/ BLOQUEO 1: Clic derecho y atajos de copiar\r\n        document.addEventListener('contextmenu', mostrarAviso);\r\n        document.addEventListener('copy', mostrarAviso);\r\n        \r\n        \/\/ BLOQUEO 2: Arrastre de im\u00e1genes\r\n        document.addEventListener('dragstart', function(e) {\r\n            e.preventDefault();\r\n        });\r\n\r\n        \/\/ BLOQUEO 3: Teclas cr\u00edticas (F12, Ver c\u00f3digo, Inspeccionar, Guardar, Imprimir)\r\n        document.addEventListener('keydown', function(e) {\r\n            \/\/ F12\r\n            if (e.key === 'F12' || e.keyCode === 123) {\r\n                mostrarAviso(e);\r\n            }\r\n            \/\/ Ctrl+U \/ Cmd+U (C\u00f3digo fuente)\r\n            if ((e.ctrlKey && (e.key === 'u' || e.key === 'U')) || (e.metaKey && e.altKey && (e.key === 'u' || e.key === 'U'))) {\r\n                mostrarAviso(e);\r\n            }\r\n            \/\/ Ctrl+Shift+I \/ J \/ C (Inspeccionar)\r\n            if ((e.ctrlKey && e.shiftKey && (e.key === 'I' || e.key === 'i' || e.key === 'J' || e.key === 'j' || e.key === 'C' || e.key === 'c')) || \r\n                (e.metaKey && e.altKey && (e.key === 'I' || e.key === 'i' || e.key === 'J' || e.key === 'j' || e.key === 'C' || e.key === 'c'))) {\r\n                mostrarAviso(e);\r\n            }\r\n            \/\/ Ctrl+S \/ Cmd+S (Guardar web)\r\n            if ((e.ctrlKey && (e.key === 's' || e.key === 'S')) || (e.metaKey && (e.key === 's' || e.key === 'S'))) {\r\n                mostrarAviso(e);\r\n            }\r\n            \/\/ Ctrl+P \/ Cmd+P (Imprimir web)\r\n            if ((e.ctrlKey && (e.key === 'p' || e.key === 'P')) || (e.metaKey && (e.key === 'p' || e.key === 'P'))) {\r\n                mostrarAviso(e);\r\n            }\r\n        });\r\n    });\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udcda Informaci\u00f3n sobre Materias Pendientes Toda la informaci\u00f3n actualizada sobre la recuperaci\u00f3n de asignaturas pendientes para el curso 2025-2026 ya est\u00e1 disponible. \u26a0\ufe0f Aviso a las Familias:Es imprescindible acudir a &#8230;<\/p>\n","protected":false},"author":10,"featured_media":3155,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"post_folder":[45],"class_list":["post-2270","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-portada"],"rttpg_featured_image_url":{"full":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"landscape":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"portraits":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"thumbnail":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-150x150.png",150,150,true],"medium":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-300x300.png",300,300,true],"large":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"thumblist":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-300x300.png",300,300,true],"thumbrelated":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"meccarouselthumb":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-400x324.png",400,324,true],"gridsquare":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-391x260.png",391,260,true],"tileview":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-300x400.png",300,400,true],"1536x1536":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"2048x2048":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"onepress-blog-small":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-300x150.png",300,150,true],"onepress-small":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-400x300.png",400,300,true],"onepress-medium":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false],"sow-carousel-default":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-272x182.png",272,182,true],"sow-post-carousel-overlay-theme":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-360x400.png",360,400,true],"sow-post-carousel-cards-theme":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7-360x240.png",360,240,true],"rt_custom":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/7.png",400,400,false]},"rttpg_author":{"display_name":"Eduardo G.M.","author_link":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/author\/eduardo_guardado-moreno\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/category\/portada\/\" rel=\"category tag\">Portada<\/a>","rttpg_excerpt":"\ud83d\udcda Informaci\u00f3n sobre Materias Pendientes Toda la informaci\u00f3n actualizada sobre la recuperaci\u00f3n de asignaturas pendientes para el curso 2025-2026 ya est\u00e1 disponible. \u26a0\ufe0f Aviso a las Familias:Es imprescindible acudir a ...","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/posts\/2270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/comments?post=2270"}],"version-history":[{"count":8,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/posts\/2270\/revisions"}],"predecessor-version":[{"id":3503,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/posts\/2270\/revisions\/3503"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/media\/3155"}],"wp:attachment":[{"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/media?parent=2270"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/categories?post=2270"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/tags?post=2270"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/post_folder?post=2270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}