/* Justificar todo el contenido del artículo en OJS */
.pkp_structure_main,
.pkp_structure_main p,
.obj_article_details .main_entry,
.obj_article_summary .summary,
.article-details p {
    text-align: justify;
}