.tabela
{
    /*float: left;*/
    font-size: 19px;
    color: #9E9E9E;
    text-decoration: none;
    width: 100%;
    font-family: Segoe UI, Tahoma, Arial;
    /*position: relative;
    top: -27px;*/
}

.tabela > ul:first-child
{
    display: table;
    width: 100%;
    padding: 0px;
    border-bottom: 3px solid #AB0132;
    margin: auto;
    position: relative;
    top: -8px;
}

.tabela > ul:first-child li.selecionado
{
    border-bottom: 5px solid #AB0132;
}

.tabela > ul:first-child li
{
    list-style: none;
    float: left;
    margin: 0 10px 1px 0;
    position: relative;
    top: 3px;
}

.tabela > ul:first-child li a, .tabela > ul:first-child li a
{
    text-decoration: none;
    color: Gray;
}

.tabela > ul:first-child li a:hover, .tabela > ul:first-child li a:active
{
    text-decoration: none;
    color: black;
}
