/* Plantilla UN */

body {
    min-width: 480px;
}

h1, h2, h3, h4, h5, h6, a,
#pkp_content_main h1,
#pkp_content_main h2,
#pkp_content_main h3,
#pkp_content_main h4,
#pkp_content_main h5,
#pkp_content_main h6,
#pkp_content_main a {
    font-family: "Ancizar sans";
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
    background: none;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

label, .label {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    text-align: left;
    color: inherit;
    border: none;
}
/* Se comenta porque está aplicando a todas las listas no ordenadas que crean los editores
.show {
    display: inline-block !important;
}*/

/* Bloque superior */

#buscadorBibliotecas .tituloSitio::after {
    content: "Biblioteca digital";
}

/* Barra de usuario */

#headerNavigationContainer {
    font-size: 1.125em;
    line-height: 1.125em;
    background: #203b7e;
    color: #ddd;
    border: none;
}

#headerNavigationContainer a,
#headerNavigationContainer a:link,
#headerNavigationContainer a:hover,
#headerNavigationContainer a:active,
#headerNavigationContainer a:focus,
#headerNavigationContainer a:visited {
    font-size: inherit;
    text-decoration: none;
    color: inherit;
    background: none;
}

.pkp_head_wrapper {
    padding: 0;
}

#navigationUser {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: flex-start;
    font-size: 1em;
}

#navigationUser li.profile {
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
}

/* #navigationUser li.profile:nth-child(2) {
    margin-left: 2.25em;
    margin-right: 1em;
} */

#navigationUser li.profile a {
    margin: 0;
    padding: 0;
}

/* #navigationUser li.profile:not(:first-child) a { */
#navigationUser li.profile a {
    padding: 0.5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #203b7e;
    border-radius: 4px;
}

/* #navigationUser li.profile:not(:first-child) a:hover { */
#navigationUser li.profile a:hover {
    border: 1px solid #ddd;
}

/* #navigationUser li.profile:nth-child(2) a img { */
#navigationPrimary li a img {
    max-height: 1em;
    margin-right: 0.5em;
}

/* #navigationUser li.profile:nth-child(2) a:after { */
#navigationUser li.profile a:after {
    margin-left: 1em;
}

#navigationUser li.profile:nth-child(3) a span.task_count {
    margin: 0 1em 0 0.5em;
    background: none;
    border: 1px solid #ddd;
}

/* #navigationUser li.profile:not(:first-child) ul.show { */
#navigationUser li.profile ul.show {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* #navigationUser li.profile:not(:first-child) ul { */
#navigationUser li.profile ul {
    width: 63vw;
    top: 3.4em !important;
    display: none;
    background: none;
    border: none;
    box-shadow: none;
    transform: none !important;
    will-change: unset !important;
}

#navigationUser li.profile:nth-child(2) ul {
    max-width: 250px;
}

/* #navigationUser li.profile:nth-child(3) ul {
    max-width: 330px;
    left: -212px !important;
} */

/* #navigationUser li.profile:not(:first-child) ul li { */
#navigationUser li.profile ul li {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#navigationUser li.profile:nth-child(2) ul li {
    width: 120px;
}

/* #navigationUser li.profile:nth-child(3) ul li {
    width: 160px;
} */

/* #navigationUser li.profile:not(:first-child) ul li img { */
#navigationUser li.profile ul li img {
    opacity: 0.4;
}

/* #navigationUser li.profile:not(:first-child) ul li a:hover,
#navigationUser li.profile:not(:first-child) ul li a:active { */
#navigationUser li.profile ul li a:hover,
#navigationUser li.profile ul li a:active {
    font-weight: bold;
}

/* #navigationUser li.profile:not(:first-child) ul li a:hover,
#navigationUser li.profile:not(:first-child) ul li a:active,
#navigationUser li.profile:not(:first-child) ul li a:focus { */
#navigationUser li.profile ul li a:hover,
#navigationUser li.profile ul li a:active,
#navigationUser li.profile ul li a:focus {
    background: none;
}

/* #navigationUser li.profile:not(:first-child) ul li:hover img { */
#navigationUser li.profile ul li:hover img {
    opacity: 1.0;
}

/* #navigationUser li.profile:nth-child(3) ul li a span.task_count {
    margin: 0;
    color: #ddd;
} */

