.imgRevus {
    width: 145px;
    height: 40px;
    margin-left: 3.3em;
    display: table;
}
nav.pkp_navigation_primary_row {
    background-color: #26542f !important;
    border-radius: 0px;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100% !important;
    /*max-width: 1024px;*/
    width: auto;
    height: auto;
}
.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: #26542f !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: #fff !important;
}

.pkp_head_wrapper .pkp_search .search_prompt {
    
    color: #fff !important;
    
}
.pkp_head_wrapper .pkp_search.is_open .search_prompt {

    color: #009933 !important;
    
}
.block_make_submission a {
    background: #024438;
    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;
    
}
.obj_article_summary {
	color: #024438 !important;
}
.obj_article_summary .title{
	color: #024438 !important;
}
.obj_article_summary .pages{
	color: #000000 !important;
}

a.nounderline:link 
{ 
text-decoration:none; 
} 
a.obj_galley_link:hover {
    background-color: #26542f;
    border: 1px solid #26542f;
}
.obj_article_details .item{
    word-break: break-word;
}

.normal{
	/* cualquier formato que se requiera */
}

.obj_issue_toc .section h2 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 15px;
    background: #eaeaea;
    font-size: 16px;
    font-weight: 600;
    color: rgb(0 0 0);
}
.obj_issue_toc .galleys, .obj_issue_toc .section {
    position: relative;
    margin: 30px -20px;
    padding: 30px 30px 3px 30px;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #14572a;
    border: 1px solid #14572a;
    border-radius: 0px;
    font-size: 17px;
    line-height: 31px;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 3px 0px 5px 0px black;
}

.pkp_navigation_primary > li > a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: rgb(255 255 255);
    font-size: large;
    font-weight: 400;
}
.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #82be02;
}
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background: #deeae2;
}
.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus {
    color: rgb(179 216 139);
    outline: 0;
    border-color: rgb(3 49 19);
}