#corpo {
    background: url('../images/Logomarca.png') no-repeat;
    background-position: center 200px;
    background-color: #FFF;
}

#corpoMenu {
    width: 100%;
}

.dadosUsuarioLogado {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    background-color: #ccffcc;
    border-radius: 8px;
}

.menuFundoIcone {
    height: 30px;
    min-width: 250px;
    vertical-align: baseline;
    text-align: left;    
    background-color: #CCC;
    padding: 5px auto;
    border: 3px solid #000;
    border-radius: 8px;    
}

.linkMenu {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.linkMenu:hover {
    color: #000;
}

#loginPanel {
    width: 500px; 
    height: 400px; 
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
}

#cabecalhoLogin {
    width: 100%;
    height: 100px;
    background-color: #8db4e9;
}

#cabecalhoLogin table {
    width: 100%;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}

#corpoLogin {
    margin-top: 10px;
    width: 100%;
    border: 2px solid #000;
}

#corpoLogin table {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#rodapeLogin {
    margin-top: 10px;
    width: 100%;
}

.campo {
    width: 300px;
    height: 20px;
    background: #fdffcc;
}

.errorMessage {
    width: 90%;
    height: 40px;
    margin: 0px auto;
    height: 30px;
    background-color: #e9adad;
    background-image:  url('../images/erro.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    font-size: 11px;
    color: red;
}

.warningMessage {
    width: 90%;
    height: 40px;
    margin: 0px auto;
    background-color: #f8f6a6;
    background-image:  url('../images/alerta.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    font-size: 11px;
    color: #d3c716;
}

.successMessage {
    width: 90%;
    height: 40px;
    margin: 0px auto;
    background-color: #a8fbbc;
    background-image:  url('../images/aviso.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    font-size: 11px;
    color: green;
}

.bordaTopo {
    border-top: 3px solid #006666;
}

.bordaBaixo {
    border-bottom: 3px solid #006666;
}

.bordaEsquerda {
    border-left: 3px solid #006666;
}

.bordaDireita {
    border-right: 3px solid #006666;
}

.bordaTotal {
    border: 3px solid #006666;
}

.espacoTopo {
    padding-top: 3px;
}

.margemTopo {
    margin-top: 10px;
}

.margemEsquerda {
    margin-left: 8px;
}

.cemporcento {
    width: 100%;
}