#headerNavigationContainer .pkp_site_name_wrapper {
    height: 100px !important;
}

#headerNavigationContainer h1.pkp_site_name,
#headerNavigationContainer h1.pkp_site_name a {
    margin: 1em 0 1em 0;
    padding: 0;
    text-align: center;
    font-family: "Ancizar sans";
}

#headerNavigationContainer .pkp_navigation_primary_row {
    padding: 0.4em 0 0.75em;
}

/* XXX */

.pkp_structure_page .pkp_structure_content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}


/* Contenido principal */

#contenidoPrincipal {
    font-size: 1.25em !important;
    color: #333 !important;
}

#portalEnCifras .nav-pills>li.active>a {
    color: #fff !important;
}

.textoCompleto .nav-pills>li.active>a {
    color: #fff !important;
}

#contenidoPrincipal h2 {
    margin: 0 0 0.5em;
    padding: 0;
    position: unset;
    display: block;
    color: #203b7e;
    font-size: 1.5em;
    line-height: 1.125em;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

#contenidoPrincipal .plantillaInteriores div h2 {
    margin: 1em 0 0.5em;
}

#contenidoPrincipal h2 a,
#contenidoPrincipal h2 a:link,
#contenidoPrincipal h3 a,
#contenidoPrincipal h3 a:link {
    color: #2678bf;
}

#contenidoPrincipal h2 a:hover,
#contenidoPrincipal h2 a:active,
#contenidoPrincipal h3 a:hover,
#contenidoPrincipal h3 a:active {
    color: #203b7e;
}

#contenidoPrincipal h3 {
    margin: 0 0 0.5em;
    padding: 0;
    position: unset;
    color: #203b7e;
    font-size: 1.33em;
    line-height: 1.125em;
    text-align: left;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
}

#contenidoPrincipal .plantillaInteriores h3 {
    margin: 1em 0 0.5em;
}

#contenidoPrincipal .plantillaInteriores .submission_checklist ul li {
    list-style: none !important;
}

#contenidoPrincipal .plantillaInteriores ul li {
    list-style: disc;
}

/* Página de inicio */

/* ul#listaCategorias {
    margin: 1.5em 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 580px) {
    ul#listaCategorias {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
}

ul#listaCategorias li.categoria {
    width: 250px;
    margin: 0.5em 0;
    cursor: pointer;
} */

#filtrosRevistas {
    margin: 0 0 2em;
    padding: 0 1.5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.5em;
    column-gap: 1.5em;
}

#filtrosRevistas button {
    padding: 0.25em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.125em;
    text-align: center;
    color: #203b7e;
    background: transparent;
    border: 2px solid #203b7e;
    border-radius: 0.25em;
}

#filtrosRevistas button:hover {
    color: #fff;
    background: #203b7e;
}

#filtroCategorias {
    padding: 0.5em 1.5em 0.5em 0.75em;
    text-align: left;
    color: #203b7e;
    background: transparent;
    border: 2px solid #203b7e;
    border-radius: 0.2em;
}

#buscadorRevistas {
    width: 100%;
    max-width: 30em;
    padding: 0.5em 1.5em 0.5em 0.75em;
    text-align: left;
    color: #203b7e;
    background: transparent;
    border: 2px solid #203b7e;
    border-radius: 0.2em;
}

#contenidoPrincipal .journals {
    margin: 0 0 -2em;
}

#contenidoPrincipal .journals ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 510px) {
    #contenidoPrincipal .journals ul {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
}

#contenidoPrincipal .journals > ul > li {
    width: 215px;
    margin: 0 0 2em;
    padding: 1em;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 0.25em;
}

#contenidoPrincipal .journals > ul > li.filtroCategorias {
    display: none;
}

#contenidoPrincipal .journals > ul > li.mostrarCategoria {
    display: flex;
}

#contenidoPrincipal .journals > ul > li.mostrarCategoria::before,
#contenidoPrincipal .journals > ul > li.mostrarCategoria::after {
    content: none;
}

#contenidoPrincipal .journals > ul > li .thumb,
#contenidoPrincipal .journals > ul > li .body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

#contenidoPrincipal .journals > ul > li .thumb img {
    max-width: 180px;
    max-height: 220px;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 0.25em;
}

