

body {
    background: white !important;
    color: black !important;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 12pt;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* 2. Ocultar elementos no necesarios */
header,
nav,
footer,
form,
iframe,
img,
.skip-link,
[alt*="mapa interactivo"],
.tabla-contenidos-index,
nav[aria-label="breadcrumb"] {
    display: none !important;
}

main {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 1.5cm 2cm; 
    box-sizing: border-box;
}

a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
a[href]:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    font-weight: normal;
    word-break: break-all;
}

article,
section,
blockquote,
table {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0;
    margin: 15pt 0;
    page-break-inside: avoid;
    display: block; 
}

table {
    border: 1px solid #000 !important;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 1px solid #000 !important;
    padding: 6pt;
}
thead {
    background: #ddd !important;
    color: black !important;
}



h1, h2, h3, h4 {
    page-break-after: avoid;
}
p, ul, ol, dl {
    page-break-inside: avoid;
}

@media print {
    h1, h2, h3, h4, h5, h6 {
        color: black !important;
    }

    a, a:visited, a:link, a:active, a:hover {
        color: black !important;
        text-decoration: underline;
    }
}
@page {
    margin: 1.5cm;
}
