Skip to content
https://elespanol.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
53
GRADE
F
FIX
6
REVIEW
5
PASS
2
INFO
0
Checks
13
2 PASS 5 REVIEW 6 FIX
D
Landmark Structure
Action
43 landmarks
FIX
43 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
18 <nav> landmark(s) found
Warning::
18 of 18 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN (missing!) ASIDE CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.

Learn more

When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.

Source: WAI-ARIA Authoring Practices

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.

Learn more

WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.

Source: WCAG 2.1 SC 2.4.1

F
Alt Text Quality
Action
274 of 339 images have issues
FIX
274 of 339 images have issues
Critical::
274 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
7 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
32 decorative image(s) correctly marked
Info::
33 image(s) with good alt text
339 images 33 good alt text 32 decorative 274 missing
IssueCount
missing274 image(s)

Images without alt text are invisible to screen readers.

Why this matters

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Learn more

WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.

Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report

An image inside a link with no alt creates an empty link.

Why this matters

Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.

Learn more

An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.

Source: WCAG 2.1 SC 2.4.4

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
18 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 18 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Página no encontrada Custom Styling Navigation Homepage Link Search Form
C
Favicon & Branding
Action
6 icon(s) detected
REVIEW
6 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Present
Multiple Sizes Present
B
Web Manifest
PWA-ready
REVIEW
PWA-ready
Info::
Meets PWA install criteria
Info::
Name present: Elespanol.com
Info::
192x192 icon present
Info::
Display mode: standalone
PWA Install Criteria Installable
Name Elespanol.com 192×192 icon 512×512 icon Start URL / Display Mode standalone
Name Elespanol.com Display Mode standalone Icons 1 icon(s)
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

0 pass 20 fail WCAG AA
h2 PRIMER PLANO
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 DESTACADO
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 MASTER DE PERIODISMO
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 ÚLTIMAS NOTICIAS
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 VÍDEOS DESTACADOS
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 SELECCIÓN DEL EDITOR
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Empleo y Dinero
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 INFORMACIÓN ÚTIL
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 LA EDICIÓN
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h2 POR SI TE LO PERDISTE
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Accede a noticias basadas en tus interes…
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
19px · bottom of viewport
h3 NEWSLETTERS
1.45:1
#000000
on
#29292B
needs 3.0:1 (large text)
19px · bottom of viewport
title EL ESPAÑOL - Diario digital, plural, li…
1.10:1
#000000
on
#101012
needs 4.5:1 (normal text)
16px · top of page (header area)
span ES NOTICIA:
1.32:1
#000000
on
#222224
needs 4.5:1 (normal text)
16px · top of page (header area)
a Últimas noticias
1.45:1
#000000
on
#29292B
needs 4.5:1 (normal text)
16px · top of page (header area)
a Mapa de noticias
1.45:1
#000000
on
#29292B
needs 4.5:1 (normal text)
16px · top of page (header area)
a Alarma entre funcionarios de prisiones
1.45:1
#000000
on
#29292B
needs 4.5:1 (normal text)
16px · above the fold
a Aparatosa cogida de Morante
1.45:1
#000000
on
#29292B
needs 4.5:1 (normal text)
16px · above the fold
a Reunión María Corina y Marco Rubio
1.45:1
#000000
on
#29292B
needs 4.5:1 (normal text)
16px · above the fold
a Últimas horas entre EEUU e Irán
1.45:1
#000000
on
#29292B
needs 4.5:1 (normal text)
16px · above the fold
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 PRIMER PLANO1.45:13.0:1
#000000
#29292B
Fail
h2 DESTACADO1.45:13.0:1
#000000
#29292B
Fail
h2 MASTER DE PERIODISMO1.45:13.0:1
#000000
#29292B
Fail
h2 ÚLTIMAS NOTICIAS1.45:13.0:1
#000000
#29292B
Fail
h2 VÍDEOS DESTACADOS1.45:13.0:1
#000000
#29292B
Fail
h2 SELECCIÓN DEL EDITO…1.45:13.0:1
#000000
#29292B
Fail
h2 Empleo y Dinero1.45:13.0:1
#000000
#29292B
Fail
h2 INFORMACIÓN ÚTIL1.45:13.0:1
#000000
#29292B
Fail
h2 LA EDICIÓN1.45:13.0:1
#000000
#29292B
Fail
h2 POR SI TE LO PERDIST…1.45:13.0:1
#000000
#29292B
Fail
h3 Accede a noticias ba…1.45:13.0:1
#000000
#29292B
Fail
h3 NEWSLETTERS1.45:13.0:1
#000000
#29292B
Fail
title EL ESPAÑOL - Diario…1.10:14.5:1
#000000
#101012
Fail
span ES NOTICIA:1.32:14.5:1
#000000
#222224
Fail
a Últimas noticias1.45:14.5:1
#000000
#29292B
Fail
a Mapa de noticias1.45:14.5:1
#000000
#29292B
Fail
a Alarma entre funcion…1.45:14.5:1
#000000
#29292B
Fail
a Aparatosa cogida de …1.45:14.5:1
#000000
#29292B
Fail
a Reunión María Cori…1.45:14.5:1
#000000
#29292B
Fail
a Últimas horas entre…1.45:14.5:1
#000000
#29292B
Fail

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