#contenidoPrincipal .journals > ul > li .body {
    margin-bottom: 1em;
}

#contenidoPrincipal .journals > ul > li .body a {
    font-size: 1.25em;
    line-height: 1.125em;
    text-align: center;
}


/*  */

#pkp_content_main::before,
#pkp_content_main::after {
    content: none;
}

#pkp_content_main {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto 300px;
    grid-template-rows: auto auto 650px auto;
}

#menuBibliotecas {
    margin: 0 -1em;
    grid-column: 1 / span 2;
    grid-row: 1 / 2;
}

#pkp_content_main .migaDePan {
    grid-column: 1 / span 2;
    grid-row: 2 / 3;
}

#pkp_content_main .pkp_navigation_primary_row {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

#pkp_content_main .plantillaInteriores {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
    margin: 0 0 3.5em;
    word-break: break-word;
}

#pkp_content_main .page_index_site {
    grid-column: 1 / 3;
    grid-row: 2 / 5;
    padding: 1.75em 0;
}

#pkp_content_main .pkp_structure_sidebar {
    margin: 1.5em 0 0;
    padding: 0 0 0 1.5em;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

@media screen and (max-width: 767px) {
    #pkp_content_main {
        grid-template-columns: auto;
        grid-template-rows: auto auto 760px auto auto;
    }
    #menuBibliotecas {
        margin: 0 -1em;
        /* grid-column: 1 / 2; */
        grid-row: 1 / 2;
    }
    #pkp_content_main .migaDePan {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    #pkp_content_main .pkp_navigation_primary_row {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    #pkp_content_main .plantillaInteriores {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    #pkp_content_main .pkp_structure_sidebar {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
}

/* Menú bibliotecas */

#contenidoPrincipal #menuBibliotecas ul li a,
#contenidoPrincipal #menuBibliotecas ul li a:link {
    color: #888;
}

#contenidoPrincipal #menuBibliotecas ul li a:hover,
#contenidoPrincipal #menuBibliotecas ul li a:active {
    color: #203b7e;
}

#menuBibliotecas ul li a:before {
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
    font-family: 'Feather' !important;
    font-size: 1.125em;
}

#menuBibliotecas ul.iconosHome li:nth-child(1) a:before,
#menuBibliotecas ul.iconosLoginHome li:nth-child(1) a:before,
#menuBibliotecas ul.iconosAdminHome li:nth-child(1) a:before {
    content: "\e964";
    color: #f8c21c;
}

#menuBibliotecas ul.iconosHome li:nth-child(2) a:before,
#menuBibliotecas ul.iconosLoginHome li:nth-child(2) a:before,
#menuBibliotecas ul.iconosAdminHome li:nth-child(2) a:before {
    content: "\e91b";
    color: #33b3bc;
}

#menuBibliotecas ul.iconosHome li:nth-child(3) a:before,
#menuBibliotecas ul.iconosInteriores li:nth-child(1) a:before {
    content: "\e9f4";
    color: #dc313a;
}

#menuBibliotecas ul.iconosLoginHome li:nth-child(3) a:before,
#menuBibliotecas ul.iconosAdminHome li:nth-child(3) a:before,
#menuBibliotecas ul.iconosLoginInteriores li:nth-child(1) a:before,
#menuBibliotecas ul.iconosAdminInteriores li:nth-child(1) a:before {
    content: "\e9d1";
    color: #dc313a;
}

#menuBibliotecas ul.iconosAdminHome li:nth-child(4) a:before,
#menuBibliotecas ul.iconosAdminInteriores li:nth-child(3) a:before {
    content: "\e9c4";
    color: #33b3bc;
}

#menuBibliotecas ul.iconosLoginHome li:nth-child(4) a:before,
#menuBibliotecas ul.iconosAdminHome li:nth-child(5) a:before,
#menuBibliotecas ul.iconosLoginInteriores li:nth-child(2) a:before,
#menuBibliotecas ul.iconosAdminInteriores li:nth-child(2) a:before {
    content: "\e9f1";
    color: #48009d;
}

