/* CSS Document */

*{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;

}
body {
  /*background-color:#523852;*/
  background-color:#F4FBDD;
  margin-top:0;
}
.datahora{
  font-size:10px;
  color:#999999;
}

#tabela_principal{
  background-image:url(images/sombra.jpg);
  background-repeat:repeat-y;
  background-position:center;
}
#submenu_interno{
  background-color:#E9F4C7;
}

select, input, textarea{
  font-size:10px;
}

h1, .titulo{
  font-size:14px;
  font-weight:bold;
  color:#523852;
  text-decoration:none;
}
h2, a h2{
  font-size:14px;
  font-weight:bold;
  color:black;
}
a h2:hover{
  color:gray;
}
.cinza {
  color:gray;
}
.conteudo_interno{
  background-image: url(images/voltinha.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  border-right:1px solid #CAE478;
}

#tabela_imovel tr td{
  padding-left:10px;
  padding-right:10px;
}

#imovel_thumbs {
  width:100%px;
  height:50px;
  overflow-x: auto;
  overflow-y: none;
}

#rodape {
  color:white;
  font-size:10px;
}

/* MENU */

#menu a {
  text-decoration:none;
  color:#666666;
  font-size:12px
}

#menu a:hover {
  color:black;
}

#submenu_table tr td{
  border-bottom:1px solid #CAE478;
  height:25px;
}
#submenu_table tr td a{
  text-decoration:none;
  font-size:12px;
  color:black;
}
#submenu_table tr td a:hover{
  color:gray;
}