
/*Letra titulo*/
.pkp_site_name .is_text {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #131313;
    text-decoration: none;
}

/*Barra superior*/
.pkp_structure_head {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

nav.pkp_navigation_primary_row {
    background-color: #de5e1f;
    border-radius: 5px;
}


.pkp_navigation_primary > li:first-child a {
    margin-left: 10px !important;
}

.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: rgb(255,255, 255);
    background-color: #de5e1f !important;
    height: 30px;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 4px;
}
.pkp_navigation_primary > li > a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: rgb(255,255, 255) !important;
}

.pkp_head_wrapper .pkp_search .search_prompt {
    
    color: #fff !important;
    
}
.pkp_head_wrapper .pkp_search.is_open .search_prompt {

    color: #2a569d !important;
    
}
.block_make_submission a {
    background: #2a569d;
    border: 2px solid rgba(0,0,0,0.4);
    border-top-color: #167d6b;
    border-radius: 5px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
}

.block_make_submission a:hover {
    background: #167d6b;
    
}
.imgSmall {
    max-width: 150px;
    width: auto;
    height: auto;
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 20px 0;
    font-weight: 700;
    font-size: 1.6em;
}

.pkp_nav_list ul a {
    display: block;
    padding-left: 5px;
    border-left: 0px !important;
}

.pkp_navigation_user > li > a, .pkp_navigation_user > li.in_focus > a, .pkp_navigation_user > li > a:hover, .pkp_navigation_user > li > a:focus {
    color: #000;
}
