.textoIgreja{
    font-size: 12px;
    width: 500px;
    padding-bottom: 46px;
}
.textoIgreja *{
    float: none;
    color: inherit;
}
.textoIgreja em{
    font-style: italic;
}
.textoIgreja ol{
    list-style-type: decimal;
    list-style-position: inside;
}
.textoIgreja ul{
    list-style-type: disc;
    list-style-position: inside;
}

