.contenido_revista a {
    color: #2b2626;
    text-decoration: none;
    padding: 0px 0px 2px 20px;
    background: url(../img/arrow_menu.png) 10px center no-repeat;
}

.contenido_revista a:hover {
    color: #0B7AD0;
}

.memory_group a.descarga_pdf,
.reports_group a.descarga_pdf {
    position: relative;
    margin-left: 40px;
    padding-left: 0;
    display: inline-block;
    line-height: 15px;
    margin-top: 20px;
}

.memory_group a.descarga_pdf:hover,
.reports_group a.descarga_pdf:hover {
    color: #0065b4;
}

.memory_group a.descarga_pdf:before,
.reports_group a.descarga_pdf:before {
    content: url(../img/pdf.svg);
    position: absolute;
    left: -35px;
    top: -8px;
    width: 30px !important;
    height: auto;
}
