#geral .bg_geral {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 40px;
	background-image: url("../img/bg_conteudo.png");
	background-repeat: repeat-y;
	background-position: center top;
}

#banner {
	position: relative;
	float: left;
	width: 920px;
	height: 410px;
	margin-left: 23px;
}

#slides {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.slides_container {
	position: relative;
	width: 920px;
	height: 410px;
	overflow: hidden;
	display: none;
}

.pagination li {
	display:none;
}

.pagination li a {
	display:none;
}


h1 {
	position: relative;
	width: 832px;
	height: 45px;
	margin: 0 auto;
	margin-top: 40px;
}

#box-seleciona-home h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #00605F;
	font-weight: 400;
	position: relative;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
	line-height: 17px;
	width: auto;
	text-transform: none;	
}

#box-seleciona-home {
	position: relative;
	width: 833px;
	height: 57px;
	margin: 0 auto;
	margin-top: 48px;
	background-image: url("../img/box-seleciona-home.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.ajuste-select {
	position: relative;
	float: right;
	width: 320px;
	height: 45px;
	z-index: 100;
	margin-top: 10px;
	margin-right: 10px;
}

/* Select */

select {
	background: none;
	border: 0;
}

form {
	background: none;
	border: 0;
}

div.selectbox-wrapper {
	position: absolute;
	width: 314px;
	background-color:white;
	border: 1px solid #CCC;
	margin-top: -10px;
	padding: 0;
	text-align: left;
	max-height: 300px;
	overflow: auto;
}

div.selectbox-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.selectbox-wrapper ul li.selected { 
	background-color: #00605F;
	color: #FFF;
}

div.selectbox-wrapper ul li.current { 
  background-color: #00605F;
  color: #FFF;
}

div.selectbox-wrapper ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #00605F;
}

.selectbox {
	margin: 0 5px 10px 0;
	padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	width: 298px;
	height: 37px;
	display: block;
	text-align: left; 
	background-image: url("../img/select.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	color: #FFF;
	border: 0;
}

/*emrpeendimentos*/

.empreendimentos {
	float: left;
	width: 900px;
	height: auto;
	margin-left: 50px;
	margin-top: 30px;
}

.lista-empreendimento {
	position: relative;
	float: left;
	width: 190px;
	height: 355px;
	background-image: url("http://rodobensimoveis.com.br/images/bg-lista-empreendimento.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 35px;
	margin-top: 20px;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #004845;
	width: 145px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 10px;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #01A19C;
	font-weight: normal;
	margin-left: 10px;
}

h4 {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #01A19C;
	font-weight: normal;
	margin-left: 10px;
}

.saiba-mais {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #01A19C;
	font-weight: normal;
	height: 15px;
	text-transform: uppercase;
	background-image: url("http://rodobensimoveis.com.br/images/ico-saiba-mais.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	text-decoration: none;
}

.saiba-mais:hover {
	color: #004845;
	background-position: left bottom;
}