@charset "utf-8";
/* CSS Document */
body {
	background-image:url(imagens/entradaBG.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%; 

}

.tabela_ficar_na_frente_do_menu {
z-index:10;
}

#meio {

background-image:url(imagens/imgMeio.jpg);
background-repeat:repeat-x;
background-position:top;
width:100%;
height:185px;}

#tudo {
  min-height: 100%;
  ...
  }

/* hack para IE6 que trata height como min-height */
* html #tudo { height: 100%; } 

#tudo {
  position: relative;
  ...
  }
#rodape {
	background-image:url(imagens/footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:222px;
	position: absolute;
	bottom: 0;
  }

#rodape_normal{
	background-image:url(imagens/footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:222px;
	position:static;
}

.arial12 {
font-family:Arial;
font-size:12px;
}

.btn_buscar {
background-image:url(imagens/BTNbuscar.jpg);
border:none;
width:69px;
height:22px;
}

#div_menu {
	position:absolute;
	width: 100%;
	height: 50px;
	top: 165px;
	align: center;
	left: -1px;
	z-index:1;
	overflow: hidden;

}

#div_desconto {
	position:absolute;
	width: 100%;
	height: 140px;
	top: 255px;
	align: center;
	left: 0x;
	z-index:2;

}

/* PÁGINA DE CADASTRO DO USUÁRIO */
#nome {
background-image:url(imagens/fundo_nome.gif);
width:788px;
height:23px;
border:none;
vertical-align:middle;
padding:3px;
background-repeat:no-repeat;
font:Arial;
font-size:12px;

}

#cpf {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#rg {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#orgao_emissor {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#cep {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#cidade {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#bairro {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#endereco {
background-image:url(imagens/fundo_endereco.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:458px;
height:23px;
font:Arial;
font-size:12px;
}

#numero {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#email {
background-image:url(imagens/fundo_endereco.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:458px;
height:23px;
font:Arial;
font-size:12px;
}

#telefone {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#celular {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#usuario {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#senha {
background-image:url(imagens/fundo_cpf.gif);
background-repeat:no-repeat;
padding:3px;
border:none;
vertical-align:middle;
width:193px;
height:23px;
font:Arial;
font-size:12px;
}

#btn_cadastre_se {
background-image:url(imagens/BTNcadastre-se.gif);
width:128px;
height:26px;
border:none;
}

.fundo_titulo_noticia {
background-image:url(imagens/fundo_titulo_noticia.gif);
background-repeat:no-repeat;
}

.titulo_noticia {
font:Arial;
font-size:18px;
font-size-adjust:none;
font-weight:bold;
}


.associado {
background-image:url(imagens/fundo_categoria_associado.jpg);
width:739px;
height:78px;
color:#000000;
}
.nao_associado {
background-image:url(imagens/fundo_categoria_nao_associado.jpg);
width:739px;
height:78px;
color:#000000;
}

.borda_mini_foto {
border-width:2px;
border:solid;
border-color:#FFFFFF;
}

.fundo_anunciante {
background-image:url(imagens/fundo_anunciante.jpg);
width:919px;
height:376px;
vertical-align:middle;
}
