.margin-top{
    margin-top: 30px;
}

.titulo_texto{
    color: #EE2E24;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.hr {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: -5px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.texto_lateral{
    line-height: 20px;
    padding-left: 5px;
}

.texto_lateral span{
    text-transform: uppercase;
}

a.linkdownloadfa:before{
    position: absolute;
    content:url('../img/pdf_icon.png');
    margin-left: -30px;
    margin-top: -3px;
}
a.linkdownloadfa{
    color: #333333;
    padding-left: 30px;
}