/* ---------------------------- Site-Navigation ---------------------------- */
#menu{
    display:block;
    height:70px;
    
}
.menu-item{
    float:left;
}
.menu-item span{
    display:none;
}
#menu-item-1{
    width:166px;
    height:70px;
    background:url(/img/menu01off_pt.png) no-repeat;
}
#menu-item-1:hover{
    background:url(/img/menu01on_pt.png) no-repeat;
}
#menu-item-1-on{
    width:166px;
    height:70px;
    background:url(/img/menu01on_pt.png) no-repeat;
}
#menu-item-2{
    width:133px;
    height:70px;
    background:url(/img/menu02off_pt.png) no-repeat;
}
#menu-item-2:hover{
    background:url(/img/menu02on_pt.png) no-repeat;
}
#menu-item-2-on{
    width:133px;
    height:70px;
    background:url(/img/menu02on_pt.png) no-repeat;
}
#menu-item-3{
    width:142px;
    height:70px;
    background:url(/img/menu03off_pt.png) no-repeat;
}
#menu-item-3:hover{
    background:url(/img/menu03on_pt.png) no-repeat;
}
#menu-item-3-on{
    width:142px;
    height:70px;
    background:url(/img/menu03on_pt.png) no-repeat;
}
#menu-item-4{
    width:96px;
    height:70px;
    background:url(/img/menu04off_pt.png) no-repeat;
}
#menu-item-4:hover{
    background:url(/img/menu04on_pt.png) no-repeat;
}
#menu-item-4-on{
    width:96px;
    height:70px;
    background:url(/img/menu04on_pt.png) no-repeat;
}
#menu-item-5{
    width:138px;
    height:70px;
    background:url(/img/menu05off_pt.png) no-repeat;
}
#menu-item-5:hover{
    background:url(/img/menu05on_pt.png) no-repeat;
}
#menu-item-5-on{
    width:138px;
    height:70px;
    background:url(/img/menu05on_pt.png) no-repeat;
}
#menu-separador{
    width:173px;
    height:70px;
    background:url(/img/menu_bg_repeat.png);
}
#menu-pt{
    float:right;
    width:111px;
    height:70px;
    background:url(/img/select_lang_pt_off.png) no-repeat;
}
#menu-pt:hover{
    background:url(/img/select_lang_pt_on.png) no-repeat;
}
#menu-en{   
    float:right;
    width:111px;
    height:70px;
    background:url(/img/select_lang_en_off.png) no-repeat;
}
#menu-en:hover{
    
}

.botao_enviar{
    border:0px;
    width:80px;
    height:21px;
    background:url(/img/bt_submeter_off_pt.gif) no-repeat;
    cursor:pointer;
}
.botao_enviar:hover{
    background:url(/img/bt_submeter_on_pt.gif) no-repeat;
}
#voltar{
    border:0px;
    width:64px;
    height:21px;
    background:url(/img/bt_voltar_off_pt.gif) no-repeat;
    cursor:pointer;
}
#voltar:hover{
    background:url(/img/bt_voltar_on_pt.gif) no-repeat;
}
#voltar span{
    display:none;
}

#blog-categorias{
    background: url(/img/tit_cat_pt.png) no-repeat;
    padding-top:60px;
    padding-left:82px;
}