p {
    margin-top: 0.2em;
    text-align: justify;
    margin-bottom: 0.2em;
    text-indent: 4%
    }
.c {
    text-align: center;
    text-indent: 0%
    }
.cb {
    text-align: center;
    text-indent: 0%;
    font-weight: bold
    }
.letra {
    font-size: 300%;
    margin-top: -0.85%
    }
.nind {
    text-indent: 0%
    }
small {
    font-size: 70%
    }
h1 {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    clear: both
    }
h2 {
    margin-top: 5%;
    margin-bottom: 2%;
    text-align: center;
    clear: both;
    font-size: 120%
    }
hr.full {
    width: 50%;
    margin: 5% auto 5% auto;
    border: 4px double gray
    }
body {
    margin-left: 2%;
    margin-right: 2%;
    background: #fdfdfd;
    color: black;
    font-family: "Times New Roman", serif;
    font-size: medium
    }
a:link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
link {
    background-color: #fff;
    color: blue;
    text-decoration: none
    }
a:visited {
    background-color: #fff;
    color: purple;
    text-decoration: none
    }
a:hover {
    background-color: #fff;
    color: #F00;
    text-decoration: underline
    }
img {
    border: none
    }
.figcenter {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-indent: 0%
    }