@charset "iso-8859-1";
/* CSS Document */
#Fundo_Menu_Servicos_Home {
    width: 100%;
    display: flex;
}

#Bot_Licenciamento {
    flex: 1;
    background: url(../../imagens/bot_Home_licenciamento02.png) no-repeat;
    background-position: center top;
}


#Bot_Tecnologia {
    flex: 1;
    background: url(../../imagens/tecnologia.png) no-repeat;
    background-position: center top;
}

#Bot_Sistemas {
    flex: 1;
    background: url(../../imagens/bot_Home_sistemas02.png) no-repeat;
    background-position: center top;
}

#Bot_Treinamentos {
    flex: 1;
    background: url(../../imagens/bot_Home_treinamentos02.png) no-repeat;
    background-position: center top;
}

#Bot_Gerenciamento {
    flex: 1;
    background: url(../../imagens/bot_Home_gerenciamento02.png) no-repeat;
    background-position: center top;
}

#Bot_PGRS {
    flex: 1;
    background: url(../../imagens/bot_Home_PGRS.png) no-repeat;
    background-position: center top;
}

/* Lateral Direita */
#Bot_lateral_direita a {
    background-image: url(../../imagens/bg_menu_lat_direito.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 22px;
    width: 241px;
    display: block;
    text-decoration: none;
    padding: 5px 0 0 8px;
}



#Bot_lateral_direita a:hover {
    background-image: url(../../imagens/bg_menu_lat_direito.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-decoration: none;
    padding-top: 5px;
}

#Fundo_Menu_Servicos_Home a {
    margin-top: 70px;
    float: left;
    width: 100%;
    text-align: center
}

#Fundo_Menu_Servicos_Home {
    padding: 7px
}