/* CSS Document */


* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../imagens/site/backgrround3.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #Ffffff;
}

/* INICIO DA DEFINICAO DA ESTRUTURA */

div#externo {
	position: relative;
	left: 50%;
	margin-left: -389px;
	width: 779px;

}

div#topo {
	width:779px;
	height:142px;
	text-align: right;
	vertical-align: bottom;
}

div#menuTopo {
	width:777px;
	height: 23px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

div#meio {
	width: 779px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../imagens/site/backmeio.jpg);
	background-repeat:repeat-y;
}

div#menuEsquerda {
	width: 198px;
	height: 100%;
	background-image: url(../imagens/site/backtabpesq.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	float: left;
	text-decoration: none;
}
div#centro {
	width: 536px;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px;
	float: left;
	height: 100%;
}
div#rodapeEmpresa {
	width: 779px;
	height: 16px;
	text-align:center;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	clear: left;
	background-color: #130BAC;
}

/* INICIO RODAPÉ */
#rodapeShowmaker{
	width:779px;
	text-align:center;
	font-size:11px;
}

#rodapeShowmaker a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:11px;
}

#rodapeShowmaker #showmaker{
	color:#000;
	font-weight:bold;
	font-size:11px;
}
/* FIM RODAPÉ */

* FIM DA DEFINICAO DA ESTRUTURA 
*/

/*
* INICIO DE DEFINICAO DOS ESTILOS 
*/

div#menuTopo ul {
	margin-left:15px;
	margin-top: 4px;
}
div#menuTopo li{
	float: left; 
	list-style: none;
	border-left: 1px solid #fff;
	height: 15px
}
div#menuTopo a{
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	display: list-item;
	padding-left:10px;
	padding-right:10px;
	margin-top: -3px;
}

div#meio h4 {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
	text-align: center;
}

div#centro ul,
div#centro li {
	margin-left: 10px;
}

div#centro a.documentos {
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}

div#centro a.documentos:hover {
	text-decoration: underline;
	color: #000000;
}

form#frmPesquisa, form#frmLogin, form#frmCadastro {
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
form#frmPesquisa,form#frmCadastro {
	padding-bottom: 10px;
	border-bottom: 1px dashed #666666;
	text-align: center;
}

form#frmPesquisa select,
form#frmPesquisa input,
form#frmLogin select,
form#frmLogin input,
form#frmCadastro select,
form#frmCadastro input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 2px;
}
form#frmPesquisa h1,
form#frmLogin h1,
h1.tituloMenu
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 6px;
	text-align: center;
}
p.texto {
	font-size: 12px;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
table#lancamentos {
	background-image: url(../imagens/site/back_tabela_lanc.jpg);
	width: 305px;
	height: 238px;
}
table#lancamentos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

form .controles {
	font-size: 11px;
	border: 1px solid #666666;
}
.sucesso {
	font-size: 11px;
	color: #009900;
}
.erro {
	font-size: 11px;
	color: #FF0000;
}
img.destaque {	border: 1px solid #000;
}
a {
	text-decoration: none;
	color: #000000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.tituloDestaque {
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.textoDestaque {
	font-size: x-small;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}




.tituloLancamento {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.titulosImoveis {	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style1 {
	color: #000066;
	font-weight: bold;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
