/* FOOTER */

.pkp_structure_footer_wrapper{
  background-color: #e3cc98;
}
body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgb(14 13 13 / 87%);
    background: #FFF;
}
/* MENU HEDEAR */
.pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #bd771b;
}
.pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: #5A4F3B;
    }
	.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
        outline: 0;
        background: #ddd;
        border-color: #cf5f1e;
        color: #724e0e;
    }
	.pkp_nav_list ul a {
    display: block;
    padding-left: .357rem;
    border-left: .357rem solid transparent;
    color: #d9910e;
}
/* TITULO EN LASES*/
a {
    color: #986b00;
}
a:hover, a:focus {
    color: #cb7c00;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #746026;
    color: #fff;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #985a00;
    border-radius: 3px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #985600;
    text-decoration: none;
}
/* BOTON ENVIAR*/
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #e9caaa;
    border: 1px solid rgb(191 40 34 / 40%);
    border-top-color: #d58e14a8;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #6a450b;
    text-decoration: none;
}
/* enlaces revista numeros*/
.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #e3cc98;
}
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #5a4f3b;
    text-decoration: none;
    margin-bottom: 1.43rem;
}
/* busqueda de articulos*/
.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    margin-bottom: 2.857rem;
    background: #cf771a42;
    border-left: .357rem solid #955324;
    font-size: 1rem;
    line-height: 1.43rem;
}
.page_search .submit button:hover:after, .page_search .submit button:focus:after {
    box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.2);
    background: #8b4a11e6;
}
.page_search .submit button:after {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    position: absolute;
    top: -1px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 2.143rem;
    text-align: center;
    background: #4a2c0b;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.2);
    color: #fff;
}
/* REDES SOCIALES*/
.shariff .theme-standard .shariff-button.facebook a {
    border-color: #ad7e21;
}
.shariff .theme-standard .shariff-button a {
    border: 1px solid #976817;
    background-color: #fff;
    color: #5c3503;
}
/* decoracion panel administrativo*/
.app__header {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3rem;
    background: #222;
    font-size: .85rem;
    z-index: 10;
}
.pkpTabs__button {
    position: relative;
    display: inline-block;
    padding: .8rem 1em;
    line-height: 1.4rem;
    border: 1px solid #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #fff;
    text-decoration: none;
    font-weight: 700;
    color: #af0a6b;
}
.pkpTabs__button:focus:before, .pkpTabs__button:hover:before, .pkpTabs__button[aria-selected=true]:before {
    background: #cb005c;
    width: 100%;
}
@media (min-width: 767px) {
    .pkpTabs--side .pkpTabs__button:focus:before, .pkpTabs--side .pkpTabs__button:hover:before, .pkpTabs--side .pkpTabs__button[aria-selected=true]:before {
        background: #cb007c;
        height: 100%;
        width: 2px;
    }