#menuBibliotecas ul.iconosHome li:nth-child(4) a:before,
#menuBibliotecas ul.iconosLoginHome li:nth-child(5) a:before,
#menuBibliotecas ul.iconosAdminHome li:nth-child(6) a:before,
#menuBibliotecas ul.iconosInteriores li:nth-child(2) a:before,
#menuBibliotecas ul.iconosLoginInteriores li:nth-child(3) a:before,
#menuBibliotecas ul.iconosAdminInteriores li:nth-child(4) a:before {
    content: "\e988";
    color: #93b33a;
}

#menuBibliotecas ul.iconosHome li:nth-child(5) a:before,
#menuBibliotecas ul.iconosLoginHome li:nth-child(6) a:before,
#menuBibliotecas ul.iconosAdminHome li:nth-child(7) a:before {
    content: "\e9a8";
    color: #e15e42;
}

/* Menú de revista */

#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper {
    width: 100%;
    margin: 0;
    padding: 0 0 0 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: flex-flex-start;
    align-items: center;
}

#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper::before,
#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper::after {
    content: none;
}

#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper h3,
#pkp_content_main .pkp_block h3 {
    text-align: center;
}

/* Menú de revista: menú */

#pkp_content_main ul#navigationPrimary,
#pkp_content_main ul#navigationPrimary ul,
#pkp_content_main .pkp_block.block_custom ul,
#pkp_content_main .pkp_block.block_language ul {
    width: 100%;
    max-width: none;
    margin: 0 0 2.5em;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:  flex-end;
}

#pkp_content_main ul#navigationPrimary ul {
    margin: 0 0 -1px 0;
    padding: 0;
    border-top: 1px solid #eee;
}

#pkp_content_main ul#navigationPrimary li,
#pkp_content_main .pkp_block.block_custom ul li,
#pkp_content_main .pkp_block.block_language ul li {
    width: 100%;
    max-height: 40px;
    font-size: 17px !important;
    text-align: right !important;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 991px) {
    #pkp_content_main ul#navigationPrimary li,
    #pkp_content_main .pkp_block.block_custom ul li,
    #pkp_content_main .pkp_block.block_language ul li {
        max-height: unset;
    }
}

#pkp_content_main ul#navigationPrimary li a,
#pkp_content_main .pkp_block.block_custom ul li a,
#pkp_content_main .pkp_block.block_language ul li a {
    margin: 0 1em;
    padding: 0.5em 0;
    display: inline-block;
}

#pkp_content_main ul#navigationPrimary > li:hover ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    background: #fff;
    border: none;
    border-top: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    #pkp_content_main ul#navigationPrimary > li:hover ul {
        position: inherit;
    }
}

#pkp_content_main ul#navigationPrimary > li:hover ul li {
    display: flex;
    justify-content: flex-end;
    font-size: 1.25em;
    overflow: hidden;
}

#pkp_content_main ul#navigationPrimary > li:hover ul li a:hover {
    background: none;
    border: none;
}

/* Menú de revista: buscador */

#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper form {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper form input,
#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper form button {
    height: 2em;
    margin: 0;
    padding: 0.33em 0.66em;
    position: relative;
    top: auto;
    right: auto;
    font-family: "Ancizar Sans";
    font-size: 1em;
    font-weight: normal;
    line-height: 1.25em;
    background: none;
    color: inherit;
    border: 2px solid #203b7e;
    border-radius: 0.25em;
    box-shadow: none;
}

#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper form button {
    margin-left: 0.5em;
    color: #203b7e;
}

#pkp_content_main .pkp_navigation_primary_row .pkp_navigation_primary_wrapper form button:hover {
    color: #fff;
    background: #203b7e;
}

/* Sidebar */

.pkp_block {
    margin: 0 0 3em;
    border: 1px solid #203b7e;
    border-radius: 0.25em;
    padding: 1em 0 1em 1em;
    overflow: auto;
}

.block_make_submission {
    border: none !important;
    padding: 0 !important;
}

.pkp_block .title{
    color: #203b7e;
    text-align: center;
}

.pkp_block.block_make_submission a.block_make_submission_link, 
.pkp_block.block_make_submission a.block_make_submission_link:link {
    width: 100%;
    height: 2em;
    padding: 0.33em 0.66em;
    font-weight: normal;
    line-height: 1.25em;
    color: #203b7e !important;
    text-align: center;
    border: 2px solid #203b7e;
    border-radius: 0.25em;
    box-shadow: none;
}

