.encabezado{
    margin: 2rem;
}
li{
    list-style: disc;
    text-align: justify;
    margin: 0.5rem;
}
p{
    text-align: justify;
}
.numerico li{
    list-style: decimal;
}
.green{
    color: #62ca45;
}
hr{
border-width: 0.3rem;
border-radius: 25%;
border-color: #236110c0;
}
body{
    border-color: #347e20;
    border: solid;
}