#L_top{ /*background: #aaaaaa;*/ position: absolute; top: 0px; left: 0px; width: 100%; height: 100px; } #div_img_logo{ /*background-color: #ffffff;*/ position: absolute; top: 0px; left: 0px; width: 40%; } #div_img_titulo{ /*background-color: #ffffff;*/ position: absolute; top: 0px; right: 0px; width: 80%; } #img_logo{ position: relative; top: 0px; left: 0px; width: 100%; /*min-height: 100px;*/ min-width: 180px; max-width: 556px; } #img_titulo{ position: relative; width: 33%; top: 15px; left: 45%; min-width: 250px; max-width: 337px; } #barra_verde_meio{ position: absolute; background: #505050; height: 20px; width: 100%; left: 0px; top: 100px; } #div_conteudo_pagina{ display: block; position: absolute; background-color: #ffffff; padding: 0px; left: 0px; bottom: 40px; height: calc(100% - 120px - 40px); /*menos 120(cabecalho + barra) menos 70(rodape)*/ width: 100%; /*padding: 0px;*/ } #div_login{ background-color: #505050; position: relative; padding: 10px; width: 200px; height: 150px; top: 20%; left: calc(50% - 100px); } #div_label_login{ position: relative; /*background-color: #ffffff;*/ /*padding: 20px;*/ width: 100%; height: 20px; text-align: center; color: #eeeeee; top: 0px; left: 0px; } .caixas_login{ position: relative; /*padding: 10px;*/ width: 180px; height: 30px; margin: 9px; text-align: center; } #barra_rodape{ position: fixed; background: #505050; height: 40px; width: 100%; left: 0px; bottom: 0px; z-index: 10; } #texto_rodape{ color: #ffffff; text-align: center; } #bt_login{ position: relative; padding-top: 5px; width: 50%; height: 20px; left: 0px; bottom: 0px; cursor: hand; } #bt_login:hover{ color: #33cc33; } /*------------------=============------------===============--------------================------------------==============*/