*{
    padding: 0px;
    margin: 0px;
}

.header {
    width: 100%;
}

.header {
    position: -webkit-sticky; /* Necessário para funcionar no Safari */
    position: sticky;
    top: 0;
}

.header {
    position: fixed;
    top: 0;
}

#imgcentral{
    margin: -3px;
    width: 100%;
    height: 110%;
}

body{
    top: 0;
    font-family: arial;
    background-size: 100%;
    background: #eeeeee;
}

#superior{
    display: inline-block;
    background-color: #000;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: -1px;
    border-bottom: solid 1px;
    border-color: #ff9900;
    top:0;
    padding: 0px;
    opacity: 65%;
}
   
label{
    color: #fdfdfc;
    width: 70px;
    text-align: left;
}

input{
    height: 26px;
    width: 130px;
}
/*    
*/
input label{
    float: left;
    position: relative;    
}

input[type=submit]{
    background:#ea0000;
    color:#ffffff;
    height: 28px;
    border: none;
    margin: 5px;
    padding: 5px;
    position: relative;
}

#corpo{
    width: 100%; 
    height: 500px; 
    float: right;
    margin: 2px;
}

.corpo{
    position: relative;
    max-width: 50%;
    max-height: 50%;
    align-content: center;
    top: 150px;
    }

#rodape{
    background-color: #000; 
    width: 100%; 
    height: 30px;
    margin: 0px;
    color: #fff;
    padding: 0px;
    border-top: 1px solid;
    border-left: 0px;
    border-right: 0px;
    border-color: #ff9900;
    position: absolute;
    bottom: 0px;
    float: left;
    opacity: 50%;
    font-family: 'Arial';
    font-size: 12px;
    }