C
Lighthouse Accessibility Audits
Action
Score 77/100 — 6 failing, 25 passed
REVIEW
77

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1392 > button.item__more nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1392 > button.item__more
nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1397 > button.item__more nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1397 > button.item__more
nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1398 > button.item__more nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1398 > button.item__more
nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1400 > button.item__more nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1400 > button.item__more
header.header-container > div.content-main-header > div.main-header > button.main-header__menu-btn header.header-container > div.content-main-header > div.main-header > button.main-header__menu-btn
div.content-main-header > div.main-header > div.main-header__wrapper-user > button#user_login_signin div.content-main-header > div.main-header > div.main-header__wrapper-user > button#user_login_signin
div#content > div.mod > div.heading > button#heading_Invertia10943186 div#content > div.mod > div.heading > button#heading_Invertia10943186
div.mod > div.heading > div#editions-wrapper > button#btn-togle div.mod > div.heading > div#editions-wrapper > button#btn-togle
div#content > div.mod > div.heading > button#heading_Invertia10943186 div#content > div.mod > div.heading > button#heading_Invertia10943186
div#content > div.mod > div.heading > button#heading_LOS-IMPRESCINDIBLES div#content > div.mod > div.heading > button#heading_LOS-IMPRESCINDIBLES
div.mod-snippet > div.mod > div.heading > button#heading_El-Cultural10943200 div.mod-snippet > div.mod > div.heading > button#heading_El-Cultural10943200
div#content > div.mod > div.heading > button#heading_11126599 div#content > div.mod > div.heading > button#heading_11126599
div.mod-snippet > div.mod > div.heading > button#heading_CIENCIA div.mod-snippet > div.mod > div.heading > button#heading_CIENCIA
div.mod-snippet > div.mod > div.heading > button#heading_Bluper10943207 div.mod-snippet > div.mod > div.heading > button#heading_Bluper10943207
div.mod-snippet > div.mod > div.heading > button#heading_Cocinillas10943206 div.mod-snippet > div.mod > div.heading > button#heading_Cocinillas10943206
div.mod-snippet > div.mod > div.heading > button#heading_Vandal10943217 div.mod-snippet > div.mod > div.heading > button#heading_Vandal10943217
div.mod-snippet > div.mod > div.heading > button#heading_Zona-N10943220 div.mod-snippet > div.mod > div.heading > button#heading_Zona-N10943220

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.row-ee--horizontal > article.art > div.art__media > img#0d9af7529b div.row-ee--horizontal > article.art > div.art__media > img#0d9af7529b
div.row-ee--horizontal > article.art > figure.art__media--author > img.media div.row-ee--horizontal > article.art > figure.art__media--author > img.media
div.row-ee--horizontal > article.art > div.art__media > img#fa5f430b0c div.row-ee--horizontal > article.art > div.art__media > img#fa5f430b0c
div.row-ee--horizontal > article.art > figure.art__media--author > img.media div.row-ee--horizontal > article.art > figure.art__media--author > img.media
div.row-ee--horizontal > article.art > div.art__media > img#359f929e38 div.row-ee--horizontal > article.art > div.art__media > img#359f929e38
div.row-ee--horizontal > article.art > figure.art__media--author > img.media div.row-ee--horizontal > article.art > figure.art__media--author > img.media
div.row-ee--horizontal > article.art > div.art__media > img#2d07dc48dc div.row-ee--horizontal > article.art > div.art__media > img#2d07dc48dc
div.row-ee--horizontal > article.art > figure.art__media--author > img.media div.row-ee--horizontal > article.art > figure.art__media--author > img.media
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img div.grid-ee__col > article.art > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#a054b0cfd9 div.grid-ee__col > article.art > div.art__media > img#a054b0cfd9
div.grid-ee__col > article.art > div.art__media > img#750c5480aa div.grid-ee__col > article.art > div.art__media > img#750c5480aa
div.row-ee--horizontal > article.art > div.art__media > img#ead137efb8 div.row-ee--horizontal > article.art > div.art__media > img#ead137efb8
div.row-ee--horizontal > article.art > div.art__media > img#a6a7901065 div.row-ee--horizontal > article.art > div.art__media > img#a6a7901065
div.row-ee--horizontal > article.art > div.art__media > img#580be134d9 div.row-ee--horizontal > article.art > div.art__media > img#580be134d9
div.row-ee--horizontal > article.art > div.art__media > img#2a1052c520 div.row-ee--horizontal > article.art > div.art__media > img#2a1052c520
div.grid-ee__col > article.art > div.art__media > img#db17eef933 div.grid-ee__col > article.art > div.art__media > img#db17eef933
div.grid-ee__col > article.art > div.art__media > img#707b718125 div.grid-ee__col > article.art > div.art__media > img#707b718125
div.grid-ee__col > article.art > div.art__media > img#14471775d4 div.grid-ee__col > article.art > div.art__media > img#14471775d4
div.container-grouped > article.art > div.art__media > img#3731c54f47 div.container-grouped > article.art > div.art__media > img#3731c54f47
div.container-grouped > article.art > div.art__media > img#3dd1fc1706 div.container-grouped > article.art > div.art__media > img#3dd1fc1706
div.container-grouped > article.art > div.art__media > img#6114f2e131 div.container-grouped > article.art > div.art__media > img#6114f2e131
div.container-grouped > article.art > div.art__media > img#26ba7bd9d0 div.container-grouped > article.art > div.art__media > img#26ba7bd9d0
div.container-grouped > article.art > div.art__media > img#c7e9838e71 div.container-grouped > article.art > div.art__media > img#c7e9838e71
div.container-grouped > article.art > div.art__media > img#bd584b1c41 div.container-grouped > article.art > div.art__media > img#bd584b1c41
div.container-grouped > article.art > div.art__media > img#49b0a0cafd div.container-grouped > article.art > div.art__media > img#49b0a0cafd
div.mod > article.art > div.art__media > img#4939179040 div.mod > article.art > div.art__media > img#4939179040
div.art__related > div.art > div.art__media > img#2ec172d84e div.art__related > div.art > div.art__media > img#2ec172d84e
div.mod > article.art > div.art__media > img#443a0896f7 div.mod > article.art > div.art__media > img#443a0896f7
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#2ec6905ecb div.grid-ee__col > article.art > div.art__media > img#2ec6905ecb
div.grid-ee__col > article.art > div.art__media > img#1dd0c6f0c7 div.grid-ee__col > article.art > div.art__media > img#1dd0c6f0c7
div.row-ee--horizontal > article.art > div.art__media > img#76ce44af52 div.row-ee--horizontal > article.art > div.art__media > img#76ce44af52
div.row-ee--horizontal > article.art > div.art__media > img#994f805b86 div.row-ee--horizontal > article.art > div.art__media > img#994f805b86
div.grid-ee__col > article.art > div.art__media > img#9eeec22ac2 div.grid-ee__col > article.art > div.art__media > img#9eeec22ac2
div.carrusel-item > article.art > div.art__media > img#649ccd7816 div.carrusel-item > article.art > div.art__media > img#649ccd7816
div.carrusel-item > article.art > div.art__media > img#d51ee03991 div.carrusel-item > article.art > div.art__media > img#d51ee03991
div.carrusel-item > article.art > div.art__media > img#31f4d75cc0 div.carrusel-item > article.art > div.art__media > img#31f4d75cc0
div.carrusel-item > article.art > div.art__media > img#56aeb3aa9c div.carrusel-item > article.art > div.art__media > img#56aeb3aa9c
div.carrusel-item > article.art > div.art__media > img#efee261eb2 div.carrusel-item > article.art > div.art__media > img#efee261eb2
div.carrusel-item > article.art > div.art__media > img#c3582936f5 div.carrusel-item > article.art > div.art__media > img#c3582936f5
div.carrusel-item > article.art > div.art__media > img#87496ceb03 div.carrusel-item > article.art > div.art__media > img#87496ceb03
div.carrusel-item > article.art > div.art__media > img#c6cc8e4c8b div.carrusel-item > article.art > div.art__media > img#c6cc8e4c8b
div.carrusel-item > article.art > div.art__media > img#fe000cd340 div.carrusel-item > article.art > div.art__media > img#fe000cd340
div.carrusel-item > article.art > div.art__media > img#2d42cbadd8 div.carrusel-item > article.art > div.art__media > img#2d42cbadd8
div.container-grouped > article.art > div.art__media > img#42373de9f2 div.container-grouped > article.art > div.art__media > img#42373de9f2
div.container-grouped > article.art > div.art__media > img#365d31c5ba div.container-grouped > article.art > div.art__media > img#365d31c5ba
div.container-grouped > article.art > div.art__media > img#dc039be8c1 div.container-grouped > article.art > div.art__media > img#dc039be8c1
div.container-grouped > article.art > div.art__media > img#0dd3a9a64f div.container-grouped > article.art > div.art__media > img#0dd3a9a64f
div.container-grouped > article.art > div.art__media > img#f79c7bc5d2 div.container-grouped > article.art > div.art__media > img#f79c7bc5d2
div.container-grouped > article.art > div.art__media > img#2b498883bc div.container-grouped > article.art > div.art__media > img#2b498883bc
div.grid-ee__col > article.art > div.art__media > img#c971520932 div.grid-ee__col > article.art > div.art__media > img#c971520932
div.grid-ee__col > article.art > div.art__media > img#03a043c601 div.grid-ee__col > article.art > div.art__media > img#03a043c601
div.grid-ee__col > article.art > div.art__media > img#37ea21f158 div.grid-ee__col > article.art > div.art__media > img#37ea21f158
div.grid-ee__col > article.art > div.art__media > img#62de2a882d div.grid-ee__col > article.art > div.art__media > img#62de2a882d
div.grid-ee__col > article.art > div.art__media > img#551ce388aa div.grid-ee__col > article.art > div.art__media > img#551ce388aa
div.grid-ee__col > article.art > div.art__media > img#0e6cf42b6c div.grid-ee__col > article.art > div.art__media > img#0e6cf42b6c
div.row-ee--horizontal > article.art > div.art__media > img#9a55b6ab7e div.row-ee--horizontal > article.art > div.art__media > img#9a55b6ab7e
div.row-ee--horizontal > article.art > div.art__media > img#f8af2d98ca div.row-ee--horizontal > article.art > div.art__media > img#f8af2d98ca
div.row-ee--horizontal > article.art > div.art__media > img#c3b42a198c div.row-ee--horizontal > article.art > div.art__media > img#c3b42a198c
div.row-ee--horizontal > article.art > div.art__media > img#7c39022a64 div.row-ee--horizontal > article.art > div.art__media > img#7c39022a64
div.grid-ee__col > article.art > div.art__media > img#3cb0b30fca div.grid-ee__col > article.art > div.art__media > img#3cb0b30fca
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#8d1445c987 div.grid-ee__col > article.art > div.art__media > img#8d1445c987
div.grid-ee__col > article.art > div.art__media > img#d8c0b2ee02 div.grid-ee__col > article.art > div.art__media > img#d8c0b2ee02
div.grid-ee__col > article.art > div.art__media > img#db24e7a260 div.grid-ee__col > article.art > div.art__media > img#db24e7a260
div.grid-ee__col > article.art > div.art__media > img#d2ba958f8c div.grid-ee__col > article.art > div.art__media > img#d2ba958f8c
div#mod_202224190432349-wrapper > div.heading > a.heading__sponsor > img div#mod_202224190432349-wrapper > div.heading > a.heading__sponsor > img
div.row-ee--horizontal > article.art > div.art__media > img#35ae0e99d7 div.row-ee--horizontal > article.art > div.art__media > img#35ae0e99d7
div.row-ee--horizontal > article.art > div.art__media > img#9486cfb10b div.row-ee--horizontal > article.art > div.art__media > img#9486cfb10b
div.row-ee--horizontal > article.art > div.art__media > img#95d00914b3 div.row-ee--horizontal > article.art > div.art__media > img#95d00914b3
div.row-ee--horizontal > article.art > div.art__media > img#b75d6e082b div.row-ee--horizontal > article.art > div.art__media > img#b75d6e082b
div.row-ee--horizontal > article.art > div.art__media > img#321542737f div.row-ee--horizontal > article.art > div.art__media > img#321542737f
div.row-ee--horizontal > article.art > div.art__media > img#f2d0502d2e div.row-ee--horizontal > article.art > div.art__media > img#f2d0502d2e
div.row-ee--horizontal > article.art > div.art__media > img#cfd1219a43 div.row-ee--horizontal > article.art > div.art__media > img#cfd1219a43
div.row-ee--horizontal > article.art > div.art__media > img#99c520ab1a div.row-ee--horizontal > article.art > div.art__media > img#99c520ab1a
div.row-ee--horizontal > article.art > div.art__media > img#6d7a14d1fe div.row-ee--horizontal > article.art > div.art__media > img#6d7a14d1fe
div.row-ee--horizontal > article.art > div.art__media > img#b28f6e5c9b div.row-ee--horizontal > article.art > div.art__media > img#b28f6e5c9b
div.row-ee--horizontal > article.art > div.art__media > img#001ccc73af div.row-ee--horizontal > article.art > div.art__media > img#001ccc73af
div.row-ee--horizontal > article.art > div.art__media > img#55d480823f div.row-ee--horizontal > article.art > div.art__media > img#55d480823f
div.row-ee--horizontal > article.art > div.art__media > img#4c09f6d358 div.row-ee--horizontal > article.art > div.art__media > img#4c09f6d358
div.row-ee--horizontal > article.art > div.art__media > img#9c206d46dd div.row-ee--horizontal > article.art > div.art__media > img#9c206d46dd
div.row-ee--horizontal > article.art > div.art__media > img#b3e68ea695 div.row-ee--horizontal > article.art > div.art__media > img#b3e68ea695
div.row-ee--horizontal > article.art > div.art__media > img#9443af7d0e div.row-ee--horizontal > article.art > div.art__media > img#9443af7d0e
div.row-ee--horizontal > article.art > div.art__media > img#cb63aaafa0 div.row-ee--horizontal > article.art > div.art__media > img#cb63aaafa0
div.mod > div.heading > a.heading__sponsor > img div.mod > div.heading > a.heading__sponsor > img
div.grid-ee__col > article.art > div.art__media > img#91e63d6089 div.grid-ee__col > article.art > div.art__media > img#91e63d6089
div.grid-ee__col > article.art > div.art__media > img#b0a33dd983 div.grid-ee__col > article.art > div.art__media > img#b0a33dd983
div.grid-ee__col > article.art > div.art__media > img#a28c3b0bc4 div.grid-ee__col > article.art > div.art__media > img#a28c3b0bc4
div.grid-ee__col > article.art > div.art__media > img#e578d602eb div.grid-ee__col > article.art > div.art__media > img#e578d602eb
div.grid-ee__col > article.art > div.art__media > img#65c0dde6ac div.grid-ee__col > article.art > div.art__media > img#65c0dde6ac
div.row-ee--horizontal > article.art > div.art__media > img#f057d2fa15 div.row-ee--horizontal > article.art > div.art__media > img#f057d2fa15
div.row-ee--horizontal > article.art > div.art__media > img#d58ee18dc9 div.row-ee--horizontal > article.art > div.art__media > img#d58ee18dc9
div.row-ee--horizontal > article.art > div.art__media > img#e2de9d6c9f div.row-ee--horizontal > article.art > div.art__media > img#e2de9d6c9f
div.row-ee--horizontal > article.art > div.art__media > img#119650b732 div.row-ee--horizontal > article.art > div.art__media > img#119650b732
div.grid-ee__col > article.art > div.art__media > img#f554cb97ec div.grid-ee__col > article.art > div.art__media > img#f554cb97ec
div.grid-ee__col > article.art > div.art__media > img#7474c79860 div.grid-ee__col > article.art > div.art__media > img#7474c79860
div.grid-ee__col > article.art > div.art__media > img#7dc0f11c77 div.grid-ee__col > article.art > div.art__media > img#7dc0f11c77
div.grid-ee__col > article.art > div.art__media > img#055fed0219 div.grid-ee__col > article.art > div.art__media > img#055fed0219
div.mod > div.heading > a.heading__sponsor > img div.mod > div.heading > a.heading__sponsor > img
div.row-ee--horizontal > article.art > div.art__media > img#cd0d7e239d div.row-ee--horizontal > article.art > div.art__media > img#cd0d7e239d
div.row-ee--horizontal > article.art > div.art__media > img#fe77836eac div.row-ee--horizontal > article.art > div.art__media > img#fe77836eac
div.row-ee--horizontal > article.art > div.art__media > img#cb3b94af5d div.row-ee--horizontal > article.art > div.art__media > img#cb3b94af5d
div.row-ee--horizontal > article.art > div.art__media > img#f016ab676f div.row-ee--horizontal > article.art > div.art__media > img#f016ab676f
div.row-ee--horizontal > article.art > div.art__media > img#6afdc5182c div.row-ee--horizontal > article.art > div.art__media > img#6afdc5182c
div.row-ee--horizontal > article.art > div.art__media > img#a900af0b4c div.row-ee--horizontal > article.art > div.art__media > img#a900af0b4c
div.row-ee--horizontal > article.art > div.art__media > img#728da5b638 div.row-ee--horizontal > article.art > div.art__media > img#728da5b638
div.row-ee--horizontal > article.art > div.art__media > img#bf00fcb934 div.row-ee--horizontal > article.art > div.art__media > img#bf00fcb934
div.row-ee--horizontal > article.art > div.art__media > img#46b5735b6e div.row-ee--horizontal > article.art > div.art__media > img#46b5735b6e
div.row-ee--horizontal > article.art > div.art__media > img#eded002ef8 div.row-ee--horizontal > article.art > div.art__media > img#eded002ef8
div.row-ee--horizontal > article.art > div.art__media > img#c46c5c1049 div.row-ee--horizontal > article.art > div.art__media > img#c46c5c1049
div.row-ee--horizontal > article.art > div.art__media > img#e2ca2b0375 div.row-ee--horizontal > article.art > div.art__media > img#e2ca2b0375
div.row-ee--horizontal > article.art > div.art__media > img#d9bcfc2c28 div.row-ee--horizontal > article.art > div.art__media > img#d9bcfc2c28
div.grid-ee__col > article.art > div.art__media > img#71fb431c08 div.grid-ee__col > article.art > div.art__media > img#71fb431c08
div.grid-ee__col > article.art > div.art__media > img#39b364c5b5 div.grid-ee__col > article.art > div.art__media > img#39b364c5b5
div.grid-ee__col > article.art > div.art__media > img#ef5c105974 div.grid-ee__col > article.art > div.art__media > img#ef5c105974
div.grid-ee__col > article.art > div.art__media > img#529d70ba2b div.grid-ee__col > article.art > div.art__media > img#529d70ba2b
div.row-ee--horizontal > article.art > div.art__media > img#417e8bfdd1 div.row-ee--horizontal > article.art > div.art__media > img#417e8bfdd1
div.row-ee--horizontal > article.art > div.art__media > img#70ea52337b div.row-ee--horizontal > article.art > div.art__media > img#70ea52337b
div.row-ee--horizontal > article.art > div.art__media > img#2a1a7ceb49 div.row-ee--horizontal > article.art > div.art__media > img#2a1a7ceb49
div.row-ee--horizontal > article.art > div.art__media > img#3631504199 div.row-ee--horizontal > article.art > div.art__media > img#3631504199
div.grid-ee__col > article.art > div.art__media > img#f0768dd1aa div.grid-ee__col > article.art > div.art__media > img#f0768dd1aa
div.grid-ee__col > article.art > div.art__media > img#30757f4ca4 div.grid-ee__col > article.art > div.art__media > img#30757f4ca4
div.grid-ee__col > article.art > div.art__media > img#81fac77d37 div.grid-ee__col > article.art > div.art__media > img#81fac77d37
div.grid-ee__col > article.art > div.art__media > img#2ddeb8c8fb div.grid-ee__col > article.art > div.art__media > img#2ddeb8c8fb
div.row-ee--horizontal > article.art > div.art__media > img#675ee71922 div.row-ee--horizontal > article.art > div.art__media > img#675ee71922
div.row-ee--horizontal > article.art > div.art__media > img#3bb95b85c7 div.row-ee--horizontal > article.art > div.art__media > img#3bb95b85c7
div.row-ee--horizontal > article.art > div.art__media > img#5bb6bcac8e div.row-ee--horizontal > article.art > div.art__media > img#5bb6bcac8e
div.row-ee--horizontal > article.art > div.art__media > img#dc92372110 div.row-ee--horizontal > article.art > div.art__media > img#dc92372110
div.grid-ee__col > article.art > div.art__media > img#feae9fb193 div.grid-ee__col > article.art > div.art__media > img#feae9fb193
div.grid-ee__col > article.art > div.art__media > img#e0dadd52be div.grid-ee__col > article.art > div.art__media > img#e0dadd52be
div.grid-ee__col > article.art > div.art__media > img#479f21eb74 div.grid-ee__col > article.art > div.art__media > img#479f21eb74
div.grid-ee__col > article.art > div.art__media > img#edf2e1b3ee div.grid-ee__col > article.art > div.art__media > img#edf2e1b3ee
div.grid-ee__col > article.art > div.art__media > img#03c1e432db div.grid-ee__col > article.art > div.art__media > img#03c1e432db
div.row-ee--horizontal > article.art > div.art__media > img#c4ef068582 div.row-ee--horizontal > article.art > div.art__media > img#c4ef068582
div.row-ee--horizontal > article.art > div.art__media > img#7d9907cc4a div.row-ee--horizontal > article.art > div.art__media > img#7d9907cc4a
div.row-ee--horizontal > article.art > div.art__media > img#2e796dab12 div.row-ee--horizontal > article.art > div.art__media > img#2e796dab12
div.row-ee--horizontal > article.art > div.art__media > img#473fe3a64a div.row-ee--horizontal > article.art > div.art__media > img#473fe3a64a
div.row-ee--horizontal > article.art > div.art__media > img#38022d3bb4 div.row-ee--horizontal > article.art > div.art__media > img#38022d3bb4
div.row-ee--horizontal > article.art > div.art__media > img#89bc7f7a5f div.row-ee--horizontal > article.art > div.art__media > img#89bc7f7a5f
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#35489888bd div.grid-ee__col > article.art > div.art__media > img#35489888bd
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#a9f17784a4 div.grid-ee__col > article.art > div.art__media > img#a9f17784a4
div.grid-ee__col > article.art > div.art__media > img#eb166140e8 div.grid-ee__col > article.art > div.art__media > img#eb166140e8
div.grid-ee__col > article.art > div.art__media > img#84d699f587 div.grid-ee__col > article.art > div.art__media > img#84d699f587
div.grid-ee__col > article.art > div.art__media > img#4f5f683a91 div.grid-ee__col > article.art > div.art__media > img#4f5f683a91
div.grid-ee__col > article.art > div.art__media > img#08eab03ddb div.grid-ee__col > article.art > div.art__media > img#08eab03ddb
div.grid-ee__col > article.art > div.art__media > img#b9a63d5333 div.grid-ee__col > article.art > div.art__media > img#b9a63d5333
div.grid-ee__col > article.art > div.art__media > img#4b5e59e79a div.grid-ee__col > article.art > div.art__media > img#4b5e59e79a
div.grid-ee__col > article.art > div.art__media > img#aaa80f786c div.grid-ee__col > article.art > div.art__media > img#aaa80f786c
div.grid-ee__col > article.art > div.art__media > img#c7050a83ef div.grid-ee__col > article.art > div.art__media > img#c7050a83ef
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#f57d83a7fd div.grid-ee__col > article.art > div.art__media > img#f57d83a7fd
div.grid-ee__col > article.art > div.art__media > img#af5af9702c div.grid-ee__col > article.art > div.art__media > img#af5af9702c
div.grid-ee__col > article.art > div.art__media > img#27e28e8b67 div.grid-ee__col > article.art > div.art__media > img#27e28e8b67
div.grid-ee__col > article.art > div.art__media > img#d4efb480b2 div.grid-ee__col > article.art > div.art__media > img#d4efb480b2
div.grid-ee__col > article.art > div.art__media > img#db2b2a8ec7 div.grid-ee__col > article.art > div.art__media > img#db2b2a8ec7
div.row-ee--horizontal > article.art > div.art__media > img#874ad31310 div.row-ee--horizontal > article.art > div.art__media > img#874ad31310
div.row-ee--horizontal > article.art > div.art__media > img#1082100b3e div.row-ee--horizontal > article.art > div.art__media > img#1082100b3e
div.row-ee--horizontal > article.art > div.art__media > img#87660815f5 div.row-ee--horizontal > article.art > div.art__media > img#87660815f5
div.row-ee--horizontal > article.art > div.art__media > img#1a7d908326 div.row-ee--horizontal > article.art > div.art__media > img#1a7d908326
div.grid-ee__col > article.art > div.art__media > img#ab2e52b1ab div.grid-ee__col > article.art > div.art__media > img#ab2e52b1ab
div.grid-ee__col > article.art > div.art__media > img#06a4c15155 div.grid-ee__col > article.art > div.art__media > img#06a4c15155
div.grid-ee__col > article.art > div.art__media > img#e34b8c0bde div.grid-ee__col > article.art > div.art__media > img#e34b8c0bde
div.grid-ee__col > article.art > div.art__media > img#9db8332ad8 div.grid-ee__col > article.art > div.art__media > img#9db8332ad8
div.grid-ee__col > article.art > div.art__media > img#9a1e640cda div.grid-ee__col > article.art > div.art__media > img#9a1e640cda
div.grid-ee__col > article.art > div.art__media > img#7046ff2a26 div.grid-ee__col > article.art > div.art__media > img#7046ff2a26
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#5deef2cee2 div.grid-ee__col > article.art > div.art__media > img#5deef2cee2
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#bc4cbef198 div.grid-ee__col > article.art > div.art__media > img#bc4cbef198
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#0d1dddae6f div.grid-ee__col > article.art > div.art__media > img#0d1dddae6f
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#e617cfb44d div.grid-ee__col > article.art > div.art__media > img#e617cfb44d
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#d85341057e div.grid-ee__col > article.art > div.art__media > img#d85341057e
div.sponsor > span.sponsor__logo > div.art__media > img div.sponsor > span.sponsor__logo > div.art__media > img
div.grid-ee__col > article.art > div.art__media > img#d21825dd42 div.grid-ee__col > article.art > div.art__media > img#d21825dd42
div.grid-ee__col > article.art > div.art__media > img#3a4406e8c1 div.grid-ee__col > article.art > div.art__media > img#3a4406e8c1
div.grid-ee__col > article.art > div.art__media > img#b61c646913 div.grid-ee__col > article.art > div.art__media > img#b61c646913
div.grid-ee__col > article.art > div.art__media > img#5d4f9469af div.grid-ee__col > article.art > div.art__media > img#5d4f9469af
div.grid-ee__col > article.art > div.art__media > img#d9528df341 div.grid-ee__col > article.art > div.art__media > img#d9528df341
div.row-ee--horizontal > article.art > div.art__media > img#ccae6a0493 div.row-ee--horizontal > article.art > div.art__media > img#ccae6a0493
div.row-ee--horizontal > article.art > div.art__media > img#d0d9ecc555 div.row-ee--horizontal > article.art > div.art__media > img#d0d9ecc555
div.row-ee--horizontal > article.art > div.art__media > img#24828fee85 div.row-ee--horizontal > article.art > div.art__media > img#24828fee85
div.row-ee--horizontal > article.art > div.art__media > img#b0fa373015 div.row-ee--horizontal > article.art > div.art__media > img#b0fa373015
div.row-ee--horizontal > article.art > div.art__media > img#7d1e23c0ee div.row-ee--horizontal > article.art > div.art__media > img#7d1e23c0ee
div.row-ee--horizontal > article.art > div.art__media > img#64a15e360d div.row-ee--horizontal > article.art > div.art__media > img#64a15e360d
div.row-ee--horizontal > article.art > div.art__media > img#acc02143bd div.row-ee--horizontal > article.art > div.art__media > img#acc02143bd
div.row-ee--horizontal > article.art > div.art__media > img#6138254a1d div.row-ee--horizontal > article.art > div.art__media > img#6138254a1d
div.grid-ee__col > article.art > div.art__media > img#a676706938 div.grid-ee__col > article.art > div.art__media > img#a676706938
div.grid-ee__col > article.art > div.art__media > img#8f76d7f743 div.grid-ee__col > article.art > div.art__media > img#8f76d7f743
div.grid-ee__col > article.art > div.art__media > img#6b5d4ac2c3 div.grid-ee__col > article.art > div.art__media > img#6b5d4ac2c3
div.grid-ee__col > article.art > div.art__media > img#4acdf19c17 div.grid-ee__col > article.art > div.art__media > img#4acdf19c17
div.row-ee--horizontal > article.art > div.art__media > img#903e2988a1 div.row-ee--horizontal > article.art > div.art__media > img#903e2988a1
div.row-ee--horizontal > article.art > div.art__media > img#3e5d3d95b4 div.row-ee--horizontal > article.art > div.art__media > img#3e5d3d95b4
div.row-ee--horizontal > article.art > div.art__media > img#d3e6980489 div.row-ee--horizontal > article.art > div.art__media > img#d3e6980489
div.row-ee--horizontal > article.art > div.art__media > img#824c274237 div.row-ee--horizontal > article.art > div.art__media > img#824c274237
div.grid-ee__col > article.art > div.art__media > img#2fea065379 div.grid-ee__col > article.art > div.art__media > img#2fea065379
div.grid-ee__col > article.art > div.art__media > img#66db9365f2 div.grid-ee__col > article.art > div.art__media > img#66db9365f2
div.grid-ee__col > article.art > div.art__media > img#97cba71e33 div.grid-ee__col > article.art > div.art__media > img#97cba71e33
div.grid-ee__col > article.art > div.art__media > img#cd1d0c78d4 div.grid-ee__col > article.art > div.art__media > img#cd1d0c78d4
div.grid-ee__col > article.art > div.art__media > img#8db2ecf23d div.grid-ee__col > article.art > div.art__media > img#8db2ecf23d
div.grid-ee__col > article.art > div.art__media > img#e4e7bace66 div.grid-ee__col > article.art > div.art__media > img#e4e7bace66
div.grid-ee__col > article.art > div.art__media > img#f9dc7537cf div.grid-ee__col > article.art > div.art__media > img#f9dc7537cf
div.row-ee--horizontal > article.art > div.art__media > img#e0a05beea6 div.row-ee--horizontal > article.art > div.art__media > img#e0a05beea6
div.row-ee--horizontal > article.art > div.art__media > img#415d0c503b div.row-ee--horizontal > article.art > div.art__media > img#415d0c503b
div.row-ee--horizontal > article.art > div.art__media > img#2748c97d9f div.row-ee--horizontal > article.art > div.art__media > img#2748c97d9f
div.row-ee--horizontal > article.art > div.art__media > img#031862ec5c div.row-ee--horizontal > article.art > div.art__media > img#031862ec5c
div.grid-ee__col > article.art > div.art__media > img#c64cf5e554 div.grid-ee__col > article.art > div.art__media > img#c64cf5e554
div.row-ee--horizontal > article.art > div.art__media > img#20d5460e3d div.row-ee--horizontal > article.art > div.art__media > img#20d5460e3d
div.row-ee--horizontal > article.art > div.art__media > img#790e58bd6e div.row-ee--horizontal > article.art > div.art__media > img#790e58bd6e
div.row-ee--horizontal > article.art > div.art__media > img#25ba5d6bf8 div.row-ee--horizontal > article.art > div.art__media > img#25ba5d6bf8
div.row-ee--horizontal > article.art > div.art__media > img#455af98246 div.row-ee--horizontal > article.art > div.art__media > img#455af98246
div.row-ee--horizontal > article.art > div.art__media > img#7e3a88987c div.row-ee--horizontal > article.art > div.art__media > img#7e3a88987c
div.row-ee--horizontal > article.art > div.art__media > img#02ae8d7c85 div.row-ee--horizontal > article.art > div.art__media > img#02ae8d7c85
div.grid-ee__col > article.art > div.art__media > img#e7c36e6512 div.grid-ee__col > article.art > div.art__media > img#e7c36e6512
div.grid-ee__col > article.art > div.art__media > img#b76b9a0f7b div.grid-ee__col > article.art > div.art__media > img#b76b9a0f7b
div.grid-ee__col > article.art > div.art__media > img#1b0b89b3e0 div.grid-ee__col > article.art > div.art__media > img#1b0b89b3e0
div.grid-ee__col > article.art > div.art__media > img#aad3969453 div.grid-ee__col > article.art > div.art__media > img#aad3969453
div.grid-ee__col > article.art > div.art__media > img#7e458b1300 div.grid-ee__col > article.art > div.art__media > img#7e458b1300
div.grid-ee__col > article.art > div.art__media > img#f276b0d436 div.grid-ee__col > article.art > div.art__media > img#f276b0d436
div.grid-ee__col > article.art > div.art__media > img#0853db857f div.grid-ee__col > article.art > div.art__media > img#0853db857f
div.grid-ee__col > article.art > div.art__media > img#041457169f div.grid-ee__col > article.art > div.art__media > img#041457169f
div.grid-ee__col > article.art > div.art__media > img#4dcb1a7fc7 div.grid-ee__col > article.art > div.art__media > img#4dcb1a7fc7
div.row-ee--horizontal > article.art > div.art__media > img#9710b25032 div.row-ee--horizontal > article.art > div.art__media > img#9710b25032
div.row-ee--horizontal > article.art > div.art__media > img#84ee42d3ea div.row-ee--horizontal > article.art > div.art__media > img#84ee42d3ea
div.row-ee--horizontal > article.art > div.art__media > img#012f54d311 div.row-ee--horizontal > article.art > div.art__media > img#012f54d311
div.row-ee--horizontal > article.art > div.art__media > img#f950dd4c15 div.row-ee--horizontal > article.art > div.art__media > img#f950dd4c15
div.row-ee--horizontal > article.art > div.art__media > img#9a7eed818d div.row-ee--horizontal > article.art > div.art__media > img#9a7eed818d
div.row-ee--horizontal > article.art > div.art__media > img#cb14563288 div.row-ee--horizontal > article.art > div.art__media > img#cb14563288
div.row-ee--horizontal > article.art > div.art__media > img#9254973835 div.row-ee--horizontal > article.art > div.art__media > img#9254973835
div.row-ee--horizontal > article.art > div.art__media > img#b5ff264188 div.row-ee--horizontal > article.art > div.art__media > img#b5ff264188
div.row-ee--horizontal > article.art > div.art__media > img#c1a539e7e9 div.row-ee--horizontal > article.art > div.art__media > img#c1a539e7e9
div.row-ee--horizontal > article.art > div.art__media > img#6b643218f1 div.row-ee--horizontal > article.art > div.art__media > img#6b643218f1
div.row-ee--horizontal > article.art > div.art__media > img#963dee6916 div.row-ee--horizontal > article.art > div.art__media > img#963dee6916
div.row-ee--horizontal > article.art > div.art__media > img#14ada6c211 div.row-ee--horizontal > article.art > div.art__media > img#14ada6c211
div.row-ee--horizontal > article.art > div.art__media > img#4d66df70b3 div.row-ee--horizontal > article.art > div.art__media > img#4d66df70b3
div.row-ee--horizontal > article.art > div.art__media > img#23a10e7342 div.row-ee--horizontal > article.art > div.art__media > img#23a10e7342
div.row-ee--horizontal > article.art > div.art__media > img#e81d000630 div.row-ee--horizontal > article.art > div.art__media > img#e81d000630
div.row-ee--horizontal > article.art > div.art__media > img#1ae9c0b888 div.row-ee--horizontal > article.art > div.art__media > img#1ae9c0b888
div.row-ee--horizontal > article.art > div.art__media > img#9b2ce967bf div.row-ee--horizontal > article.art > div.art__media > img#9b2ce967bf
div.row-ee--horizontal > article.art > div.art__media > img#4e0f23eaa8 div.row-ee--horizontal > article.art > div.art__media > img#4e0f23eaa8
div.grid-ee__col > article.art > div.art__media > img#6c0d67ad7a div.grid-ee__col > article.art > div.art__media > img#6c0d67ad7a
div.grid-ee__col > article.art > div.art__media > img#8e50499013 div.grid-ee__col > article.art > div.art__media > img#8e50499013
div.grid-ee__col > article.art > div.art__media > img#cd766cb9ee div.grid-ee__col > article.art > div.art__media > img#cd766cb9ee
div.row-ee--horizontal > article.art > div.art__media > img#361cd19156 div.row-ee--horizontal > article.art > div.art__media > img#361cd19156
div.row-ee--horizontal > article.art > div.art__media > img#c2c7a03380 div.row-ee--horizontal > article.art > div.art__media > img#c2c7a03380
div.row-ee--horizontal > article.art > div.art__media > img#ada0ed9ccd div.row-ee--horizontal > article.art > div.art__media > img#ada0ed9ccd
div.row-ee--horizontal > article.art > div.art__media > img#e02f0fe366 div.row-ee--horizontal > article.art > div.art__media > img#e02f0fe366
div.row-ee--horizontal > article.art > div.art__media > img#644fd31601 div.row-ee--horizontal > article.art > div.art__media > img#644fd31601
div.row-ee--horizontal > article.art > div.art__media > img#48a9f7dc36 div.row-ee--horizontal > article.art > div.art__media > img#48a9f7dc36
div.row-ee--horizontal > article.art > div.art__media > img#69ba59c207 div.row-ee--horizontal > article.art > div.art__media > img#69ba59c207
div.row-ee--horizontal > article.art > div.art__media > img#76116296e3 div.row-ee--horizontal > article.art > div.art__media > img#76116296e3
div.row-ee--horizontal > article.art > div.art__media > img#9f2fb3c7c0 div.row-ee--horizontal > article.art > div.art__media > img#9f2fb3c7c0
div.row-ee--horizontal > article.art > div.art__media > img#354d9b2870 div.row-ee--horizontal > article.art > div.art__media > img#354d9b2870
div.row-ee--horizontal > article.art > div.art__media > img#df717e9d59 div.row-ee--horizontal > article.art > div.art__media > img#df717e9d59
div.row-ee--horizontal > article.art > div.art__media > img#b5c7e2f951 div.row-ee--horizontal > article.art > div.art__media > img#b5c7e2f951

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.row-ee--horizontal > div.free-html > div > iframe div.row-ee--horizontal > div.free-html > div > iframe
div.row-ee--horizontal > div.free-html > div > iframe div.row-ee--horizontal > div.free-html > div > iframe

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.content-main-header > div.main-header > div.main-header__wrapper-user > a.main-header__subscribe div.content-main-header > div.main-header > div.main-header__wrapper-user > a.main-header__subscribe
div.mod > div#mod_202224190432349-wrapper > div.heading > a.heading__sponsor div.mod > div#mod_202224190432349-wrapper > div.heading > a.heading__sponsor
div.mod-snippet > div.mod > div.heading > a.heading__sponsor div.mod-snippet > div.mod > div.heading > a.heading__sponsor
div.mod-snippet > div.mod > div.heading > a.heading__sponsor div.mod-snippet > div.mod > div.heading > a.heading__sponsor
div.mod > div.heading > h2.heading__title > a div.mod > div.heading > h2.heading__title > a
div.mod > div.heading > h2.heading__title > a div.mod > div.heading > h2.heading__title > a

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
MÁS INFORMACIÓN → div.didomi-popup-view > div#buttons > button#didomi-notice-learn-more-button > span
RECHAZAR Y SUSCRIBIRTE div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button > span
ACEPTAR Y SEGUIR LEYENDO div.didomi-popup-view > div#buttons > button#didomi-notice-agree-button > span
GUERRA DE IRÁN div#alert_container > div#alert_0 > div.alert-notification__text > span.alert-notification__title
LEER div#content > div.edition-mod > a.edition-mod__link > span.edition-mod__btn

