/*Hoja de estilos para imprimir.*/

body {
    font-family: Times, serif;
    color: #000;
    background-color: #FFF;
}

p,
li,
a {
    font-size: 100%;
}

p {
    orphans: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    page-break-after: avoid;
}

h1 {
    font-size: 150%;
    margin-top: 1em;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 120%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 105%;
}

h6 {
    font-size: 100%;
}

img {
    padding: 1%;
    border: none;
    page-break-inside: avoid;
}

#presentacion,
#navegacion,
#pie,
#accesibilidad {
    display: none;
}