* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #2e4249;
}
body {
    background-color: lemonchiffon;
    font-family: sans-serif;
    font-size: 0.9em;
}
header nav ul li {
    background-color: #e99185;
    padding: 0.5em;
    margin: 0.5em 0 0 2em;
    width: 12em;
    font-weight: bold;
}
header nav ul li ol li {
    font-style: italic;
    padding: 0.5em;
    width: 8em;
    list-style: upper-roman;
    font-weight: normal;
}
header nav ul li a:link {
    text-decoration: none;
}
header nav ul li a:visited {
    text-decoration: none;
}
header nav ul li a:hover {
    text-decoration: underline;
}
header nav ul li a:active {
    text-decoration: underline;
}
header img {
    margin: 1.2em 0 0.5em 2em; 
}
main article img {
    margin: 1em 0 1em 2em;
}
h1 {
    margin: 0.5em 0 0.5em 1em;
    font-size: 1.7em;
    font-style: normal;
    color: #927682;
    text-transform: uppercase;
    border-bottom: 0.1em solid #927682;
}
h3 {
    color: #07889b;
    margin: 0.5em 0 0.2em 1.3em;
    font-size: 1.4em;
}
main article p {
    margin: 0 0 0.5em 4.5em;
    font-weight: normal;
    }
main article ul li {
    margin: 0 0 0.5em 5em;
    font-weight: bold;
}
main article ul li ul li {
    margin: inherit;
    font-weight: normal;
}
#materias {
    text-decoration: underline;
}
section p {
    margin: 0.3em 2em 0.5em 2em;
}
section img {
    margin: 2em;
    text-align: left;
}
footer {
    margin: 2em;
    font-size: 0.8em;
    font-weight: 100;
    font-style: italic;
}
#Miradas {
    margin: 1em 0;
    border: 0.1em solid #07889b;
    background-color: #e99185;
    padding: 0.5em 0;
}
#Contenido ul li {
    margin: 0.5em 0 0 3em;
    font-style: italic;
}
#Contenido a {
    margin: 0.5em 0 0 2em;
}

