/* encabezado */

.header {
    background-color:#0b2e61;
}

.pkp_site_name.titulo2 {

color:#fff;
}

#user-nav-wraper.col-md-5 {
    flex: 100%;
    max-width: 100%;
    background: #c5c5c5;
}

.logo-wraper.col-md-7 {
    flex: 100%;
    max-width: 100%;
    text-align: center;
}

/* pie de pagina */

.btn-primary {
    background-color: #7f9fca;;
    border-color: #7f9fca;;
}

.site-footer {
    background-color: #0b2e61;
}


footer p, footer li, footer a {
    color: #fff;
    font-weight: normal;
}

.pkp_block img {
    border: none;
}

.pkp_block .title {
    color: #fff;
}

.sidebar_wrapper + .additional-footer-info {
    border-top: 1px solid #fff;
    text-align: center;
}


a.logoojschile {

    border-bottom: none;

}


.user-page-footer h2 {
    color: #fff;
}

.additional-footer-info h6 {
    color: #fff;
    font-family: inherit;
    
}

.additional-footer-info {
    display: block;

}

.additional-footer-info h2 {

    font-family: inherit;

}

.pkpbrand-wrapper {
    max-width: 100%;
    justify-content: center;
    padding: 10px 0 10px 0;
    background: #c5c5c5;
}

#lo {
    width: 100px;
    border-radius: 5px;

}

/*cuerpo */

.additional_content {
    margin-top: 0px;
}

/*descripciÃ³n nÃºmero */
.description img {
    max-width:100%
}

/* botones de enviar art¨ªculo */

.page.page_submissions .cmp_notification a {
    border-bottom: 7px solid #ffd120;
}

.page.page_submissions .cmp_notification a:hover {
    text-decoration: none;
    background-color: #ffd120;
}


/* footer adicional */

a.fb-ic, a.tw-ic, a.gplus-ic, a.li-ic {
    border-bottom: none;
    color: white  !important;
}

.page-footer.font-small {
border-top: 1px solid #fff;
}

/* derechos ojschile */

.ojschiletext {
    text-align: center;
}

p.ojschiletext {
    margin-bottom: 0px;
}


.site-footer {
    padding-bottom: 0px;
}

.page-footer.font-small .container {
    max-width: 100%;

}

.page-footer.font-small h6 {
font-weight: normal;
}

.page-footer.font-small .pt-5 {

padding-top: 20px !important;
border-bottom: 1px solid #fff;

}


.page-footer.font-small .col-md-12 {

    margin-bottom: -20px;
    margin-top: 30px;

}

.container.text-center.text-md-left.mt-5 {
    border-top: 1px solid #fff;
}

.titulorevista {
   /* border-bottom: 1px solid #fff; */
    padding-bottom: 10px;
}

/*color men¨² usuario */

#navigationUser a, #user-nav-wraper a {
    background: red;
}