/* 
-------------------------------
Journal Theme: Letras (Lima) 
Author: Alhuay Q., Joel 
Version: 0.01, 17-jan-21
-------------------------------
 */



body {
background: #ffffff;
  text-align: justify;
  }

#body a {
text-decoration: none;
}

/* 
-------------------------------
Bloques - cabecera
-------------------------------

 */

.pkp_block .title  {

/*border-bottom: 4px solid #007cba;
*/

border-left: 4px solid #007cba;
background: #e7ecf2;
font-weight: bold;
text-transform: none;
padding-left: 5px;
padding-bottom: 10px;
padding-top: 10px;


}

.obj_article_details .entry_details .item.galleys {

background: #f5f5f5;
}

#article-summary
{
 background-color: #eee;

}

/* 
-------------------------------
Barra menús
-------------------------------

 */
.pkp_navigation_primary_row {
    background-color: none;
    color: #fff;
}

/* 
-------------------------------
Sec title
-------------------------------

 */
.obj_issue_toc > .galleys h2, .obj_issue_toc .section h2 {
    position: relative;
    top: auto;
    left: auto;
    border-left: 4px solid #007cba;
	font-weight: bold;
    font-weight: none;
}


/* 
-------------------------------
Toc Numeros
-------------------------------

 */

.obj_article_summary .meta {
    position: relative;
    padding-left: 10px;
   
}

/* 
-------------------------------
Paginador
-------------------------------

 */
.pager li>a, .pager li>span #cmp_pagination {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 15px;
}

/* 
Bottom site
 */

.pkp_structure_footer .pkp_brand_footer {background: #ddd; height: auto !important; padding: 20px;}
.pkp_structure_footer .pkp_brand_footer img {width: 48px !important; height: auto; display:none;}
#customblock-custom_css{ display: none;}