section {
    padding-top: 0;
}
#col-top {
    border-bottom: 1px solid #F5F5F5;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}
#col-top > div {
    padding-left: 0;
    padding-right: 0;
}
#col-top a {
    padding-top: 7px;
    padding-bottom: 22px;
    border-top: 6px solid transparent;
    display: block;
}
#col-top a + a {
    border-left: 1px solid #F5F5F5;
}
#col-top .active {
    border-top-color: #5ddddd;
    background-color: #F5F5F5;
}
#col-dcha h2 {
    margin-bottom: 32px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}
#col-dcha #posts .post {
    padding: 20px 4px;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}
#col-dcha #posts .post + .post {
    margin-top: -1px;
}
#col-dcha #posts .post h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}
#col-dcha #posts .active {
    border-top-color: #247CBA;
    border-bottom-color: #247CBA;
    position: relative;
    z-index: 1;
}
#col-dcha #posts .active a {
    color: #247CBA;
}
@media (min-width: 992px) {
    #col-top {
        margin-bottom: 40px;
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    #col-top {
        font-size: 16px;
    }
    #col-dcha {
        margin-top: 32px;
    }
}

#post {
    background-color: #F2F2F2;
}
#post.libro-digital {
    position: relative;
}
#post.libro-digital:before {
    content: '';
    width: 22px;
    height: 69px;
    background-image: url('../../../../images/aniversario/libro-digital.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    right: 35px;
}
#post .section-tit {
    color: #247CBA;
    font-weight: 700;
    line-height: 1.25;
}
#post .post-subtitulo {
    font-weight: 700;
    line-height: 1.25;
}
#post .post-texto {
    font-size: 13px;
}
#post .post-texto table {
    table-layout: fixed;
    width: 100%;
}
#post .post-texto table tr > * {
    width: auto;
}
#post .post-texto img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#post .post-texto a {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
#post #adjuntos {
    margin-top: 22px;
}
#post #adjuntos a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#post #adjuntos a img {
    margin-right: 10px;
    -webkit-flex: 0 0 26px;
    flex: 0 0 26px;
}
#post #navegacion a {
    height: 36px;
    padding: 0 14px;
    border: 1px solid #FF7F00;
    border-radius: 18px;
    font-size: 13px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
#post #navegacion a + a {
    margin-left: 10px;
}
#post #navegacion a .fa {
    color: #FF7F00;
}
#post #navegacion a span + span {
    margin-left: 5px;
}
@media (min-width: 992px) {
    #post {
        padding: 42px 35px 24px;
    }
    #post .section-tit {
        margin-bottom: 25px;
        font-size: 24px;
    }
    #post .post-subtitulo {
        margin-bottom: 25px;
        font-size: 18px;
    }
    #post #adjuntos {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    #post {
        padding: 20px;
    }
    #post .section-tit {
        margin-bottom: 20px;
        font-size: 22px;
    }
    #post .post-subtitulo {
        margin-bottom: 20px;
        font-size: 16px;
    }
    #post #adjuntos {
        font-size: 14px;
    }
}