/*********************************************
TOPO (LOGO E BANNER)
*********************************************/
.topo1{
    overflow: hidden;
    padding: 20px 0 10px 0;
}
.topo-link-pagina-inicial{
    float: left;
    display: inline;
    margin-left: 4px;
}
/* nao uso o nome publicidade nem propaganda aqui porque alguns bloqueadores de publcidade usam a classes da div para bloquear a propaganda */
.topo-container-els{
    float: left;
    width: 756px;
    padding: 0 10px 0 20px;
    text-align: center;
}
.topo-container-els *{
    display: inline;
}
/*********************************************
TOPO BUSCA COM MENU PEQUENO
*********************************************/
.busca-topo{
    background: url('../img/bg_menu_topo.jpg') repeat-x;
}
.busca-topo1{
    height: 34px;
    padding: 8px 0;
    overflow: hidden;
}
.busca-topo-data{
    color: #DFB8BD;
    padding-top: 11px;
    float: left;
}
.busca-topo-menu-dir{
    float: right;
    overflow: hidden;
    padding-right: 8px;
    /* IE6: se aumentar o numero de items no menu perto da busca, aumentar esse valor */
    _width: 542px;
}
.busca-topo-menu-dir-item{
    float: left;
    background-repeat: repeat-y;
    background-image: url('../img/brd_pontilhada1_vertical.gif');
    padding: 3px 14px 0 15px;
}
.busca-topo-tempo{
    color: #D49CA4;
    background-image: none;
}
.busca-topo-tempo li{
    float: left;
    padding-top: 8px;
    font-weight: 900;
    padding-right: 5px;
}
.busca-topo-tempo-primeiro{
    padding-top: 0 !important;
}
.busca-topo-tempo .ico-seta-baixo1, .busca-topo-tempo .ico-seta-cima1{
    padding-left: 12px;
}
.busca-topo-form-busca{
    height: 28px;
    overflow: hidden;
    display: inline;
    padding-top: 6px !important;
    padding-left: 20px !important;
    padding-right: 0;
}
.busca-topo-form-busca .btn, .busca-topo-form-busca .texto{
    background: #D30130;
    color: #fff;
    float: left;
}
.busca-topo-form-busca .texto{
    margin-right: 4px;
    width: 180px;
}
/*********************************************
MENU DO TOPO
*********************************************/
.menu-topo{
    background: #E4E3E1;
    margin-bottom: 40px;
}
.menu-topo1{
    height: 28px;
    font-size: 14px;
    /* IE6: possibilita a borda branca abaixo dos items do menu */
    _overflow: hidden;
}
.menu-topo-li1{
    float: left;
    border-left: 1px solid #fff;
    position: relative;
    z-index: 100;
}
.menu-topo-li1-primeiro{
    border-left: 0 !important;
}
.menu-topo-a1{
    font-family: Frutiger, Arial, Helvetica, sans-serif;
    padding: 7px 15px 0 15px;
    height: 22px;
    color: #780008;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    z-index: 101;
}
.menu-topo-item-hover{
    background: #238395;
}
.menu-topo-item-hover .menu-topo-a1{
    color: #fff;
    text-decoration: none !important;
}
.menu-topo-item-hover .menu-topo-sub1{
    visibility: visible;
}
.menu-topo-sub1{
    background: #fff;
    position: absolute;
    top: 29px;
    left: 0;
    border: 2px solid #238395;
    z-index: 102;
    font-size: 11px;
    padding: 5px 0 5px 12px;
    width: 270px;
    visibility: hidden;
}
.menu-topo-sub1 li{
    float: left;
}
.menu-topo-sub1 a{
    color: #333333;
    float: left;
    padding: 5px 8px;
    background-position: 0 -213px;
    width: 74px;
}

