.main_header{
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
}

.main_header .logo_box{
    height: 113px;
}

.main_header .logo_box .centerbx{
    height: 101px;
    width: 996px;
    margin: 0 auto;
    position: relative;
    padding-top: 12px;
}

.main_header a.logoSite{
    display: block;
    background: url(../image/brd-logo-portal.png) no-repeat;
    width: 261px;
    height: 60px;
    margin: 12px 0 0 5px;
    float: left;
    overflow: hidden;
    font-size: 0;
}

.main_header .locale-cad div{
    display: inline-block;
    width: auto;
    height: 21px;
}

.main_header .logo_box .centerbx .locale-cad{
    margin-left: 65px;
    float: left;
    width: 230px;
    padding-top: 40px;
}

.main_header .logo_box .centerbx .locale-cad .lc-locale{
    border-right: 1px solid #003bd1;
    padding-right: 15px;
    margin: 0 15px 0 0;
}

.main_header .logo_box .centerbx .locale-cad .lc-locale a{
    color: #393230;
    font-family: "Averta Regular";
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 5px 0px;
}

.main_header .locale-cad .lc-locale a.loc-active,.main_header .locale-cad .lc-locale a:hover {
    color: #003bd1 !important;
    border-bottom: 5px solid #003bd1;
    padding: 5px 5px 0;
}

.main_header .logo_box .centerbx .locale-cad .lc-cadastro a{
    color: #393230;
    background: url(../image/brd-icon-associese.png) no-repeat left center;
    font-family: "Averta Regular";
    font-size: 13px;
    padding-left: 20px;
}

.main_header .aux-item{
    width: 415px;
    float: right;
    padding-top: 8px;
}

.main_header .aux-item .aux-menu{
    margin-bottom: 5px;
    text-align: right;
}

.main_header .aux-item .aux-menu a{
    font-family: "Averta Regular";
    display: inline-block;
    font-size: 10px;
    color: #393230;
    border-right: 1px solid #393230;
    padding: 3px 5px 3px 0;
}

.main_header .aux-item .aux-menu a:nth-child(1){
    margin-right: 5px;
}

.main_header .aux-item .aux-menu a:nth-child(5) {
    border-right: none;
}

.main_header .aux-item .aux-busca{
    width: 100%;
}

.main_header .aux-item .aux-busca input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #003bd1 !important;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.4) inset;
    color: #8f95a1;
    display: block;
    font-family: "Museo900";
    font-size: 16px;
    overflow: hidden;
    padding: 4px 28px 4px 7px;
    width: 26em;
    height: 2.7em;
    float: left
}

.main_header .aux-item .aux-busca input[type="submit"]{
    background: rgba(0, 0, 0, 0) url(../image/mins_sprites.png) no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    line-height: 99px;
    margin: 12px 0 0 -26px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 16px;
    z-index: 22;
    border: none !important;
}

  /* HOVER */
.main_header .logo_box .centerbx div a:hover {
    color: #003bd1 !important;
}
