#mostarPanel {
    width: 1100px;
    margin: 10px auto;
}

#cabecalhoMostrar {
    width: 1070px;
    height: 60px;
    margin: 5px;
    background: #006666;    
}

#tituloMostrar {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

#corpoMostrar {
    width: 1070px;
    margin: 5px;
    background: #FFF;
}

#tableMostrar {
    width: 100%;
}

#dadosMostrar {
    width: 35%;
    height: 720px;
    background: #FFF;
}

#divDadosMostrar {
    width: 100%;
    overflow: scroll;
}

.labelDados {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.campoDados {
    width: 100%;
    height: 20px;
    background: #FFF;
    border: 2px solid #000;
}

.campoDadosTA {
    width: 100%;
    height: 50px;
    background: #FFF;
    border: 1px solid #CCC;
}

#ImagemMostrar {
    width: 65%;
    height: 720px;
    background: #FFF;
}

#imagemMostrarCorpo {   
    margin: 2px;
    width: 100%;
    background: #fdffcc;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#divImagemMostrarCorpo {
    width: 700px;
    height: 600px;
    overflow-x: scroll;
    overflow-y: scroll;
}

#imagemMostrarRodape {
    margin: 2px;
    background: #cccccc;
    width: 100%;
    height: 100px;
    text-align: center;
}
#botoesMostrarDocumento {
    text-align: center;
    width: 100%;
    height: 45px;
    background: #FFF;
}

#tableBotoesDocumento {
    margin: 0px auto;
}

.botaoDocumento {
    width: 150px;
    background: darkgrey;
    border: 2px solid #000;;
}

.botaoDocumento tr td {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