.pkp_block.block_make_submission a.block_make_submission_link:hover, 
.pkp_block.block_make_submission a.block_make_submission_link:active{
    color: #fff !important;
    background: #203b7e;
}

#contenidoPrincipal .cmp_breadcrumbs ol {
    margin-bottom: 0.25em;
}





/* Revista */

#contenidoPrincipal .homepage_about,
#contenidoPrincipal .homepage-image,
#contenidoPrincipal .cmp_announcements,
#contenidoPrincipal .additional_content  {
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    border-bottom: 1px solid #ddd;
    border-top: none;
}

#contenidoPrincipal .homepage-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contenidoPrincipal .cmp_announcements h2 {
    display: none;
}

#contenidoPrincipal .cmp_announcements article.obj_announcement_summary {
    padding: 0 1em 0 0;
}

#contenidoPrincipal .cmp_announcements .more {
    padding: 0;
}

#contenidoPrincipal .cmp_announcements .more article.obj_announcement_summary {
    padding: 0  0 0 1em;
}



#contenidoPrincipal h2.current_issue_title {
    margin: 0 0 1.5em;
}

#contenidoPrincipal .heading {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

#contenidoPrincipal .heading::before,
#contenidoPrincipal .heading::after {
    content: none;
}

#contenidoPrincipal .heading .cover {
    margin: 0;
}

#contenidoPrincipal .heading .cover img {
    box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.4);
}

#contenidoPrincipal .heading .informacionRevista {
    width: 75%;
    margin: 0 0 0 2.5em
}

#contenidoPrincipal .heading .pkp_structure_sidebar {
    width: auto;
    float: none;
    border-left: 1px solid #ddd;
}

#contenidoPrincipal .heading .pkp_structure_sidebar .pkp_block {
    margin: 0 0 1.5em;
    padding: 0 1.5em;
}

#contenidoPrincipal .galleys {
    margin: 0;
    padding: 0;
}

#contenidoPrincipal .galleys::before {
    content: none;
}

#contenidoPrincipal .galleys ul.galleys_links {
    margin: 0;
}

#contenidoPrincipal .sections {
    margin: 0;
}

#contenidoPrincipal .sections .section {
    margin: 1.5em 0;
    padding: 0;
}

#contenidoPrincipal .sections .section h2 {
    margin: 0 0 1em;
}

#contenidoPrincipal .sections .section::before {
    content: none;
}

#contenidoPrincipal .sections .section ul.cmp_article_list {
    margin: 0;
}

#contenidoPrincipal .sections .section ul.cmp_article_list > li {
    margin: 0 0 1.5em;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

#contenidoPrincipal .sections .section ul.cmp_article_list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

#contenidoPrincipal .sections .section ul.cmp_article_list li .obj_article_summary {
    width: 100%;
    margin: 0 0 1.5em 0;
}

#contenidoPrincipal .sections .section ul.cmp_article_list > li .previewArticulo img {
    width: 230px;
    max-height: 130px;
    margin: 0 0 0 1em;
}

#contenidoPrincipal .obj_article_summary .title .subtitle {
    margin: 0;
    font-size: 0.85em;
    font-weight: normal;
    font-style: italic;
    color: inherit;
}

#contenidoPrincipal .sections .section ul.cmp_article_list li .obj_article_summary .meta {
    margin: 0.5em 0 0.5em;
    padding: 0;
    position: unset;
    display: flex;
    justify-content: space-between;
}

#contenidoPrincipal .sections .section ul.cmp_article_list li .obj_article_summary .meta div {
    padding: 0;
    position: unset;
    line-height: inherit;
}

#contenidoPrincipal .sections .section ul.cmp_article_list li .obj_article_summary .meta .pages {
    width: 7em;
    text-align: right;
}

#contenidoPrincipal .sections .section ul.cmp_article_list li .obj_article_summary .galleys_links {
    margin: 0;
}

#contenidoPrincipal .sections .section ul.cmp_article_list li .obj_article_summary .galleys_links li {
    margin: 0.75em 0.5em 0 0;
}

/* Footer */

.pkp_structure_footer_wrapper {
    background: #fff;
    border-top: solid 2px #2678bf;
    border-bottom: solid 2px #2678bf;
}