These are opportunities to improve the legibility of your content.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1392 > button.item__more nav.ed-autonomie__nav > ul.ed-autonomie__list > li#nav-list-autonomies-1392 > button.item__more

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
All heading elements contain content.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A
Heading Hierarchy
407 headings
PASS
407 headings
Info::
Single H1 present
Warning::
3 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H1 El Español
  • H2 Trump prolonga el alto el fuego hasta que Irán "presente una propuesta unificada y concluyan las negociaciones"
  • H2 El PP corrige una moción de Vox sobre la "prioridad nacional" en las ayudas y Feijóo afirma que sólo se aplicará dentro de la ley
  • H3 Guardiola defiende su pacto con Vox: "Sé que ha creado ruido pero lean el acuerdo palabra por palabra"
  • H2 El día que Koldo incluyó en su agenda a su póker de ases: Air Europa, Venezuela, China y el hijo de Ábalos
  • H2 Hidalgo se revuelve contra el fiscal: "No me consta ninguna nota de prensa de Transportes por el rescate de Air Europa"
  • H2 El Gobierno dice que el proceso de regularización es 'garantista' y que 'cumple con su obligación' al abrir el trámite a los presos
  • H3 Vox pide a Europol "vigilar" la regularización de extranjeros: "España acabará siendo refugio de criminales"
  • H2 La UE rechaza la petición de Sánchez de romper el acuerdo de asociación con Israel: "Golpearía a la población civil"
  • H2 El Consejo de Ministros da luz verde al 'Plan Estatal de Vivienda' 2026-2030, que blinda la vivienda pública
  • H2 PRIMER PLANO PRIMER PLANO
  • H2 Vinicius y Mbappé capean el temporal y lideran la victoria contra el Alavés (2-1)
  • H2 Enfrentamiento de Sánchez con Trump: las exportaciones a EEUU caen un 12%
  • H2 Plantar cara a Trump está de moda: claves para ganar unas elecciones nacionales
  • H2 Nestlé anuncia un ERE para 301 trabajadores por el avance de la marca blanca
  • H2 Lérida (PSC) prohibirá el burka en vía pública y dependencias municipales
  • H2 Alexander Soros hizo de anfitrión y pagó el 'guateque' de Barcelona y 'fan' de Sánchez
  • H2 La impactante imagen de Morante, en camilla y con oxígeno, tras su grave cogida
  • H3 Morante evoluciona favorablemente
  • H2 OPINIÓN OPINIÓN
  • H3 CARTA DEL DIRECTOR
  • H3 EDITORIALES
  • H3 COLUMNAS
  • H3 TRIBUNAS
  • H3 VIÑETAS
  • H3 VIDEOBLOG DEL DIRECTOR
  • H2 La devastación inútil de la guerra de Ucrania
  • H2 Yo también odio a los periodistas
  • H2 Sobre el (hipotético) fin de la OTAN
  • H2 La dupla presidencial
  • H2 DESTACADO DESTACADO
  • H2 Reino Unido prohíbe el tabaco a todos los nacidos después de 2008: "Creará una generación libre de humo"
  • H2 EL ESPAÑOL redobla su liderazgo con más de 30 millones de usuarios en abril tras integrar ComScore las redes sociales
  • H2 El exjefe del Foreign Office dice que fue presionado para que Mandelson, socio de Epstein, fuera nombrado embajador
  • H2 Detenidos dos adolescentes por un ataque a una sinagoga en Reino Unido en plena ola de agresiones antisemitas
  • H2 El atacante de Teotihuacán era un joven admirador de Hitler que pretendía reeditar la masacre de Columbine en 1999
  • H2 El TJUE dictamina que el Gobierno húngaro de Orbán vulneró los valores básicos de la UE con su ley anti-LGTBI
  • H2 La Asamblea del Consejo de Europa insta a que el comité que elige a los candidatos al TEDH no esté "politizado"
  • H2 Un jefe jubilado de Costas será investigado por la tragedia de El Bocal por no ordenar ninguna inspección
  • H2 Desmantelan en Milán una red de prostitución y drogas que implica a 50 jugadores de la Serie A y un piloto de F1
  • H2 La Fiscalía pide 9 años para Álvaro Aguado, acusado de agredir sexualmente a una trabajadora del Espanyol
  • H2 Invertia
  • H2 Cani Fernández asegura que nunca hubo un vacío normativo que pudiera afectar al apagón
  • H2 Los expedientes del apagón no contemplan a una fotovoltaica como origen y tumban la teoría de Corredor
  • H2 La patronal aérea española no prevé cancelaciones de vuelos en verano y garantiza el suministro de queroseno
  • H2 Las eléctricas vuelven a hablar del apagón en el Congreso y siguen apuntando a Redeia
  • H2 Enagás se erige en segundo máximo accionista de la francesa Teréga al comprar un 31,5% por 573 millones
  • H2 MASTER DE PERIODISMO MASTER DE PERIODISMO
  • H2 Descubre la Guía de Inteligencia Artificial del Máster de EL ESPAÑOL: así enseñamos a utilizarla para hacer Periodismo
  • H3 Las prácticas de los alumnos de EL ESPAÑOL, contadas por ellos: así se trabaja en el Máster de Periodismo más actual
  • H2 Quirófano, prótesis y alta médica, ¿cómo lograrlo el mismo día?
  • H3 Andalucía
  • H3 Aragón
  • H3 Canarias
  • H3 Castilla y León
  • H3 Castilla-La Mancha
  • H3 Cataluña
  • H3 Comunitat Valenciana
  • H3 Galicia
  • H3 País Vasco
  • H2 MADRID MADRID
  • H2 La nueva vida del centro acuático del Metropolitano: un auditorio, un campus y un centro deportivo
  • H2 Madrid impulsa una ley urgente para crear 18.000 viviendas protegidas en cuatro años
  • H2 La vida ejemplar de Luz: de una aldea extremeña a Móstoles para levantar una churrería de 50 años junto a sus hijas
  • H2 El Tribunal Supremo inadmite el recurso del Ayuntamiento de Madrid contra la sentencia de las Zonas de Bajas Emisiones
  • H2 Abre el mercadillo con muebles de lujo a precios del Ikea
  • H2 España tendrá que hacer fijos a todos los funcionarios interinos
  • H2 Becas de 3.113 € para los alumnos matriculados en los centros privados
  • H2 Los mejores restaurantes de Madrid por distrito: el mapa definitivo
  • H2 Tienes derecho a una excedencia de hasta 3 años por el cuidado de hijos
  • H2 Los pensionistas recibirán el pago de su nómina a finales de abril
  • H2 ÚLTIMAS NOTICIAS ÚLTIMAS NOTICIAS
  • H2 Los 'ex' de Vox y constructores presionan al PP a aprobar la Ley de Vivienda de Murcia sin "la política de pancarta"
  • H2 Agur a la UPV: la Universidad del País Vasco aprueba eliminar su nombre en español y se llamará EHU
  • H2 Reabierto el carril de la A-3 en Cuenca 30 horas después de que dos camiones ardieran
  • H2 Amancio Ortega abandona junto a Navantia la inversión en Enagás Renovables
  • H2 Crece la lucha vecinal contra las macrogranjas que llevarán 600.000 gallinas a Guadalajara
  • H2 Golpe al narcotráfico en Andalucía: 19 detenidos y dos redes desarticuladas en Málaga, Córdoba y Jaén
  • H2 Encuentran con vida a una nonagenaria que había desaparecido en San Amaro (Ourense)
  • H2 El campo de Almería, Murcia y Alicante alza la voz ante la cita clave del trasvase Tajo-Segura
  • H2 Detenido en Valencia un hombre que ocultaba en el mismo local un salón de estética y un taller
  • H2 Empresarios de San Javier se forman en Inteligencia Artificial para revolucionar el turismo local
  • H2 VÍDEOS DESTACADOS VÍDEOS DESTACADOS
  • H2 OBSERVATORIO DE DEFENSA OBSERVATORIO DE DEFENSA
  • H2 Francia se prepara para "una guerra de desgaste en 2030": refuerzo de artillería y misiles de crucero
  • H2 Rheinmetall entra en el negocio de los drones navales con el 'Kraken K3 Scout' y promete hacer 1.000 buques al año
  • H2 Dinamarca apuesta por la soberanía europea y elige el sistema SAMP/T NG frente al Patriot de EEUU
  • H2 OBSERVATORIO DE SANIDAD OBSERVATORIO DE SANIDAD
  • H2 Sanidad concluye que la homeopatía carece de eficacia y puede ser peligrosa si sustituye a tratamientos probados
  • H2 Los médicos de seis comunidades autónomas convocan sus propias huelgas paralelas al paro nacional
  • H2 Sanidad ultima el decreto de Evaluación de Tecnologías Sanitarias y afirma que está "a punto de salir del horno"
  • H2 SELECCIÓN DEL EDITOR SELECCIÓN DEL EDITOR
  • H2 Ilia Topuria se va de España y se muda a Estados Unidos para los próximos años: "Tengo muchas cosas entre manos"
  • H2 El secretario del papa Francisco, tras un año de su muerte: "León XIV sucede a un Maradona, este año explotará su potencial"
  • H2 El Teatro Real celebra a Janácek, Lorca y Wagner en su nueva temporada
  • H2 Confirmado el reparto de la serie de Netflix sobre Marta del Castillo: Verónica Sánchez será la madre
  • H2 Ana Peleteiro y Helen Svedin deslumbran vestidas por Pedro del Hierro en la ceremonia de los Premios Laureus
  • H2 Valentí, padre de Guardiola: "Aquí en casa le llamamos José. Nada de Pep'"
  • H2 Marc Giró y Henar Álvarez: el duelo del morbo entre amigos y por qué Évole es el protagonista
  • H2 China crea una batería de litio que es capaz de mantener la autonomía incluso a −50 °C
  • H2 Berasategui: "El caldo con más sabor se hace con 2,5 litros de agua y un toque de nata"
  • H2 Nuevo Mazda CX-5 2026: La revolución del SUV superventas que ahora llega con Google, Etiqueta ECO y un precio imbatible
  • H2 PÓDCAST PÓDCAST
  • H2 El renacimiento del talento en Castilla-La Mancha: de la emigración al ecosistema digital
  • H2 Invertia
  • H3 MERCADOS
  • H3 EMPRESAS
  • H3 ECONOMÍA
  • H3 EMPLEO HOY
  • H3 MIS FINANZAS
  • H3 MEDIOS
  • H3 OBSERVATORIOS
  • H3 OPINIÓN
  • H2 La CNMC archiva la investigación contra Repsol, Moeve y BP por prácticas anticompetitivas en 2022
  • H2 Un trabajador asalariado paga casi el doble de impuestos que un pensionista en España
  • H2 DKV casi triplica su beneficio hasta 54,6 millones de euros en 2025 pese al impacto de su salida de Muface
  • H2 Kia revisa su estrategia para 2030: elevará las ventas de modelos de combustión un 7% y recorta la de eléctricos un 20,6%
  • H2 Electrificar la economía para ser competitivos
  • H2 Empleo y Dinero Empleo y Dinero
  • H2 Las tiendas deberán cobrar un importe por cada botella y lata vendida
  • H2 Se bloquearán todas las llamadas comerciales que no comiencen por 400
  • H2 España pide a la UE 413 millones de euros para producir frutas
  • H2 Ayuda de 15.000 euros para jóvenes de hasta 35 años que compren vivienda en pueblos
  • H2 El Plan de Vivienda destinará 7.000 millones de euros a blindar los pisos públicos
  • H2 Entró en vigor: ayuda de 1.000 € al año para las familias que adopten un hijo
  • H2 El trabajador está obligado a devolver el tiempo perdido por salir a fumar
  • H2 Ana, madre de 10 hijos: "A partir del quinto hijo te dan 600 euros por cada uno"
  • H2 Wake Up Spain
  • H2 IA generativa, una opción prácticamente inviable para salir del 'mainframe'
  • H2 Psyonic: la mano negra biónica que puede sostener una fresa sin aplastarla
  • H2 D+I
  • H2 BStartup, la primera unidad bancaria de España dedicada a startups
  • H2 De la automatización al ajuste: las dudas que emergen tras sustituir empleos por IA
  • H3 Accede a noticias basadas en tus intereses
  • H2 LOS IMPRESCINDIBLES LOS IMPRESCINDIBLES
  • H2 Adelántate al calor con este ventilador de techo rebajado en PcComponentes
  • H2 Charlotte Tilbury tiene el iluminador que triunfa por su efecto glow
  • H2 Este kit de afeitado para hombres cuesta menos que una afeitadora premium
  • H2 Ofertas del Día de la Madre en HUAWEI: regala este móvil rebajado
  • H2 ¿Uñas débiles o dañadas? Este es el sérum mágico de Druni
  • H2 Magas
  • H3 PROTAGONISTAS
  • H3 MODA
  • H3 BELLEZA
  • H3 ROYALS
  • H3 SALUDABLES
  • H3 ACTUALIDAD
  • H3 LAS TOP 100
  • H3 ARRÉGLATE QUE NOS VAMOS
  • H2 'Abrimos' el joyero de la reina Isabel II en el día que habría cumplido 100 años: del collar de Nizam a la espectacular tiara Kokoshnik
  • H2 La biofísica Eva Nogales: "La IA ha revolucionado la ciencia. Lo que yo tardé años en descubrir, a mis alumnos les lleva sólo un mes"
  • H2 La Feria de Abril dicta normas de estilo más allá de los trajes de flamenca: los looks en la calle se llevan con flores, encajes y volúmenes
  • H2 Cosentino y la revolución mineral de las superficies en Casa Decor 2026: la materia cobra vida
  • H2 El 'dulce' encuentro entre la reina Letizia y Margarida Maldonado: complicidad y colores pastel
  • H2 Un economista: "Si finaliza tu alquiler en 2027, tendrán que buscar vivienda"
  • H2 Los vecinos pueden obligarte a demoler el cerramiento de tu balcón, según la Ley
  • H2 Adiós a los 2 días libres en el trabajo por hospitalización de un familiar
  • H2 Irene, cocinera: "Las almejas más ricas no llevan solo ajo, añade maicena y vino blanco"
  • H2 Destinos
  • H2 El pueblo español que es la 'aldea de los Pitufos' y puedes recorrer a pie: está en un valle
  • H2 Parecen los fiordos noruegos, pero es España: el paraíso de aguas turquesas y el oso pardo
  • H2 Cómo llegar a Talat Noi, lo más desconocido de Bangkok: grafitis, hipsters y un horno
  • H2 Las "Maldivas japonesas", 160 islas donde vive la gente más longeva del mundo
  • H2 ESTILO DE VIDA ESTILO DE VIDA
  • H2 Liliana, colombiana: "Le dije a mi novio que si me ofrecían casarme aceptaría"
  • H2 Lorena, enfermera: "Mi sueldo no llega a los 1.100 euros, son 900 y pico"
  • H2 Crean un nuevo hormigón para construir casas en menos tiempo y autoreparables
  • H2 Carolina, electricista: "Desde que soy autónoma, limpios me llevo 2.500 euros"
  • H2 La ayuda de hasta 1.380 euros al año por hijo para familias con rentas bajas
  • H2 La isla más pequeña de España para una escapada: tiene solo 60 habitantes
  • H2 "Si un festivo cae en tu día de descanso, tienes derecho a disfrutarlo otro día"
  • H2 Alemania da una lección a España: se jubilan a los 67 años, la paga es de 1.550 €
  • H2 Los expertos valencianos coinciden: el socarrat no es quemar el arroz
  • H2 Entra en vigor: miles de patinetes eléctricos dejarán de circular en España
  • H2 La aldea donde rocas gigantes hacen de tejado: perfecto para una escapada
  • H2 El pueblo ideal para comer migas de lujo y recorrer a pie paisajes divinos
  • H2 El pueblo romano que puedes recorrer a pie en España: con termas del siglo I d.C
  • H2 DEPORTES DEPORTES
  • H3 El Bernabéu
  • H3 Fútbol
  • H3 Mundial 2026
  • H3 Baloncesto
  • H3 Fórmula 1
  • H3 MotoGP
  • H3 Tenis
  • H3 Ciclismo
  • H2 (empty)
  • H2 La Fiscalía pide 9 años para Álvaro Aguado, acusado de agredir sexualmente a una trabajadora del Espanyol
  • H2 Honda no ofrece garantías a corto plazo de poder mejorar el Aston Martin: "Hemos estado buscando soluciones"
  • H2 Desmantelan en Milán una red de prostitución y drogas que implica a 50 jugadores de la Serie A y un piloto de F1
  • H2 Ilia Topuria se va de España y se muda a Estados Unidos para los próximos años: "Tengo muchas cosas entre manos"
  • H2 El esqueleto del Camp Nou: 30.000 toneladas de metal, el equivalente a 4 torres Eiffel
  • H2 Aperribay, sobre el 'milagro' Matarazzo: "Le pregunté a la IA si era buen entrenador"
  • H2 La vida de Torres más allá del fútbol: cadena de gimnasios, hostelería y viviendas de lujo
  • H2 Madrid cambia las normas: unas condiciones únicas que hacen más favorito a Sinner
  • H2 Gerard Piqué: "Mucha gente emprende para ganarse la vida y yo para pasármelo bien"
  • H2 Valentí, padre de Guardiola: "Aquí en casa le llamamos José. Nada de Pep"
  • H2 La inversión de Koke en un edificio histórico de Madrid para hacer viviendas de lujo
  • H2 El pueblo español de Aday Mara: un paisaje de western americano y pinturas rupestres
  • H2 El Cultural
  • H3 LETRAS
  • H3 ARTE
  • H3 ESCENARIOS
  • H3 CINE
  • H3 CIENCIA
  • H3 HISTORIA
  • H3 OPINIÓN
  • H2 La organista Montserrat Torrent cumple 100 años: "Perder el oído fue duro, pero en mi interior lo oigo todo"
  • H2 'Golondrinas': Bernardo Atxaga convierte la vida del boxeador Urtain en una fábula fantástica e irreverente
  • H2 Gloria Muñoz nos toca la fibra sensible con su viejecita afásica en 'Las gratitudes'
  • H2 Yuko Mohri, la artista que convierte el ruido de las olas del mar en partitura musical
  • H2 La biografía de Gaziel, un gran periodista víctima del cainismo
  • H2 Woody Allen comenzará a rodar su película ambientada en Madrid el 5 de octubre
  • H2 'El tren': la heroica resistencia de los ferroviarios en la Francia ocupada
  • H2 Ya a la venta la Guía de la Cultura, mapa de un sector clave en la economía
  • H2 SOCIEDAD SOCIEDAD
  • H3 REPORTAJES
  • H3 SUCESOS
  • H3 CONSUMO
  • H2 Monedero: "A mí me duele España. Llevo 22 juicios. Voy a irme a América Latina, necesito quitarme este dolor de país"
  • H2 David, "pendenciero" y con "37 detenciones", mató a puñetazos a Antonio
  • H2 Peinado, el juez tozudo que cierra el 'caso Begoña': "Termina lo que empieza"
  • H2 Los 106 policías y guardias civiles investigados por trabajar con el narco
  • H2 EL ESPAÑOL asiste a la nueva temporada 2026 de Puy du Fou: un viaje inmersivo por la historia
  • H2 Laura y las 'temporeras del sexo' que vienen de América Latina
  • H2 Los arroceros: "No podemos vender arroz. Entran 562.000 toneladas del asiático"
  • H2 "El búnker de Moncloa volaría en segundos": España, un país desprotegido
  • H2 A Tulia debían llamarla cada 30 días con VioGén, pero su exmarido la mató
  • H2 El descenso a los infiernos de Óscar Freire desde el arcoíris: infidelidades
  • H2 El dolor de Eugenia tres meses después de sobrevivir a Adamuz: "Ocultan información"
  • H2 MARCAS Ñ MARCAS Ñ
  • H2 Hatta Energy: la española que cambia el futuro de los hidrocarburos
  • H2 Monedas de colección: valor numismático, histórico y evolución
  • H2 Enclave ODS
  • H3 REFERENTES
  • H3 NOTICIAS
  • H3 HISTORIAS
  • H3 OPINIÓN
  • H3 SEMANALES
  • H2 La energía solar cubre el 75% de la nueva demanda: "Estamos en la era del crecimiento limpio"
  • H2 Los derechos humanos entran en una fase crítica de "depredadores"
  • H2 La política peruana hace frente a un momento difícil tras 10 años de crisis
  • H2 La degradación del suelo merma la eficacia de la cosmética natural
  • H2 Doñana sigue en peligro, a pesar de las lluvias de los últimos dos años
  • H2 (empty)
  • H2 Rusia impone la ley: los dueños de un circo podrían pagar con hasta 2 años de cárcel la fuga de un tigre
  • H2 España da un paso histórico: los museos ahora permiten la entrada de perros, gatos y hurones en sus salas
  • H2 Los expertos coinciden: acaba de llegar el mejor antiparasitario para tu mascota por sólo 14,20 euros
  • H2 CIENCIA CIENCIA
  • H3 Investigación
  • H3 Nutrición
  • H3 Salud
  • H2 El embalse español con una capacidad de más de 3.000 hectómetros cúbicos
  • H2 El pueblo medieval que desafía la gravedad: está en España y es de hace 5.000 años
  • H2 El pueblo español para recorrer a pie: su casco antiguo es una joya medieval única
  • H2 China cambia de estrategia: busca en Europa nuevos aliados para no depender de EEUU
  • H2 El pueblo medieval para recorrer a pie: 4.000 habitantes y un castillo del siglo XIII
  • H2 Arabia Saudí aprieta con el petróleo para recuperar su peso en el mercado global
  • H2 España reactiva la mayor búsqueda minera de recursos estratégicos en 50 años
  • H2 El pueblo español perfecto para recorrer a pie: joya medieval con el mejor castillo
  • H2 Parece el Lejano Oeste, pero es España: el rincón de paisajes salvajes que casi nadie conoce
  • H2 Omicrono
  • H2 Los retos de John Ternus como nuevo CEO de Apple: de preservar el legado de Tim Cook a una mayor innovación
  • H2 Es oficial: Tim Cook deja de ser el CEO de Apple después de 15 años y John Ternus le sucederá
  • H2 El auge de los 'gadgets' para cuidar a tu mascota en casa: de limpiar lo que ensucian a rastrearles y darles de comer
  • H2 China logra lo imposible: crea una innovadora batería de litio que es capaz de mantener la autonomía incluso a −50 °C
  • H2 El androide libre
  • H2 De consola retro a reproductor de música: la Anbernic RG Rotate es uno de los 'gadgets' más extraños (y útiles)
  • H2 China quiere que nos olvidemos del Kindle con el primer lector de libros electrónicos con doble pantalla del mercado
  • H2 Los Airpods Pro 3 de Apple han encontrado la horma de su zapato: probamos los nuevos Samsung Galaxy Buds 4 Pro
  • H2 Ya es oficial: WhatsApp Plus llega a Europa, y este es el precio en euros y las ventajas de la nueva suscripción
  • H2 MARCAS Ñ MARCAS Ñ
  • H2 PreZero convierte la economía circular en empleo
  • H2 Repsol amplía hasta el 3 de mayo sus descuentos de hasta 40 céntimos
  • H2 La IA: la nueva competencia clave del profesional del futuro
  • H2 BBVA Seguros refuerza su liderazgo en el ramo de Vida
  • H2 Toronto, la ciudad donde los rascacielos se rinden ante los lagos
  • H2 Buscando la luz: Córdoba retratada de noche
  • H2 Bluper
  • H3 AUDIENCIAS
  • H3 TVE
  • H3 TELECINCO
  • H3 ANTENA 3
  • H3 EUROVISIÓN
  • H2 Marc Giró y Henar Álvarez: el duelo del morbo entre amigos y por qué Évole es el inesperado protagonista de la noche
  • H2 Giro inédito en 'La Revuelta' de Broncano: el campeonato de petanca que prepara el show de La 1
  • H2 Verónica Sánchez será la madre de Marta del Castillo en la serie que ya graba Netflix
  • H2 David Trigo, el científico bioquímico de 30 años que triunfa en 'Pasapalabra': sueña con viajar a Japón si gana el bote
  • H2 Descubrimos la caseta de 'El Turronero' en la Feria de Sevilla: los famosos invitados
  • H2 El pueblo español con palacio del s. XVIII, 26 fuentes, fábrica de vidrio de 1770 y Parador
  • H2 La playa en la que Juanma Castaño descansa: una joya de 1,5 km de agua cristalina
  • H2 El refugio donde desconecta Morante de la Puebla: castillo de 25.000 m² cerca del río
  • H2 El Conjunto Histórico donde toreará Roca Rey en la Feria de Sevilla: joya artística de albero
  • H2 El municipio donde creció Edurne: a 40 km de Madrid y con un Bien de Interés Cultural
  • H2 El refugio de Iñigo Onieva y Tamara Falcó está en esta ciudad de Asia
  • H2 La playa donde desconecta Jorge Fernández: 1 km de arena fina y Reserva de la Biosfera
  • H2 (empty)
  • H2 Reiner Hoeps (Mercedes-Benz España): "Muchos subestimamos la ola que iba a venir con los modelos chinos"
  • H2 Kia revisa su estrategia para 2030: elevará las ventas de modelos de combustión un 7% y recorta la de eléctricos un 20,6%
  • H2 Ha entrado en vigor: multas de 3.000 € por tener un coche sin usar en el garaje, según la Ley sobre responsabilidad civil
  • H2 Alemania cambia su estrategia: 3.000 M € para subvencionar los coches eléctricos
  • H2 'OFFBEAT' 'OFFBEAT'
  • H2 El municipio donde desconecta Manolo García: 600 habitantes y una iglesia del siglo XVI
  • H2 El pueblo medieval perfecto para recorrer a pie: 500 habitantes, Conjunto Histórico-Artístico y un castillo
  • H2 Parece la Toscana, pero es España: 100 habitantes, Conjunto Histórico-Artístico y un castillo medieval del siglo X
  • H2 El municipio español donde Bisbal descansa: conjunto histórico del siglo XVI
  • H2 Jaleos del Corazón Jaleos del Corazón
  • H3 CASAS REALES
  • H3 CELEBRITIES
  • H3 FAMOSOS
  • H3 +ESTILO
  • H3 BLUPER
  • H2 Victoria Federica de Marichalar y Tana Rivera, las amazonas más glamurosas en el arranque de la Feria de Abril en Sevilla
  • H2 El homenaje de Carlos III a Isabel II por su centenario: "Permanecerás en nuestros corazones siempre"
  • H2 La impactante foto de Morante de la Puebla, en camilla y con oxígeno, tras su grave cogida en La Maestranza
  • H2 De Eugenia Martínez de Irujo y Narcís Rebollo a 'El Cordobés' y Virginia Troconis: los famosos inauguran la Feria de Sevilla
  • H2 La nueva vida del ahijado de Carlos III: de drogadicto a heredar 100 millones
  • H2 María José, la millonaria pacificadora que firma la paz con sus 6 hermanos
  • H2 El padre de Amy Winehouse pierde la demanda contra sus amigas: el motivo
  • H2 +Estilo +Estilo
  • H2 Mariló Montero y el traje que promete convertirse en el favorito de las invitadas
  • H2 Anna Padilla marca la diferencia con el pantalón de esta marca española
  • H2 Estas son las sandalias que arrasarán en la Feria de Abril 2026: el calzado cómodo
  • H2 Juan Carlos Ferrero, nuevo rostro de Pedro del Hierro: elegancia y alto rendimiento
  • H2 Cocinillas
  • H3 RECETAS
  • H3 APRENDE
  • H3 ACTUALIDAD
  • H3 RESTAURANTES
  • H3 VINOS
  • H3 OPINIÓN
  • H2 Martín Berasategui abre nuevo restaurante en Barcelona: una propuesta asequible con platos que no superan los 25 €
  • H2 Francia da una lección a España: así es como aseguran sus ventas grandes vinos
  • H2 La recomiendan los nutricionistas: cena con una lata de anchoas en 15 min
  • H2 Dabiz Muñoz recibe a la 'reina' de la pimienta para sus Chinese Sessions
  • H2 Jordi Cruz: "El mejor guiso de carne no lleva agua; se hace con 500 ml de vino tinto y 2 litros de caldo"
  • H2 Los chefs coinciden: una lata de berberechos no mejora con zumo de limón; es mejor...
  • H2 El arroz blanco perfecto de restaurante chino no se hace con caldo, la clave es usar 1,25 partes de agua
  • H2 Vandal
  • H3 ANÁLISIS
  • H3 GUÍAS
  • H3 JUEGOS
  • H3 REPORTAJES
  • H3 NOTICIAS
  • H3 TRUCOS
  • H3 RANDOM
  • H2 EE.UU cambia las normas: se despide del petróleo y el queroseno y apunta a la producción masiva para la demanda aérea hasta 2050
  • H2 Pragmata y la polémica con Diana: ¿Por qué tiene realmente ese aspecto y en qué se inspiró Capcom para crearla?
  • H2 ¿El fin de las consolas? Xbox Project Helix usará una tarjeta gráfica de PC estándar y mucha IA para el Path Tracing
  • H2 Guía Pokémon Champions, trucos, consejos y secretos
  • H2 MULTIMEDIA MULTIMEDIA
  • H2 Plasencia despide a Robe Iniesta en un homenaje cargado de emoción
  • H2 Vídeo | Javier Faúndez: "Al ministro de Transportes le pido que no moleste”
  • H2 Vídeo | Así es 'El Desierto de los Niños', el proyecto que revoluciona Marruecos
  • H2 Vídeo | El satélite español "protegido contra explosiones nucleares"
  • H2 Vídeo | El ingeniero español con el botón rojo de los cohetes europeos
  • H2 INFORMACIÓN ÚTIL INFORMACIÓN ÚTIL
  • H3 SANTORAL
  • H3 LOTERÍAS
  • H3 LOTERÍA DE NAVIDAD
  • H3 LOTERÍA DEL NIÑO
  • H3 MÁSTER PERIODISMO
  • H3 RELACIONES
  • H2 Fernando, el dueño de un bar que prohíbe los pagos con tarjeta: "Me llevo una comisión, al banco no le doy ni un duro"
  • H2 El Gobierno dice adiós a la comida basura: los colegios deben ofrecer fruta, verdura y pescado en el comedor
  • H2 Reino Unido necesita trabajadores en la construcción: faltan 266.000 empleados con salarios de 40.000 euros
  • H2 Austria da una lección a España en las pensiones: las empresas aportan a un fondo dinero para despido o jubilación
  • H2 Entró en vigor: la nueva normativa de ascensores obliga a reformas de hasta 40.000€ a las comunidades de vecinos
  • H2 Acaba de llegar a Action el armario aparador más elegante de la temporada: cuesta 32,95 euros
  • H2 El trabajador con hijos puede adaptar su horario y pedir teletrabajo
  • H2 No es suficiente tener 15 años cotizados para conseguir la pensión
  • H2 Confirmado por la Ley: los inquilinos pagarán más tras la subida del índice para actualizar las rentas
  • H2 Multas de 3.000 euros por poner la lavadora en la hora más barata
  • H2 Las gasolineras van a huelga: los sindicatos confirman un parón nacional en las estaciones de servicio en el puente de mayo
  • H2 Los españoles recuperan sus ingresos, pero siguen siendo más pobres que antes de la crisis de 2008: confirmado
  • H2 Las empresas están obligadas a compensarte con dinero o días libres si te hacen trabajar durante tus vacaciones
  • H2 China expande su influencia en África: construye puertos para controlar el comercio y ampliar su presencia militar
  • H2 Vuelos cancelados y subida del precio a partir de mayo en Europa por la falta de combustibles
  • H2 La UE cambia las reglas y, a partir de julio, todos los paquetes enviados desde China pagarán por llegar a España
  • H2 Colas kilométricas en Primark para hacerse con el zapatero organizador más barato por 7 €
  • H2 Llega a Zara el vestido primaveral más barato y elegante de la temporada: disponible por 22,99 €
  • H2 Zona Ñ
  • H3 SUSCRÍBETE
  • H3 ZONA Ñ
  • H3 LA EDICIÓN
  • H3 BLOG DEL SUSCRIPTOR
  • H3 PARTICIPACIÓN
  • H3 APP IOS
  • H3 APP ANDROID
  • H2 Suite de Mediodía primavera: sumérgete en una experiencia musical envolvente
  • H2 La ópera "Romeo y Julieta" te espera en el Teatro Real de Madrid
  • H2 ¿La guerra de Irán? ¿El mapa político actual? Pregunta a Pedro J. sobre lo que quieras
  • H3 NEWSLETTERS
  • H2 LA EDICIÓN LA EDICIÓN
  • H2 POR SI TE LO PERDISTE POR SI TE LO PERDISTE
  • H2 Ya ha entrado en vigor: el trabajador tiene derecho a hasta dos años de excedencia por cuidado del cónyuge o pareja
  • H2 El refugio de Jordi Évole: pueblo medieval de 270 habitantes, iglesia románica del siglo XI y joya arquitectónica de Gaudí
  • H2 El pueblo medieval donde se casaron Álvaro Falcó e Isabelle Junot: una joya del siglo XV y a 150 km de un Teatro Romano
  • H2 Ni Jerez de la Frontera ni Tarifa: el pueblo español Patrimonio de la Humanidad con casas-cueva edificadas y a 100km de la costa
  • H2 Rusia cambia de estrategia: redirige el 90% de sus exportaciones de crudo hacia China por el bloqueo energético
  • H2 Un estudio realizado con 54 perros demuestra que no parpadean sin motivo: así se reconocen con los demás
  • H2 EEUU detecta la prueba de que los ancestros de los mamíferos ponían huevos hace 250 millones de años
  • H2 Ya es oficial: deducciones de 900 € en la declaración de la renta por nacimiento de bebés en la Comunidad Valenciana
  • H2 Confirmado por ley: se considera trabajo a distancia cuando al menos el 30% de la jornada se realiza en remoto
  • H2 La Ley de Bienestar Animal lo confirma: pueden multarte con hasta 50.000 euros si no pones el microchip a tu mascota
  • H2 Ya ha entrado en vigor: deducciones de hasta 75 euros a los mayores de 70 que hagan la declaración de la Renta
  • H2 China logra lo imposible: crea una innovadora batería de litio que es capaz de mantener la autonomía incluso a −50 °C

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

A
Form Accessibility
1 of 1 controls have issues
PASS
1 of 1 controls have issues
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input name="text">
1 controls
0 labeled
1 placeholder only
0 unlabeled
ControlTypeLabelMethod
textinput(¿Qué buscas?)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input name="text">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback