
.title-zonaCade{
    width: 100%;
    height: 52px;
    text-align: center;
    background: #FFFFff;
    display: table;
    position: relative;
    border-top: 1px solid #ffc905;
}
.title-zonaCade:before{
    content: "";
    height: 2px;
    width: 420px;
    background: #004681;
    position: absolute;
    left: 0;
    top: 26px;
}
.title-zonaCade:after{
    content: "";
    height: 2px;
    width: 420px;
    background: #004681;
    position: absolute;
    right: 0;
    top: 26px;
}
.title-zonaCade a{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #004681;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'prelobold';
    font-weight: bold;
}