.pkp_structure_footer_wrapper .pkp_footer_content {
    padding: 2em 0;
}

.pkp_structure_footer_wrapper .pkp_footer_content hr {
    display: none;
}

.pkp_structure_footer_wrapper .pkp_footer_content p {
    margin: 0.5em 0;
}

/* Archivo */

#contenidoPrincipal ul.issues_archive {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none;
}

#contenidoPrincipal ul.issues_archive li {
    max-width: 180px;
    padding: 1em;
    border: none;
    list-style: none !important;
}

#contenidoPrincipal ul.issues_archive li .obj_issue_summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}

#contenidoPrincipal ul.issues_archive li .obj_issue_summary a.cover {
    width: 100%;
    margin: 0 0 1em;
    margin-left: 0;
    float: none;
}

#contenidoPrincipal ul.issues_archive li .obj_issue_summary a.cover img {
    width: auto;
    max-height: 180px;
    box-shadow: 0 0 0.5em #333;
}

/* Artículo */

#contenidoPrincipal article.obj_article_details .informacionArticulo {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #ddd;
}

#contenidoPrincipal article.obj_article_details .informacionArticulo .cover_image img {
    max-height: 250px;
    width: auto;
    box-shadow: 5px 5px 10px 3px rgba(0,0,0,0.4);
}

#contenidoPrincipal article.obj_article_details .informacionArticulo .published {
    padding: 1em 20px;
    display: flex;
    justify-content: flex-start;
    color: #777;
}

#contenidoPrincipal article.obj_article_details .informacionArticulo .published .label {
    line-height: inherit;
    margin-right: 0.5em;
    font-weight: bold;
}

#contenidoPrincipal article.obj_article_details .informacionArticulo .categories {
    padding: 1em 20px;
    display: flex;
    justify-content: flex-start;
    color: #777;
}

#contenidoPrincipal article.obj_article_details .informacionArticulo .categories .label {
    line-height: inherit;
    margin-right: 0.5em;
    font-weight: bold;
}

#contenidoPrincipal article.obj_article_details .informacionArticulo .item .sub_item ul li {
    list-style: none;
}

#contenidoPrincipal article.obj_article_details .informacionArticulo .item .versions {
    margin-left: 20px;
}

.plantillaInteriores ul.search_results li {
    list-style: none !important;
}

ul.cmp_article_list li {
    list-style: none !important;
}
/* #contenidoPrincipal article.obj_article_details h2 {
    margin: 0;
    padding: 0;
    color: #203b7e;
    text-transform: none;
    letter-spacing: normal;
} */

#contenidoPrincipal article.obj_article_details h2.page_title {
    margin: 1em 0 0;
    /* font-size: 1.5em;
    line-height: 1.125em;
    text-align: center; */
}

#contenidoPrincipal article.obj_article_details h2.subtitle {
    margin: 0.5em 0;
    font-size: 1.2em;
    font-style: italic;
}

#contenidoPrincipal a,
#contenidoPrincipal a:link {
    color: #2678bf;
}

#contenidoPrincipal a:hover,
#contenidoPrincipal a:active {
    color: #203b7e;
}

#contenidoPrincipal article.obj_article_details .row {
    margin: 2em 0 0;
    padding: 0;
    border: none;
}

#contenidoPrincipal article.obj_article_details .datosArticulo {
    padding: 0 0 1.5em;
    border-bottom: solid 1px #ddd;
}

#contenidoPrincipal article.obj_article_details .datosArticulo .item {
    margin: 0;
    padding: 0;
}

#contenidoPrincipal article.obj_article_details .datosArticulo .item:not(:last-child) {
    margin: 0 0 1em;
    text-align: center;
}

#contenidoPrincipal article.obj_article_details .datosArticulo .item.keywords .value {
    font-style: italic;
}

#contenidoPrincipal article.obj_article_details .datosArticulo .item h2 {
    font-size: 1em;
}

#contenidoPrincipal article.obj_article_details .datosArticulo .galleys ul.galleys_links {
    display: flex;
    justify-content: flex-start;
}

#contenidoPrincipal article.obj_article_details .datosArticulo .galleys ul.galleys_links li:not(:last-child) {
    margin-right: 1em;
}

#contenidoPrincipal article.obj_article_details section.authors {
    padding: 1.5em 0 0;
}

