﻿#pagina {
    padding: 0;
    margin: 0;
    font-family: Arial,sans-serif;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E4E4E4;    
    overflow: hidden;
}

#cabecalogin {
    text-align: center;    
    position: fixed;
    padding: 0;
    margin: 0;
    top: 10px;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #E4E4E4;
    overflow: hidden;
}

#corpologin {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 100px;
    bottom: 13px;
    left: 50px;
    right: 0;
    background-color: #E4E4E4;
    overflow: auto;
}

#rodapelogin {
    text-align: right;
    vertical-align: middle;
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 13px;
    background-color: #4682B4;
    font-family: Arial,sans-serif;
    font-size: x-small;
    overflow: hidden;
}

#cabecadefault {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-color: #4682B4;
    overflow: hidden;
}

#corpodefault {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 46px;
    bottom: 14px;
    left: 39px;
    right: 1px;
    background-color: #E4E4E4;
    overflow: auto;
}

#rodapedefault {
    text-align: left;
    vertical-align: middle;
    position: fixed;
    border: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 13px;
    background-color: #4682B4;
    font-size: x-small;
    text-align: left;
    overflow: hidden;
}