html, body { 
min-width:1000px;
font-family: 'Roboto', sans-serif;
width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	}
body, form, img { margin:0; padding:0; border:none }
body { background:url(imagens/bg-corpo.jpg) top center; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

.linkHover{
	text-decoration:none;
	color:inherit !important;
}
.linkHover:hover{
	text-decoration:none;
	color:inherit !important;
}

.inputBox {
	border:1px solid rgba(50,50,50,0.2);
	font-family: 'Roboto', sans-serif;
	color:#999999;
	font-size:14px;
	padding:10px;
	width:100%;
}

.menus{
	float:left;
	font-size:15px;
	margin-left:18px;
}

.cabecalho{
	height:115px;
	background:rgba(255,255,255,0.93);
}

.inputPesquisa{
	font-size:13px;
	padding:8px 35px 8px 8px;
	background:#eaeaea url(../images/icnPesquisa.png) right center no-repeat;
	background-size:30px;
	border:none;
	color:#8c8c8c;
	width:200px;
}

.inputPesquisa:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.btnPesquisa{
	background:#eaeaea;
	padding:9px 0;
	text-align:center;
	font-size:16px;
	cursor:pointer;
}

.btnPesquisa:hover{
	background:#e2e2e2;
}

.tituloBanner{
	float:left;
	padding:5px 10px;
	text-shadow:none !important;
}
.subtituloBanner{
	float:left;
	clear:left;
	padding:5px 10px;
	text-shadow:none !important;
}

.categoriaIndex {
	width:305px;
	height:200px;
	position:relative;
	float:left;
	margin-top:25px; 
	cursor:pointer;
}

.textoCategoria {
	position:absolute;
	width:100%;
	padding:10px 10px 5px 10px;
	background:url(../images/bg-categ.png) bottom repeat-x;
	bottom:0;
}

#rodape {
	width:100%;
	height:402px;
	margin-top:50px;
	position:relative;
	z-index:60;
	background: url(../images/bg-rodape.png) top repeat-x;
	text-align:center;
}

.menuLateral{
	color:#9e9e9e;
	font-size:15px;
	cursor:pointer;
}

.triangulo-cima {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid rgba(0, 159, 87, 0.8);
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
	position:absolute;
	margin:5px 0 0 15px;
}

.iconeCategoria, .iconeCategoriaHover{
	width:205px;
	padding:7px;
	border:1px solid #d1d1d1;
	background:url(../images/seta-categ.png) right center no-repeat;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom:3px;
	cursor:pointer;
}
.iconeCategoria:hover, .iconeCategoriaHover{
	background:#eeeeee url(../images/seta-categ-hover.png) right center no-repeat;
}
.iconeImovel{
	width:225px;
	height:300px;
	border:1px solid #d1d1d1;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	float:left;
	margin-bottom:16px;
	overflow:hidden;
	position:relative;
}