@charset "utf-8";
/* CSS Document */

/* REDEFINICOES DE TAGS */

body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #BB2B2B url(../imagens/back.jpg) repeat-x bottom;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #BB2B2B;
	text-decoration: none;
}


h3 {
	background-image: url(../imagens/h3fundo.jpg);
	width: 124px;
	height: 22px;
	font-size: 13px;
	padding-top: 4px;
	padding-left: 30px;
	font-weight: bold;
	color: #222222;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

h4 {
	background-image: url(../imagens/h4fundo2.jpg);
	width: 110px;
	height: 20px;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 26px;
	font-weight: bold;
	color: #222222;
	overflow: hidden;
	margin: 10px 0 10px 5px;
	text-align: left;
}

h4 a, a:link, a:visited, a:active {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #BB2B2B;
	text-decoration: none;
}



img, a img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* ESTRUTURA */

#tudo {
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	text-align:center;
	margin: 0px auto;
	padding: 0px;	
}

#header {
	margin: 0;
	padding: 0;
}

#bannercentral {
	margin: 0;
	padding: 0;
}

#conteudo {
	margin: 0;
	padding: 0;
}

#menuleft {
	width: 150px;
	margin: 0;
	padding: 5px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#principal {
	width: 620px;
	min-height: 810px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	float: right;
	text-align: left;
	border-left: solid 2px #D7282D;
	background: url(../imagens/casafundo.jpg) bottom right no-repeat;
}

#principal p {
	padding: 0 10px 0 10px;
	margin: 7px 0;
}

#rodape {
	margin: 0;
	padding: 10px;
	background-color: #7F2A2F;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}

#listagem p {
	line-height: 1.4em;
}

/* ClASSES */

.bemvindo {
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
	text-align: center;
}

.data {
	margin: 0 50px;
	padding: 0;
	text-align: right;
	font-size: 10px;
}

.blocoleft {
	float: left;
	width: 150px;
}

.destaque {
	font-weight: bold;
	color: #7F2A2F;
}	

.titulo {
	color: #7F2A2F;
	font-weight: bold;
	font-size: 13px;
	border-bottom: dotted 1px #DEDEDE;
}

.obrigatorio {
	color: #CC0000;
	font-weight: bold;
}

/* FORM interno */

.campo {
	border: solid 1px #D89491;
	background-color: #FDFDFD;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* FORM MENU */

.form_menu {
	color: #FFFFFF;
	font-size: 10px;
	background: #BB2B2B url(../imagens/back.jpg) repeat-x top;
	padding: 10px 2px;
	overflow: auto;
}

.input_select {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #333333;
	width: 120px;
	border: 0;
}

.botao {
	border: solid 1px #D89491;
	background-color: #FDFDFD;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 2px 4px;
}

.botao:hover {
	border: solid 1px #FDFDFD;
	background-color: #BB2B2B;
	color: #FFFFFF;
}


/* -------------------- */
/* LISTAGEM DOS IMOVEIS */

.imovel_capa
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:10px;
}

.imovel_capa img 
{
	margin-bottom:15px;
}

.imovel_capa a
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}


.imovel_capa i a
{
	color:#FFFFFF;
	font-style:normal;
}

.imovel_capa em a
{
	color:#FFFFFF;
	font-style:normal;
}

.Area{
	border:#00F 0px solid; 
	padding-top:10px;  
	float:	left; 
	width:140px; 
	text-align:center; 
	height:180px;
	background: url(../imagens/back_area.jpg) #BB302D center repeat-x;
}

.Imovel{
	border:#00F 0px solid; 
	margin-right:auto;	
	margin-left:auto;  
	width:130px;	
}

.Divisao{
	width:10px;
	height:10px;
	float:left;
}