/* CONFIGURAÇÕES GERAIS */
* {
margin:0 0 0 0px;
font-family:Arial;
}

body {
margin:0;
padding:0;
background:#ffffff;
text-align:center; /* hack para o IE */	
height:100%;
}

#geral {
min-height: 100%;
width: 924px;
margin:0 auto;			
padding: 10px;
text-align:left; /* "remédio" para o hack do IE */	
position: relative;
}

/* ESTRUTURA */

#conteudo {
width: 924px;
background-color: #ffffff;
display:table;
}

#conteudo_interna {
width: 924px;
background-color: #ffffff;
display:table;
}

#fundo {
background-image:url(../../_img/fundo/fundo.jpg);
background-repeat:no-repeat;
width:100%;
height:128px;
margin-top:-10px;
}

#fundo2 {
background-image:url(../../_img/fundo/topo2_fundo.jpg);
background-repeat:no-repeat;
width:100%;
height:32px;
margin-top:0px;
}

/* RODAPÉ */

#rodape {
position: absolute;
background-image:url(../../_img/fundo/rodape.jpg);
width:924px;
height:128px;
clear:both;
}

#rodape_interna {
position: absolute;
background-image:url(../../_img/fundo/rodape.jpg);
width:924px;
height:128px;
clear:both;
}

/* TOPO */

#topo {
width: 924px;
}

#topo2 {
background-image:url(../../_img/fundo/topo2.jpg);
width: 924px;
height:32px;
margin-top:-42px;
font-family:Arial;
font-size:11px;
color:#333333;
}

#topo2 img {
margin-bottom:-2px;
margin-top:10px;
}

#topo2 .desconectar {
text-decoration:underline;
}

/* TABELAS */

.tabela_topo_interna
{
margin-top:5px;
}

.tabela_home
{
padding-left:10px;
}

.tabelinhaTabelaHead 
{
background-color:#999999; 
font-weight:bold;
color:White;
}

.tabelinhaTabelaLista1 
{
background-color:#F4F4F4;
font-family:Arial;
font-size:12px;
color:#333333;
}

.tabelinhaTabelaLista2 
{
background-color:#E4E4E4;
font-family:Arial;
font-size:12px;
color:#333333;
}

.listaEmpreendimento
{
border-bottom:solid 1px;
border-bottom-color:#E4E4E4;
font-family:Arial;
font-size:12px;
color:#333333;
}

.listaNoticia
{
border-bottom:solid 1px;
border-bottom-color:#B4B4B4;
font-family:Arial;
font-size:12px;
color:#333333;
}

.tabela_rodape
{
    border:none;
    margin-top:72px;
    width:100%;
}
