.topoapi{
    width: 100%;
    height: 56px;
    background-color: #232f3e
}
.botIntroducao{
    width: 140px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background-color: #287dd1;
    color: #FFF;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    margin-left: 10px;
}
.introducao{
    padding: 15px;
}
.introducao h1{
    font-size: 18px;
}
.introducao h2{
    font-size: 14px;
    text-indent: 10px;
}
.introducao p{
    text-indent: 20px;
    line-height: 16px;
    font-size: 14px;
    color: #535353
}
.divisa{
    float: left;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.codExemplo{
    padding: 15px;
    width: 98%;
    background-color: #000;
    color: #FFF;
    resize: none;
    overflow: hidden;
}

.tabelaapi .center{
    text-align: center;
}

.tabelaapi .b{
    font-weight: 700;
}
.tabelaapi .nivel1{
    padding: 0 0 0 15px;
}
.tabelaapi .nivel2{
    padding: 0 0 0 30px;
}
.tabelaapi .nivel3{
    padding: 0 0 0 45px;
}
.tabelaapi .nivel4{
    padding: 0 0 0 60px;
}
.tabelaapi .nivel5{
    padding: 0 0 0 75px;
}
.tabelaapi .nivel6{
    padding: 0 0 0 90px;
}
.tabelaapi .nivel7{
    padding: 0 0 0 105px;
}

.botexp{
    width: 80px;
    height: 25px;
    text-align: center;
    border: 0;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #287dd1;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
}