* {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10px;
  }
	
body {
  margin: 0;
  padding: 0; 
  background-color: #f1f1f1;
  text-align: center;
  }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* iframe Topo */
#frmtopo {
  margin: 0 auto 0 auto;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  width: 780px;
  height: 95px;
  padding: 0;
  }
#frmtopoLogado {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  height: 114px;
  }
/* iframe Topo */

/* Topo */
form { margin: 0; } /* Soluciona o problema de espaço no topo no Mozilla FireFox */
#topo { 
  width: 780px;
  height: 90px;
  border-bottom: 5px solid #8A9094;
  }
#topo div {
  float: left;
  }
#left {
  width: 509px;
  height: 89px;
  cursor: hand;
  }
#login {
  width: 270px;
  height: 89px;
  }
#login table {
  margin: 20px auto 0 auto;
  border-collapse: collapse;
  width: 67%;
  color: #333;
  }
#login table td {
  padding: 3px;
  }
.campo-login {
  border: 1px solid #333;
  width: 70px;
  height: 16px;
  background: #ccc;
  font-weight: normal;
  color: #000;
  }
.bt-login {
  margin-left: 5px;
  width: 21px;
  height: 16px;
  background: #9B9B9B;
  border: 1px solid #333;
  color: #333;
  }
/* Fim Topo */

/* home e internas */
#home,
#interna {
  margin: 0 auto 0 auto;
  border-right: 1px solid #333; 
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  text-align: justify;
  }
#home {
  width: 605px;
* width: 782px;
  height: 200px;
* height: 275px;
  padding: 75px 75px 0 100px;
  }
#interna {
  width: 605px;
* width: 782px;
  height: 350px;
* height: 425px;
  padding: 25px 75px 50px 100px;
  }
#interna div {}
#interna div#menu {}
#interna div#conteudo {}
/* fim home e internas */

/* rodapé */
#rodape {
  margin-left: auto;
  margin-right: auto;
  width: 779px;
  padding-top: 15px;
  text-align: center; 
  }
/* fim rodapé */
