{"id":116,"date":"2022-06-06T09:28:10","date_gmt":"2022-06-06T07:28:10","guid":{"rendered":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/?page_id=116"},"modified":"2026-08-14T09:25:05","modified_gmt":"2026-08-14T07:25:05","slug":"inicio","status":"publish","type":"page","link":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/","title":{"rendered":"\u00daltimas Noticias"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#efefef;font-size:0px\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-0dfbf163 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-0dfbf163 wp-block-group-is-layout-flex\">\n<!-- Barra de logos alineada con el logo superior -->\n<style>\n\/* BARRA COMPLETA *\/\n.barra-completa {\n  width: 100vw;\n  display: flex;\n  justify-content: space-between;\n  align-items: center; \/* centra verticalmente *\/\n  padding: 0 clamp(12px, 4vw, 24px); \/* separaci\u00f3n lateral *\/\n  height: 40px; \/* altura exacta *\/\n  background: #f2f2f2;\n  box-sizing: border-box;\n  z-index: 10;\n}\n\n\/* IZQUIERDA: logo + iconos *\/\n.barra-izquierda {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n\/* Logo *\/\n.barra-logo img {\n  height: 40px;\n  width: auto;\n  display: block;\n}\n\n\/* NUEVO: ajuste espec\u00edfico para EMLab *\/\n.logo-emlab img {\n  height: 46px;\n  width: auto;\n  display: block;\n}\n\n\/* DERECHA: buscador *\/\n.buscador-wrapper {\n  display: flex;\n  align-items: center; \/* centra verticalmente *\/\n  gap: 6px;\n  height: 40px; \/* coincide con la barra *\/\n  box-sizing: border-box;\n}\n\n\/* Bot\u00f3n lupa m\u00e1s peque\u00f1o *\/\n.buscador-btn {\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  background: #7b003b;\n  border: none;\n  color: #fff;\n  font-size: 14px;\n  cursor: pointer;\n  display: flex;\n  align-items: center; \/* centra icono vertical *\/\n  justify-content: center;\n  padding: 0;\n  margin: 0;\n  box-sizing: border-box;\n}\n\n\/* Formulario desplegable *\/\n.buscador-form {\n  display: flex;\n  align-items: center; \/* centra verticalmente *\/\n  gap: 6px;\n  overflow: hidden;\n  width: 0;\n  transition: width 0.25s;\n  height: 40px; \/* coincide con la barra *\/\n  box-sizing: border-box;\n}\n\n\/* Input de b\u00fasqueda *\/\n.buscador-form input[type=\"search\"] {\n  height: 20px;\n  padding: 0 10px;\n  border-radius: 20px;\n  border: 1px solid #ccc;\n  font-size: 14px;\n  margin: 0;\n  box-sizing: border-box;\n}\n\n\/* Bot\u00f3n enviar *\/\n.buscador-form button {\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  background: #000;\n  border: none;\n  color: #fff;\n  cursor: pointer;\n  display: flex;\n  align-items: center; \/* centra vertical *\/\n  justify-content: center;\n  padding: 0;\n  margin: 0;\n  box-sizing: border-box;\n}\n\n\/* Estado activo: desplegar input y bot\u00f3n *\/\n.buscador-wrapper.activo .buscador-form {\n  width: auto;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px){\n  .buscador-form input[type=\"search\"]{\n    width: 160px;\n  }\n}\n<\/style>\n\n<div class=\"barra-completa\">\n  <!-- IZQUIERDA: logo + iconos -->\n  <div class=\"barra-izquierda\">\n    <div class=\"barra-logo\">\n      <a href=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\">\n        <img decoding=\"async\" src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2025\/09\/Diseno_Imagen_Portada_9.png\" alt=\"Instituto Biling\u00fce\">\n      <\/a>\n    <\/div>\n\n    <!-- NUEVO LOGO EMLAB -->\n    <div class=\"logo-emlab\">\n  <a href=\"https:\/\/emlab.educa.madrid.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n    <img decoding=\"async\" src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2026\/06\/INSIGNIA_EMLAB_5.png\" alt=\"Centro EMLab500+\">\n  <\/a>\n<\/div>\n\n    <!-- M\u00e1s iconos aqu\u00ed si los hay -->\n  <\/div>\n\n  <!-- DERECHA: buscador -->\n  <div class=\"buscador-wrapper\" id=\"buscador\">\n    <button class=\"buscador-btn\" aria-label=\"Buscar\">\ud83d\udd0d<\/button>\n    <form class=\"buscador-form\" role=\"search\" method=\"get\" action=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\">\n      <input type=\"search\" name=\"s\" placeholder=\"Buscar en la web\u2026\">\n      <button type=\"submit\">\u2192<\/button>\n    <\/form>\n  <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function(){\n  const wrapper = document.getElementById(\"buscador\");\n  const btn = wrapper.querySelector(\".buscador-btn\");\n\n  btn.addEventListener(\"click\", function(){\n    wrapper.classList.toggle(\"activo\");\n    const input = wrapper.querySelector(\"input[type='search']\");\n    if(wrapper.classList.contains(\"activo\")) input.focus();\n  });\n});\n<\/script>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<style>\n  \/* Estilo general *\/\n  .video-container {\n    position: relative;\n    width: 100%;\n    height: 55vh;\n    min-height: 320px;\n    max-height: 520px;\n    max-width: 100vw;\n    overflow: hidden;\n  }\n\n  #resumenVideo {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* Imagen fija para m\u00f3vil *\/\n  #imagenMovil {\n    display: none;\n    position: absolute;\n    inset: 0;\n    background-image: url(https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2025\/08\/Captura-de-pantalla-2025-08-26-a-las-13.02.25.png);\n    background-size: cover;\n    background-position: center;\n    z-index: 1;\n    cursor: pointer;\n  }\n\n  \/* Texto superpuesto CTA v\u00eddeo *\/\n  #overlayCTA {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    align-items: center;\n    justify-content: flex-start;\n    z-index: 2;\n    pointer-events: none;\n    transition: opacity .25s;\n    padding-left: 1rem;\n  }\n\n  #overlayCTA span {\n    background: rgba(0, 0, 0, 0.45);\n    color: #fff;\n    font-weight: 700;\n    padding: .5rem .9rem;\n    border-radius: 10px;\n    font-size: clamp(12px, 4.5vw, 20px);\n    pointer-events: auto;\n    cursor: pointer;\n  }\n\n  \/* Indicador de \u00faltimas noticias *\/\n  .scroll-indicator {\n    position: absolute;\n    bottom: 18px;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 3;\n    pointer-events: none;\n    animation: bounce 1.6s infinite;\n    text-align: center;\n  }\n\n  .scroll-indicator h2 {\n    margin: 0;\n    padding: .35rem .9rem;\n    background: rgba(0,0,0,.75); \/* fondo negro *\/\n    border-radius: 20px;\n    font-size: clamp(16px, 2.5vw, 22px);\n    font-weight: 700;\n    display: inline-flex;\n    align-items: center;\n    gap: .35rem;\n  }\n\n  \/* Texto de noticias en blanco *\/\n  .scroll-indicator .texto-noticias {\n    color: #fff;\n  }\n\n  @keyframes bounce {\n    0%, 100% { transform: translate(-50%, 0); }\n    50% { transform: translate(-50%, 6px); }\n  }\n\n  \/* M\u00f3vil \/ Tablet *\/\n  @media (max-width: 1024px) {\n    #imagenMovil {\n      display: block !important;\n    }\n\n    #overlayCTA {\n      justify-content: center !important;\n      padding-left: 0 !important;\n      text-align: center;\n      pointer-events: auto !important;\n    }\n\n    #resumenVideo {\n      display: none;\n    }\n\n    .video-container.video-activo #resumenVideo {\n      display: block;\n      z-index: 2;\n      position: relative;\n    }\n\n    .video-container.video-activo #imagenMovil {\n      display: none !important;\n    }\n\n    .video-container.video-activo #overlayCTA {\n      opacity: 0 !important;\n      pointer-events: none !important;\n    }\n  }\n<\/style>\n\n<div class=\"video-container\" id=\"videoWrapper\">\n  <!-- Imagen de fondo en m\u00f3vil -->\n  <div id=\"imagenMovil\"><\/div>\n\n  <!-- Video -->\n  <video id=\"resumenVideo\" muted playsinline preload=\"auto\">\n    <source src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2025\/09\/Antares-Puertas-Abiertas-2023.mp4\" type=\"video\/mp4\">\n    Tu navegador no soporta v\u00eddeo HTML5.\n  <\/video>\n\n  <!-- Texto superpuesto CTA -->\n  <div id=\"overlayCTA\">\n    <span id=\"verCompletoTexto\">\n      Haz click aqu\u00ed<br> para ver el v\u00eddeo completo\n    <\/span>\n  <\/div>\n\n  <!-- Indicador \u00faltimas noticias sin fecha -->\n  <div class=\"scroll-indicator\">\n    <h2>\n      <!-- Flecha blanca SVG -->\n      <span class=\"flecha\">\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <path d=\"M12 16L6 10H18L12 16Z\"\/>\n        <\/svg>\n      <\/span>\n      <span class=\"texto-noticias\">\u00daltimas noticias del centro<\/span>\n    <\/h2>\n  <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const video = document.getElementById(\"resumenVideo\");\n  const overlay = document.getElementById(\"overlayCTA\");\n  const imagen = document.getElementById(\"imagenMovil\");\n  const texto = document.getElementById(\"verCompletoTexto\");\n  const wrapper = document.getElementById(\"videoWrapper\");\n\n  const resumenInicio = 0;\n  const resumenFin = 26;\n  const frameFinal = 8;\n\n  function esMovil() {\n    return window.innerWidth <= 1024;\n  }\n\n  let resumenHecho = false;\n\n  video.removeAttribute('controls');\n  video.muted = true;\n\n  function iniciarResumenEscritorio() {\n    video.currentTime = resumenInicio;\n    video.play().catch(() => {});\n  }\n\n  function handleLoaded() {\n    if (!esMovil()) {\n      iniciarResumenEscritorio();\n    } else {\n      overlay.style.opacity = '1';\n    }\n  }\n\n  if (video.readyState >= 1) {\n    handleLoaded();\n  } else {\n    video.addEventListener('loadedmetadata', handleLoaded, { once: true });\n  }\n\n  video.addEventListener(\"timeupdate\", () => {\n    if (!esMovil() && !resumenHecho && video.currentTime >= resumenFin) {\n      resumenHecho = true;\n      video.pause();\n      video.currentTime = frameFinal;\n      overlay.style.opacity = '1';\n    }\n  });\n\n  function reproducirCompleto() {\n    resumenHecho = true;\n    video.muted = false;\n    video.currentTime = 0;\n    overlay.style.opacity = '0';\n    video.play();\n  }\n\n  video.addEventListener(\"click\", () => {\n    if (!esMovil()) reproducirCompleto();\n  });\n\n  texto.addEventListener(\"click\", () => {\n    if (!esMovil()) reproducirCompleto();\n  });\n\n  function reproducirMovil() {\n    if (esMovil() && !resumenHecho) {\n      resumenHecho = true;\n      wrapper.classList.add(\"video-activo\");\n      setTimeout(() => {\n        video.muted = false;\n        video.currentTime = 0;\n        video.play();\n      }, 50);\n    }\n  }\n\n  imagen.addEventListener(\"click\", reproducirMovil);\n  texto.addEventListener(\"click\", reproducirMovil);\n});\n<\/script>\n\n<div style=\"height: 20px;\"><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-white-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"margin: 0 auto; max-width: 1150px; padding: 5px 16px;\">\n<style>\n\/* =========================================================\n   GALER\u00cdA DE NOTICIAS \u00b7 IES ANTARES\n   ========================================================= *\/\n\n.antares-news-grid {\n  display: grid !important;\n  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;\n  align-items: stretch !important;\n  gap: 24px !important;\n  width: 100% !important;\n  margin: 0 auto !important;\n  box-sizing: border-box !important;\n}\n\n\/* Cada tarjeta ocupa un tercio de la fila *\/\n\n.antares-news-card {\n  grid-column: span 2 !important;\n}\n\n\/* Centrado espec\u00edfico SOLO en escritorio.\n   As\u00ed estas reglas no interfieren con tablet ni m\u00f3vil. *\/\n\n@media (min-width: 901px) {\n\n  \/* Si queda una sola tarjeta en la \u00faltima fila *\/\n\n  .antares-news-card:last-child:nth-child(3n + 1) {\n    grid-column: 3 \/ span 2 !important;\n  }\n\n  \/* Si quedan dos tarjetas en la \u00faltima fila *\/\n\n  .antares-news-card:nth-last-child(2):nth-child(3n + 1) {\n    grid-column: 2 \/ span 2 !important;\n  }\n\n}\n\n.antares-news-card {\n  position: relative !important;\n  display: flex !important;\n  flex-direction: column !important;\n  width: 100% !important;\n  min-width: 0 !important;\n  height: 100% !important;\n  overflow: hidden !important;\n  box-sizing: border-box !important;\n  background: #ffffff !important;\n  border: 1px solid rgba(123, 0, 59, 0.18) !important;\n  border-radius: 13px !important;\n  box-shadow:\n    0 7px 12px rgba(0, 0, 0, 0.15),\n    0 15px 25px rgba(0, 0, 0, 0.18) !important;\n  color: #292329 !important;\n  text-decoration: none !important;\n  transition:\n    transform 0.35s ease,\n    box-shadow 0.35s ease,\n    border-color 0.35s ease !important;\n}\n\n.antares-news-card:hover,\n.antares-news-card:focus-visible {\n  transform: translateY(-7px) !important;\n  border-color: rgba(123, 0, 59, 0.42) !important;\n  box-shadow:\n    0 10px 16px rgba(0, 0, 0, 0.17),\n    0 23px 35px rgba(0, 0, 0, 0.25) !important;\n  color: #292329 !important;\n  text-decoration: none !important;\n}\n\n.antares-news-card::before {\n  content: \"\" !important;\n  position: absolute !important;\n  top: 0 !important;\n  left: 0 !important;\n  z-index: 10 !important;\n  width: 100% !important;\n  height: 4px !important;\n  background: linear-gradient(\n    90deg,\n    #570029 0%,\n    #970049 55%,\n    #c3005d 100%\n  ) !important;\n  transform: scaleX(0.28) !important;\n  transform-origin: left center !important;\n  transition: transform 0.45s ease !important;\n}\n\n.antares-news-card:hover::before,\n.antares-news-card:focus-visible::before {\n  transform: scaleX(1) !important;\n}\n\n\/* Imagen institucional fija *\/\n\n.antares-news-image {\n  position: relative !important;\n  flex: 0 0 auto !important;\n  width: 100% !important;\n  aspect-ratio: 16 \/ 9 !important;\n  overflow: hidden !important;\n  background: #7b003b !important;\n}\n\n.antares-news-image img {\n  display: block !important;\n  width: 100% !important;\n  height: 100% !important;\n  border: 0 !important;\n  border-radius: 0 !important;\n  object-fit: cover !important;\n  object-position: center !important;\n  transition:\n    transform 0.7s cubic-bezier(.2, .7, .2, 1),\n    filter 0.45s ease !important;\n}\n\n.antares-news-card:hover .antares-news-image img,\n.antares-news-card:focus-visible .antares-news-image img {\n  transform: scale(1.04) !important;\n  filter: brightness(1.04) contrast(1.02) !important;\n}\n\n.antares-news-image::after {\n  content: \"\" !important;\n  position: absolute !important;\n  left: 0 !important;\n  right: 0 !important;\n  bottom: 0 !important;\n  height: 26px !important;\n  background: linear-gradient(\n    to top,\n    rgba(35, 0, 16, 0.18),\n    transparent\n  ) !important;\n  pointer-events: none !important;\n}\n\n\/* Franja blanca *\/\n\n.antares-news-info {\n  position: relative !important;\n  display: flex !important;\n  flex: 1 1 auto !important;\n  flex-direction: column !important;\n  min-width: 0 !important;\n  padding: 14px 16px 15px !important;\n  box-sizing: border-box !important;\n  background:\n    radial-gradient(\n      circle at 100% 100%,\n      rgba(123, 0, 59, 0.11) 0,\n      rgba(123, 0, 59, 0.04) 24%,\n      transparent 42%\n    ),\n    #ffffff !important;\n}\n\n.antares-news-meta {\n  display: flex !important;\n  align-items: center !important;\n  flex-wrap: wrap !important;\n  gap: 7px !important;\n  margin: 0 0 8px !important;\n  color: #777177 !important;\n  font-size: 10px !important;\n  line-height: 1.2 !important;\n  font-weight: 700 !important;\n  letter-spacing: 0.4px !important;\n  text-transform: uppercase !important;\n}\n\n.antares-news-category {\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 6px !important;\n  color: #7b003b !important;\n  font-weight: 800 !important;\n}\n\n.antares-news-category::before {\n  content: \"\" !important;\n  display: inline-block !important;\n  flex: 0 0 7px !important;\n  width: 7px !important;\n  height: 7px !important;\n  border-radius: 50% !important;\n  background: #920046 !important;\n}\n\n.antares-news-divider {\n  width: 1px !important;\n  height: 15px !important;\n  margin: 0 2px !important;\n  background: rgba(123, 0, 59, 0.25) !important;\n}\n\n\/* =========================================================\n   T\u00cdTULO DE NOTICIA\n   H3 NATIVO DE WORDPRESS\n   ========================================================= *\/\n\n.antares-news-title {\n  margin: 0 0 6px !important;\n  text-align: left !important;\n  transition: color 0.3s ease !important;\n}\n\n\/* Solo modificamos el color durante el hover.\n   Tipograf\u00eda, tama\u00f1o, peso y altura de l\u00ednea siguen siendo\n   los propios del H3 de WordPress. *\/\n\n.antares-news-card:hover .antares-news-title,\n.antares-news-card:focus-visible .antares-news-title {\n  color: #7b003b !important;\n}\n\n\/* Resumen compacto de la noticia *\/\n\n.antares-news-description {\n  margin: 0 !important;\n  color: #686168 !important;\n  font-size: 12.5px !important;\n  line-height: 1.42 !important;\n  text-align: left !important;\n}\n\n.antares-news-footer {\n  display: flex !important;\n  justify-content: flex-end !important;\n  align-items: center !important;\n  gap: 9px !important;\n  margin-top: auto !important;\n  padding-top: 13px !important;\n}\n\n.antares-news-read {\n  position: relative !important;\n  color: #7b003b !important;\n  font-size: 12px !important;\n  line-height: 1 !important;\n  font-weight: 800 !important;\n  white-space: nowrap !important;\n}\n\n.antares-news-read::after {\n  content: \"\" !important;\n  position: absolute !important;\n  left: 0 !important;\n  right: 0 !important;\n  bottom: -5px !important;\n  height: 2px !important;\n  background: #7b003b !important;\n  transform: scaleX(0.45) !important;\n  transform-origin: left center !important;\n  transition: transform 0.35s ease !important;\n}\n\n.antares-news-card:hover .antares-news-read::after,\n.antares-news-card:focus-visible .antares-news-read::after {\n  transform: scaleX(1) !important;\n}\n\n.antares-news-arrow {\n  display: inline-flex !important;\n  justify-content: center !important;\n  align-items: center !important;\n  flex: 0 0 36px !important;\n  width: 36px !important;\n  height: 36px !important;\n  border-radius: 50% !important;\n  background: linear-gradient(\n    135deg,\n    #700035,\n    #a5004f\n  ) !important;\n  color: #ffffff !important;\n  font-size: 21px !important;\n  line-height: 1 !important;\n  box-shadow: 0 5px 10px rgba(123, 0, 59, 0.27) !important;\n  transition:\n    transform 0.35s ease,\n    box-shadow 0.35s ease !important;\n}\n\n.antares-news-card:hover .antares-news-arrow,\n.antares-news-card:focus-visible .antares-news-arrow {\n  transform: translateX(4px) !important;\n  box-shadow: 0 7px 15px rgba(123, 0, 59, 0.39) !important;\n}\n\n.antares-news-card:focus-visible {\n  outline: 3px solid rgba(123, 0, 59, 0.45) !important;\n  outline-offset: 4px !important;\n}\n\n\/* Tablet *\/\n\n@media (min-width: 581px) and (max-width: 900px) {\n\n  .antares-news-grid {\n    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;\n  }\n\n  .antares-news-card {\n    grid-column: span 2 !important;\n  }\n\n  \/* Si queda una tarjeta sola, se centra *\/\n\n  .antares-news-card:last-child:nth-child(odd) {\n    grid-column: 2 \/ span 2 !important;\n  }\n\n  .antares-news-description {\n    font-size: 13px !important;\n  }\n}\n\n\/* M\u00f3vil *\/\n\n@media (max-width: 580px) {\n\n  .antares-news-grid {\n    grid-template-columns: 1fr !important;\n    gap: 23px !important;\n  }\n\n  .antares-news-card {\n    grid-column: 1 \/ -1 !important;\n  }\n\n  .antares-news-info {\n    padding: 15px 17px 16px !important;\n  }\n\n  .antares-news-description {\n    font-size: 13.5px !important;\n  }\n\n  .antares-news-meta {\n    font-size: 10.5px !important;\n  }\n\n  .antares-news-read {\n    font-size: 13px !important;\n  }\n\n  .antares-news-arrow {\n    flex-basis: 39px !important;\n    width: 39px !important;\n    height: 39px !important;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n\n  .antares-news-card,\n  .antares-news-card::before,\n  .antares-news-image img,\n  .antares-news-title,\n  .antares-news-read::after,\n  .antares-news-arrow {\n    transition: none !important;\n  }\n}\n\n<\/style>\n\n<div id=\"ultimas-noticias\" class=\"antares-news-grid\">\n\n<!-- =====================================================\n     NUEVA NOTICIA\n     ===================================================== -->\n\n<a\n  class=\"antares-news-card\"\n  href=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/inicio\/el-ies-antares-reconocido-como-centro-emlab500\/\"\n  data-publicacion=\"2026-07-06\"\n  data-caducidad=\"2026-08-31\"\n  aria-label=\"Leer noticia: TITULO-DE-LA-NOTICIA\"\n>\n\n  <div class=\"antares-news-image\">\n\n    <img decoding=\"async\"\n      src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2026\/07\/Banner_Noticias_Antares.png?ver=1784893946\"\n      alt=\"Actualidad del IES Antares\"\n      loading=\"lazy\"\n    >\n\n  <\/div>\n\n  <div class=\"antares-news-info\">\n\n    <div class=\"antares-news-meta\">\n\n      <span class=\"antares-news-category\">\n        PREMIOS\n      <\/span>\n\n      <span class=\"antares-news-divider\" aria-hidden=\"true\"><\/span>\n\n      <span>\n        06-07-2026\n      <\/span>\n\n    <\/div>\n\n    <h3 class=\"antares-news-title\">\n      IES Antares reconocido como centro EMLab500+\n    <\/h3>\n\n    <p class=\"antares-news-description\">\n      EducaMadrid distingue al IES Antares por el uso ejemplar de las herramientas digitales de la plataforma.\n    <\/p>\n\n    <div class=\"antares-news-footer\">\n\n      <span class=\"antares-news-read\">\n        Leer noticia\n      <\/span>\n\n      <span class=\"antares-news-arrow\" aria-hidden=\"true\">\n        \u2192\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n\n<\/a>\n\n<!-- =====================================================\n     NUEVA NOTICIA\n     ===================================================== -->\n\n<a\n  class=\"antares-news-card\"\n  href=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/inicio\/inicio-del-curso-2025-2026-profesorado-de-nueva-incorporacion\/\"\n  data-publicacion=\"2026-08-09\"\n  data-caducidad=\"2026-09-01\"\n  aria-label=\"Leer noticia: TITULO-DE-LA-NOTICIA\"\n>\n\n  <div class=\"antares-news-image\">\n\n    <img decoding=\"async\"\n      src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2026\/07\/Banner_Noticias_Antares.png?ver=1784893946\"\n      alt=\"Actualidad del IES Antares\"\n      loading=\"lazy\"\n    >\n\n  <\/div>\n\n  <div class=\"antares-news-info\">\n\n    <div class=\"antares-news-meta\">\n\n      <span class=\"antares-news-category\">\n        PROFESORADO\n      <\/span>\n\n      <span class=\"antares-news-divider\" aria-hidden=\"true\"><\/span>\n\n      <span>\n        09-08-2026\n      <\/span>\n\n    <\/div>\n\n    <h3 class=\"antares-news-title\">\n      Incorporaci\u00f3n del nuevo profesorado\n    <\/h3>\n\n    <p class=\"antares-news-description\">\n      Jornada de bienvenida y acogida para el profesorado que se incorpora al IES Antares en el curso 2026-2027.\n    <\/p>\n\n    <div class=\"antares-news-footer\">\n\n      <span class=\"antares-news-read\">\n        Leer noticia\n      <\/span>\n\n      <span class=\"antares-news-arrow\" aria-hidden=\"true\">\n        \u2192\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n\n<\/a>\n\n<!-- =====================================================\n     NUEVA NOTICIA\n     ===================================================== -->\n\n<a\n  class=\"antares-news-card\"\n  href=\"URL-DE-LA-NOTICIA\"\n  data-publicacion=\"2099-01-01\"\n  data-caducidad=\"2099-12-31\"\n  aria-label=\"Leer noticia: TITULO-DE-LA-NOTICIA\"\n>\n\n  <div class=\"antares-news-image\">\n\n    <img decoding=\"async\"\n      src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2026\/07\/Banner_Noticias_Antares.png?ver=1784893946\"\n      alt=\"Actualidad del IES Antares\"\n      loading=\"lazy\"\n    >\n\n  <\/div>\n\n  <div class=\"antares-news-info\">\n\n    <div class=\"antares-news-meta\">\n\n      <span class=\"antares-news-category\">\n        CATEGOR\u00cdA\n      <\/span>\n\n      <span class=\"antares-news-divider\" aria-hidden=\"true\"><\/span>\n\n      <span>\n        DD-MM-AAAA\n      <\/span>\n\n    <\/div>\n\n    <h3 class=\"antares-news-title\">\n      T\u00cdTULO DE LA NOTICIA\n    <\/h3>\n\n    <p class=\"antares-news-description\">\n      RESUMEN BREVE DE LA NOTICIA.\n    <\/p>\n\n    <div class=\"antares-news-footer\">\n\n      <span class=\"antares-news-read\">\n        Leer noticia\n      <\/span>\n\n      <span class=\"antares-news-arrow\" aria-hidden=\"true\">\n        \u2192\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n\n<\/a>\n\n<!-- =====================================================\n     NUEVA NOTICIA\n     ===================================================== -->\n\n<a\n  class=\"antares-news-card\"\n  href=\"URL-DE-LA-NOTICIA\"\n  data-publicacion=\"2099-01-01\"\n  data-caducidad=\"2099-12-31\"\n  aria-label=\"Leer noticia: TITULO-DE-LA-NOTICIA\"\n>\n\n  <div class=\"antares-news-image\">\n\n    <img decoding=\"async\"\n      src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2026\/07\/Banner_Noticias_Antares.png?ver=1784893946\"\n      alt=\"Actualidad del IES Antares\"\n      loading=\"lazy\"\n    >\n\n  <\/div>\n\n  <div class=\"antares-news-info\">\n\n    <div class=\"antares-news-meta\">\n\n      <span class=\"antares-news-category\">\n        CATEGOR\u00cdA\n      <\/span>\n\n      <span class=\"antares-news-divider\" aria-hidden=\"true\"><\/span>\n\n      <span>\n        DD-MM-AAAA\n      <\/span>\n\n    <\/div>\n\n    <h3 class=\"antares-news-title\">\n      T\u00cdTULO DE LA NOTICIA\n    <\/h3>\n\n    <p class=\"antares-news-description\">\n      RESUMEN BREVE DE LA NOTICIA.\n    <\/p>\n\n    <div class=\"antares-news-footer\">\n\n      <span class=\"antares-news-read\">\n        Leer noticia\n      <\/span>\n\n      <span class=\"antares-news-arrow\" aria-hidden=\"true\">\n        \u2192\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n\n<\/a>\n\n<!-- =====================================================\n     NUEVA NOTICIA\n     ===================================================== -->\n\n<a\n  class=\"antares-news-card\"\n  href=\"URL-DE-LA-NOTICIA\"\n  data-publicacion=\"2099-01-01\"\n  data-caducidad=\"2099-12-31\"\n  aria-label=\"Leer noticia: TITULO-DE-LA-NOTICIA\"\n>\n\n  <div class=\"antares-news-image\">\n\n    <img decoding=\"async\"\n      src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2026\/07\/Banner_Noticias_Antares.png?ver=1784893946\"\n      alt=\"Actualidad del IES Antares\"\n      loading=\"lazy\"\n    >\n\n  <\/div>\n\n  <div class=\"antares-news-info\">\n\n    <div class=\"antares-news-meta\">\n\n      <span class=\"antares-news-category\">\n        CATEGOR\u00cdA\n      <\/span>\n\n      <span class=\"antares-news-divider\" aria-hidden=\"true\"><\/span>\n\n      <span>\n        DD-MM-AAAA\n      <\/span>\n\n    <\/div>\n\n    <h3 class=\"antares-news-title\">\n      T\u00cdTULO DE LA NOTICIA\n    <\/h3>\n\n    <p class=\"antares-news-description\">\n      RESUMEN BREVE DE LA NOTICIA.\n    <\/p>\n\n    <div class=\"antares-news-footer\">\n\n      <span class=\"antares-news-read\">\n        Leer noticia\n      <\/span>\n\n      <span class=\"antares-news-arrow\" aria-hidden=\"true\">\n        \u2192\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n\n<\/a>\n\n<!-- =====================================================\n     NUEVA NOTICIA\n     ===================================================== -->\n\n<a\n  class=\"antares-news-card\"\n  href=\"URL-DE-LA-NOTICIA\"\n  data-publicacion=\"2099-01-01\"\n  data-caducidad=\"2099-12-31\"\n  aria-label=\"Leer noticia: TITULO-DE-LA-NOTICIA\"\n>\n\n  <div class=\"antares-news-image\">\n\n    <img decoding=\"async\"\n      src=\"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/\/wp-content\/uploads\/ies.antares.rivas\/2026\/07\/Banner_Noticias_Antares.png?ver=1784893946\"\n      alt=\"Actualidad del IES Antares\"\n      loading=\"lazy\"\n    >\n\n  <\/div>\n\n  <div class=\"antares-news-info\">\n\n    <div class=\"antares-news-meta\">\n\n      <span class=\"antares-news-category\">\n        CATEGOR\u00cdA\n      <\/span>\n\n      <span class=\"antares-news-divider\" aria-hidden=\"true\"><\/span>\n\n      <span>\n        DD-MM-AAAA\n      <\/span>\n\n    <\/div>\n\n    <h3 class=\"antares-news-title\">\n      T\u00cdTULO DE LA NOTICIA\n    <\/h3>\n\n    <p class=\"antares-news-description\">\n      RESUMEN BREVE DE LA NOTICIA.\n    <\/p>\n\n    <div class=\"antares-news-footer\">\n\n      <span class=\"antares-news-read\">\n        Leer noticia\n      <\/span>\n\n      <span class=\"antares-news-arrow\" aria-hidden=\"true\">\n        \u2192\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n\n<\/a>\n\n\n\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  const ahora = new Date();\n  const grid = document.querySelector(\".antares-news-grid\");\n\n  if (!grid) return;\n\n  \/* =========================================================\n     1. PUBLICACI\u00d3N Y CADUCIDAD\n     ========================================================= *\/\n\n  grid.querySelectorAll(\".antares-news-card\").forEach(function (tarjeta) {\n\n    const fechaPublicacion = tarjeta.getAttribute(\"data-publicacion\");\n    const fechaCaducidad = tarjeta.getAttribute(\"data-caducidad\");\n\n    \/* Ocultar antes de la fecha de publicaci\u00f3n *\/\n\n    if (fechaPublicacion) {\n\n      const publica = new Date(fechaPublicacion + \"T00:00:00\");\n\n      if (ahora < publica) {\n        tarjeta.remove();\n        return;\n      }\n\n    }\n\n    \/* Ocultar despu\u00e9s de la fecha de caducidad *\/\n\n    if (fechaCaducidad) {\n\n      const caduca = new Date(fechaCaducidad + \"T23:59:59\");\n\n      if (ahora > caduca) {\n        tarjeta.remove();\n      }\n\n    }\n\n  });\n\n\n  \/* =========================================================\n     2. ORDEN AUTOM\u00c1TICO\n     La noticia con la fecha de publicaci\u00f3n m\u00e1s reciente\n     aparece primero.\n     ========================================================= *\/\n\n  const tarjetasActivas = Array.from(\n    grid.querySelectorAll(\".antares-news-card\")\n  );\n\n  tarjetasActivas.sort(function (a, b) {\n\n    const fechaA = a.getAttribute(\"data-publicacion\") || \"0000-01-01\";\n    const fechaB = b.getAttribute(\"data-publicacion\") || \"0000-01-01\";\n\n    return fechaB.localeCompare(fechaA);\n\n  });\n\n  tarjetasActivas.forEach(function (tarjeta) {\n    grid.appendChild(tarjeta);\n  });\n\n});\n<\/script>\n<\/div>\n<\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd0d \u2192 Tu navegador no soporta v\u00eddeo HTML5. Haz click aqu\u00ed para ver el v\u00eddeo completo \u00daltimas noticias del centro PREMIOS 06-07-2026 IES Antares reconocido como centro EMLab500+ EducaMadrid distingue &#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth-stretched.php","meta":{"footnotes":""},"folder":[],"class_list":["post-116","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"tic.ies.antares.rivas","author_link":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/author\/cuenta_tic-ies-antares-rivas\/"},"rttpg_comment":0,"rttpg_category":false,"rttpg_excerpt":"\ud83d\udd0d \u2192 Tu navegador no soporta v\u00eddeo HTML5. Haz click aqu\u00ed para ver el v\u00eddeo completo \u00daltimas noticias del centro PREMIOS 06-07-2026 IES Antares reconocido como centro EMLab500+ EducaMadrid distingue ...","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/pages\/116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/comments?post=116"}],"version-history":[{"count":49,"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/pages\/116\/revisions"}],"predecessor-version":[{"id":19500,"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/pages\/116\/revisions\/19500"}],"wp:attachment":[{"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/media?parent=116"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/site.educa.madrid.org\/ies.antares.rivas\/index.php\/wp-json\/wp\/v2\/folder?post=116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}