{"id":2495,"date":"2026-02-13T09:31:12","date_gmt":"2026-02-13T08:31:12","guid":{"rendered":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/?p=2495"},"modified":"2026-07-15T08:18:05","modified_gmt":"2026-07-15T06:18:05","slug":"orientacion-academica-25-26","status":"publish","type":"post","link":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/2026\/02\/13\/orientacion-academica-25-26\/","title":{"rendered":"Orientaci\u00f3n acad\u00e9mica Bachillerato 25\/26"},"content":{"rendered":"\n<div style=\"background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); color: white; padding: 40px 30px; border-radius: 15px; margin-bottom: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\">\n<h1 style=\"margin: 0; font-size: 2.5rem; text-transform: uppercase; letter-spacing: 2px;\"><span style=\"color: #ffffff;\"><span style=\"font-size: 3rem;\">\ud83d\udd6e Orientaci\u00f3n acad\u00e9mica<\/span><\/span><\/h1>\n<p style=\"font-size: 1.2rem; opacity: 0.9; max-width: 800px; margin: 20px auto;\">Bachillerato 25\/26<\/p>\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px;\"><span style=\"background: rgba(255,255,255,0.2); padding: 5px 15px; border-radius: 20px; font-size: 0.9rem;\">Departamento Orientaci\u00f3n<\/span><span style=\"background: rgba(255,255,255,0.2); padding: 5px 15px; border-radius: 20px; font-size: 0.9rem;\">Curso 2025 &#8211; 2026<\/span><\/div>\n<\/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\/02\/Orientacion-Academica-Bachillerato-2025-26-definitivo.pptx-1.pdf\" type=\"application\/pdf\" style=\"width:100%;height:600px\" aria-label=\"Incrustado de Orientaci\u00f3n Acad\u00e9mica Bachillerato 2025-26 definitivo.pptx (1).\"><\/object><a id=\"wp-block-file--media-3460fd2a-b0d4-4c3c-9e05-5ea6d9376c9e\" href=\"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/02\/Orientacion-Academica-Bachillerato-2025-26-definitivo.pptx-1.pdf\">Orientaci\u00f3n Acad\u00e9mica Bachillerato 2025-26 definitivo.pptx (1)<\/a><a href=\"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/02\/Orientacion-Academica-Bachillerato-2025-26-definitivo.pptx-1.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-3460fd2a-b0d4-4c3c-9e05-5ea6d9376c9e\">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\udd6e Orientaci\u00f3n acad\u00e9mica Bachillerato 25\/26 Departamento Orientaci\u00f3nCurso 2025 &#8211; 2026 \ud83d\udcce Documentaci\u00f3n adjunta<\/p>\n","protected":false},"author":10,"featured_media":3152,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"post_folder":[45],"class_list":["post-2495","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\/4.png",400,400,false],"landscape":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.png",400,400,false],"portraits":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.png",400,400,false],"thumbnail":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-150x150.png",150,150,true],"medium":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-300x300.png",300,300,true],"large":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.png",400,400,false],"thumblist":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-300x300.png",300,300,true],"thumbrelated":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.png",400,400,false],"meccarouselthumb":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-400x324.png",400,324,true],"gridsquare":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-391x260.png",391,260,true],"tileview":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-300x400.png",300,400,true],"1536x1536":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.png",400,400,false],"2048x2048":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.png",400,400,false],"onepress-blog-small":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-300x150.png",300,150,true],"onepress-small":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-400x300.png",400,300,true],"onepress-medium":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.png",400,400,false],"sow-carousel-default":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4-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\/4-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\/4-360x240.png",360,240,true],"rt_custom":["https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/\/wp-content\/uploads\/ies.tirsodemolina.madrid\/2026\/03\/4.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\udd6e Orientaci\u00f3n acad\u00e9mica Bachillerato 25\/26 Departamento Orientaci\u00f3nCurso 2025 &#8211; 2026 \ud83d\udcce Documentaci\u00f3n adjunta","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/posts\/2495","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=2495"}],"version-history":[{"count":7,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/posts\/2495\/revisions"}],"predecessor-version":[{"id":3502,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/posts\/2495\/revisions\/3502"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/media\/3152"}],"wp:attachment":[{"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/media?parent=2495"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/categories?post=2495"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/tags?post=2495"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.tirsodemolina.madrid\/index.php\/wp-json\/wp\/v2\/post_folder?post=2495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}