#contenidoPrincipal article.obj_article_details ul.authors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#contenidoPrincipal article.obj_article_details ul.authors li {
    max-width: 30%;
    margin-bottom: 1.5em;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#contenidoPrincipal article.obj_article_details ul.authors li span {
    font-weight: normal;
    line-height: 1.125em;
    color: inherit;
}

#contenidoPrincipal article.obj_article_details ul.authors li span.name,
#contenidoPrincipal article.obj_article_details section.authorBio strong {
    font-size: 1.125em;
    font-weight: normal;
    color: #2678bf;
}

#contenidoPrincipal article.obj_article_details ul.authors li span.name:hover {
    color: #203b7e;
    cursor: pointer;
}

#contenidoPrincipal article.obj_article_details ul.authors li span.name svg,
#contenidoPrincipal article.obj_article_details section.authorBio strong svg {
    margin-right: 0.25em;
}

#contenidoPrincipal article.obj_article_details section.authorBio {
    margin-bottom: 1.5em;
}

#contenidoPrincipal article.obj_article_details section.authorBio p {
    margin: 0.5em 0 0;
    line-height: 1.125em;
}

#contenidoPrincipal article.obj_article_details ul.contenidosArticulo {
    margin: 0;
}

#contenidoPrincipal .nav-tabs.contenidosArticulo li:not(.active) a:hover,
#contenidoPrincipal .nav-tabs.contenidosArticulo li:not(.active) a:visited,
#contenidoPrincipal .nav-tabs.contenidosArticulo li:not(.active) a:focus {
    background: none;
    border-color: #ddd;
}

#contenidoPrincipal article.obj_article_details #resumen ul.nav-pills {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 30px;
}

#contenidoPrincipal article.obj_article_details #resumen ul.nav-pills li:not(:first-child) {
    margin-left: 1em;
}

/* #contenidoPrincipal article.obj_article_details #resumen ul.nav-pills li a {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    text-align: center;
    color: #007ab2;
    border: 1px solid #007ab2;
    border-radius: 3px;
    cursor: pointer;
}

#contenidoPrincipal article.obj_article_details #resumen .nav-pills li.active a,
#contenidoPrincipal article.obj_article_details #resumen .nav-pills li a:hover {
    color: #fff;
    background: #007ab2;
} */

#contenidoPrincipal article.obj_article_details .copyright {
    border-top: solid 1px #ddd;
}

/* Botones */

ul#listaCategorias li.categoria,
#contenidoPrincipal a.obj_galley_link,
#contenidoPrincipal a.obj_galley_link:link,
#contenidoPrincipal a.obj_galley_link:visited,
#contenidoPrincipal article.obj_article_details #resumen ul.nav-pills li a
#contenidoPrincipal .plantillaInteriores .current_issue a.read_more,
#contenidoPrincipal .plantillaInteriores .current_issue a.read_more:link {
    padding: 0.25em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.125em;
    text-align: center;
    color: #2678bf;
    border: 2px solid #2678bf;
    border-radius: 0.25em;
}

ul#listaCategorias li.categoria:hover,
ul#listaCategorias li.categoria.activa,
#contenidoPrincipal a.obj_galley_link:hover,
#contenidoPrincipal a.obj_galley_link:active,
#contenidoPrincipal a.obj_galley_link:focus,
#contenidoPrincipal article.obj_article_details #resumen .nav-pills li.active a,
#contenidoPrincipal article.obj_article_details #resumen .nav-pills li a:hover,
#contenidoPrincipal .plantillaInteriores .current_issue a.read_more:hover,
#contenidoPrincipal .plantillaInteriores .current_issue a.read_more:active {
    color: #fff;
    background: #2678bf;
}

#contenidoPrincipal a.obj_galley_link::before {
    margin-right: 0.5em;
}

#contenidoPrincipal .plantillaInteriores .current_issue a.read_more {
    margin-top: 2em;
    font-weight: normal;
}

#contenidoPrincipal .plantillaInteriores .current_issue a.read_more::after {
    content: none !important;
}

em {
    font-style: italic;
}

.pkp_structure_page ol > li {
    display: list-item !important;
}

#downloads_chart h3 {
    margin: 40px 0 20px !important;
    display: block !important;
    text-align: left !important;
}
