p.cadastre-se {
	width:200px !important;
	background:url(../images/icon_ok.png) left top no-repeat;
	background-position:0 12px;
	text-align:left;
	padding:10px 0 10px 70px !important;
}

#conteudo {
	margin:60px 0 30px 0;
	background:#fff;
	}
	
	#conteudoPrincipal h2 {
		font-size:1.2em;
		font-weight:normal;
		text-transform:uppercase;
		margin:0 0 25px 0;
		color:#e16114;
		}

	#conteudoPrincipal h3 {
		font-size:1.0em;
		font-weight:700;
		text-transform:uppercase;
		margin:0 0 25px 0;
		padding:20px 0 8px 0;
		border-bottom:1px dotted #999;
		color:#e16114;
		}
		
	#conteudo p {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align:justify;
		margin:0 0 20px 0;
		line-height:1.5em;
		}

	#conteudoPrincipal {
		float:left;
		width:500px;
		margin:0 0 0 0px;
		}
		
		#conteudoPrincipal ul {
			margin:10px 0 20px 0;
			padding:10px;
			background:#dfe5e8;
			}
		
			#conteudoPrincipal ul li {
				padding:8px 0 8px 26px;
				background:url(../images/seta.png) 0 1em no-repeat;
				}
	
	#conteudoLateral {
		float:right;
		width:321px;
		margin:45px 22px 0 0;
		}
		
		#conteudoLateral ul {
			margin:0 0 35px 0;
			}
		
		#conteudoLateral ul li.menuLink a, #conteudoLateral ul li.selected a {
			font-size:.9em;
			text-align:center;
			text-decoration:none;
			text-transform:uppercase;
			letter-spacing:.1em;
			margin:0 0 3px 0;
			padding:10px 0 10px 0;
			background:#f4f4f4;
			display:block;
			}
			
		#conteudoLateral ul li.menuLink a {
			border:solid #ddd;
			border-width:1px 0 3px 0;
			color:#1171ae;
			}
			
			#conteudoLateral ul li.menuLink a:hover {
				color:#e16114;
				}
		
		#conteudoLateral ul li.selected a {
			font-weight:700;
			border-top:1px solid #ddd;
			border-bottom:3px solid #e16114;
			}
			
	/* mapa */
	
	iframe#mapa {
		border:3px solid #ddd;
		margin:0 0 30px 0;
		padding:1px;
		}

	/* destaques imovix */
	
	iframe#BfrmCabImovix {
		width:100%;
		min-height:400px;
		border:none;
	}

	#destaquesImoveis {
		width:100%;
		min-height:200px;
		text-align:center;
		padding:17px 0 10px 0;
		background:url(../images/bg-destaques-imoveis.jpg) top no-repeat;
	}
	
		#destaquesImoveis #Imovix_Lista {
			float:left;
			width:108px;
			margin:0 8px 15px 8px;
			font-size:0.85em;
		}
		
			#destaquesImoveis #Imovix_Lista img {
				float:left;
				width:108px;
				height:90px;
				display:block;
				padding:1px;
				margin:0 0 10px 0;
				border:2px solid #89a0a8;
			}
		
		#destaquesImoveis #Imovix_Lista a {
			height:20px;
			margin:10px 0 8px 0;
			padding:5px 0 0 0;
			font-size:1.0em;
			font-weight:bold;
			background:url(../images/btn_destaques-imoveis.png) center bottom no-repeat;
			text-decoration:none;
			color:#fff;
			clear:left;
			display:block;
		}
	
			#destaquesImoveis #Imovix_Lista a:hover {
				padding:5px 0 0 0;
				background:url(../images/btn_destaques-imoveis.png) center top no-repeat;
			}


	/* forms */
	#formulario {margin:30px 0 0 0;}
			
		#formulario input[type=text] {
			font-family:arial;
			font-size:1.1em;
			padding:3px;
			margin:5px 0 12px 0;
			}
		
		#formulario select {
			min-width:120px;
			padding:1px;
			margin:2px 0 8px 0;
			}
		
		#formulario textarea {
			font-family:arial;
			font-size:1.1em;
			padding:3px;
			height:120px;
			margin:2px 0 8px 0;
			}
		
		#formulario button {
			width:174px;
			height:35px;
			font-weight:bold;
			text-align:center;
			margin:25px 0 30px 0;
			background:url(../images/bg-botao-form.gif) top no-repeat;
			border:none;
			color:#fff;
			cursor:pointer;
			}
			
			#formulario button:hover {background:url(../images/bg-botao-form.gif) bottom no-repeat;}
