.barraSuperior {
    background-color: #123456;
    height: 32px;
    min-height: 36px;
    border-color: #123456;
    color: #fff;
    transition: background-color 0.5s ease;

    
}

.imgBrasao{
    margin-top: -35px;
    z-index: 100;
    position: inherit;
    height: 115px;
    transition: background-color 0.5s ease;
}

.barraBottom {
    background-color: #fff;
    color: #252525;
/*    -webkit-box-shadow: 0px 4px 2px -2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 4px 2px -2px rgba(50, 50, 50, 0.3);
    height: 47px;*/
    box-shadow: 0px 4px 2px -2px rgba(50, 50, 50, 0.3);
    border-top: 1px solid #D4D4D4;
}


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}



