:root { color-scheme: light; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; color: #172b3a; background: #f7f8fa; line-height: 1.7; }
* { box-sizing: border-box; }
body { margin: 0; }
header, main, footer { max-width: 860px; margin: 0 auto; padding: 24px clamp(18px, 4vw, 40px); }
header { border-bottom: 1px solid #aebbc6; }
.marca { margin: 0 0 8px; font-weight: 750; letter-spacing: .02em; }
nav { display: flex; flex-wrap: wrap; gap: 10px 24px; }
a { color: #095581; text-decoration-thickness: .1em; text-underline-offset: .17em; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: .17em; }
a:focus-visible { outline: 3px solid #b45309; outline-offset: 5px; border-radius: 2px; }
.saltar { position: absolute; top: -100px; left: 16px; padding: 12px; background: white; z-index: 5; }
.saltar:focus { top: 12px; }
.estado { margin-bottom: 8px; color: #465b6b; font-size: .94rem; }
h1 { font-size: clamp(2rem, 6vw, 2.8rem); line-height: 1.18; margin: 0 0 28px; }
h2 { font-size: 1.4rem; line-height: 1.3; margin: 0 0 16px; }
aside { border-left: 5px solid #9b5c10; border-radius: 3px; background: #fff3da; padding: 18px 22px; }
.indice { margin: 28px 0 8px; padding-bottom: 22px; border-bottom: 1px solid #aebbc6; font-size: .94rem; }
section { padding-top: 28px; scroll-margin-top: 24px; }
p { margin: 0 0 18px; }
footer { color: #465b6b; border-top: 1px solid #aebbc6; font-size: .94rem; }
@media print { :root { background: white; color: black; } .saltar { display: none; } header, main, footer { max-width: none; padding: 12px 0; } h2 { break-after: avoid; } aside { border: 1px solid #444; } a { color: black; } }
