* {
    margin: 0.5% 0.5% 1.5em 0.5%;
    font-size: 16px;
    font-weight: normal;
    text-indent: 0px;
    text-align: justify;
    line-height: 1.3em;
}
body > p {
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: right;
}
h1 {
    font-size: 2em;
    text-align: center;
    margin: 1.5em auto;
}
h2 {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    margin: 2em auto 1em auto;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 2em auto 1em auto;
}
h3:first-of-type {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.3em auto 1em auto;
}
li {
    text-indent: 0em;
    margin: 0.3em;
}
li > span {
    margin: 0em;
}
.container {
    max-width: 800px;
    text-align: center;
    margin: auto;
}
.copyright > p {
    text-align: right;
    font-size: 0.8em;
    margin-bottom: 2em;
    font-weight: bold;
}
.italicas {
    font-style: italic;
    font-size: 0.95em;
}
.bold {
    font-weight: bold;
    font-size: 0.95em;
}
.subrayado {
    text-decoration: underline;
}
@media (max-width: 768px) {
    * {
        font-size: 14px;
    }
    .container {
        margin: 2% 5%;
    }
    h1 {
        font-size: 1.8em;
        text-align: center;
        margin: 0.8em auto 1em auto;
    }
    h2 {
        font-size: 1.3em;
        font-style: italic;
        margin: 2em auto 1em auto;
    }
}