body {
	background: url(../images/fundo.jpg) repeat;
	font-family: 'Roboto', sans-serif;
}


/* breve */

#brevelogo {
	width: 300px;
	margin: auto;
	margin-top: 230px;
}

#brevelogo h2 {
	margin-top: 90px;
	text-align: center;
}

#brevelogo img {
	margin-left: 34px;
}

/* Tipografia */

p {
    color: #000000;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
}

span {
    color: #4c4a4d;
    font-family: 'Lobster', cursive;
    font-size: 25px;
    line-height: 18px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lobster', cursive;
}

h1 {
	color: #4c4a4d;
	font-size: 32px;
	padding: 5px 0px;
	text-align: center;
}

h2 {
	font-size: 25px;
	color: #4c4a4d;
}

h2 a {
	color: #4c4a4d;
}

h4 {
    color: #4c4a4d;
    font-size: 25px;
    text-align: right;
	margin-right: 0px;
	margin-top: -20px;
}

.descricao h4 {
	margin-top: 10px;
}

h5 {
	color: #fffcd9;
	font-size: 22px;
	margin-bottom: 10px;
}

p {
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}

/* Cabecalho */
#cabecalho {
	width: 100%;
	height: 155px;
	background: #a1a283 url(../images/fundo-cabecalho.jpg) repeat;
}

#logo {
	background: #4c4a4d;
	padding: 20px 41px 8px 42px;
	position: absolute;
}

#correspondente {
	width: 100px;
	height: 96px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -10px;
	background: #fff;
	padding: 2px;
	padding-top: 40px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: none;
}

#doc {
    width: 119px;
    position: absolute;
    left: 50%;
    margin-left: -172px;
    top: 132px;	
	color: #fffcd9;
	display: none;
}

#correspondente:hover {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

#contato-cabecalho {
	background: #7c7a6e;
	float: right;
	width: 296px;
	padding: 10px;
	padding-bottom: 7px;
}

#contato-cabecalho h2 {
	color: #4c4a4d;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contato-cabecalho p {
	color: #fffcd9;
	font-size: 16px;
	line-height: 18px;
	background: no-repeat left center;
	padding: 5px;
	padding-left: 25px;
}

#contato-cabecalho a {
	color: #fffcd9;
}

#contato-cabecalho a:hover {
	color: #4c4a4d;
}

.endereco {
	background-image: url(../images/icone-endereco-claro.png) !important;
	width: 140px;
	background-repeat: no-repeat;
	background-position: left center;
}

.email {
	background-image: url(../images/icone-email-claro.png) !important;
	background-repeat: no-repeat;
	background-position: left center;
}

.telefone {
	background-image: url(../images/icone-telefone-claro.png) !important;
	background-repeat: no-repeat;
	background-position: left center;
}

#menu {
	width: 100%;
	background: #fffcd9;
	border-bottom: 3px solid #a3a68b;
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
}

#menu ul {
}

#menu ul li {
	float: left;
	margin-right: 68px;
	font-family: 'Lobster', cursive;
	font-size: 25px;
}

#menu .atual {
	color: #cfaa22 !important;
}

.ultimo {
	margin-right: 0px !important;
}

.clear {
	clear: both;
}

#menu ul li a {
	color: #4c4a4d;
}

#menu ul li a:hover {
	color: #cfaa22;
}


/* grid */
.central {
	width: 986px;
	margin: auto;
}
.casa {
	width: 315px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	background: #a3a68b;
	border-bottom: 3px solid #7a867a;
}

.casa img {
	max-width: 315px;
	min-width: 315px;
}

.impar {
	background: #7a867a;
	border-bottom: 3px solid #a3a68b;
}

.descricao {
	padding: 10px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.descricao ul {
	margin: 0px;
}

.descricao ul li {
	margin: 0px;
	margin-bottom: 14px;
}

.descricao .endereco {
	padding-left: 30px;
}

.descricao .telefone {
	padding-left: 30px;
}

.descricao .email {
	padding-left: 30px;
}

.descricao a {
	color: #4c4a4d;
}

.descricao a:hover {
	color: #000;
}

.conteudo {
	width: 100%;
	background: url(../images/fundo-horizontal.png) repeat;
	margin-top: 20px;
	padding: 10px 0px;
}

.semfundo {
	background: none;
}

/* procura */

#procura {
    background: url("../images/fundo-procura.jpg") repeat;
    left: 50%;
	margin-left: -493px;
	width: 648px;
	min-height: 204px;
	top: 223px;
	position: absolute;
	z-index: 5;
	border-bottom: 3px solid #a1a48a;
}

#grama {
	width: 428px;
	height: 52px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#procura h3 {
	background: #a3a68b;
	color: #4c4a4d;
    font-family: 'Lobster', cursive;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
	padding: 15px 15px 5px 15px;
}

input, label {
	font-family: 'Roboto', sans-serif;
}

.dados {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

label {
	padding: 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
}

#encontrar {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	width: 187px;
	padding: 2px;
	border: none;
	background: #2e812b url(../images/seta2.png) no-repeat 170px 7px !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 10px;
	border-bottom: 3px solid #4c4a4d;
	margin-top: 20px;
}

#encontrar:hover {
	background-color: #22681f !important;
	cursor: pointer;
}



.styled-select {
	overflow: hidden;
	font-size: 20px;
	color: #7c7a6e;
	height: 20px;
	width: 187px;
	padding: 2px;
	border: none;
	background: #ffffff url(../images/seta.png) no-repeat 170px 10px !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 10px;
	border-bottom: 3px solid #7c7a6e;
	position: relative;
	z-index: 2;
}

.styled-select select {
	background: transparent;
   -webkit-appearance: none;
	width: 187px;
	height: 20px;
	color: #7c7a6e;
	background: none;
	border: none;
	font-size: 16px;
}

.grande {
	width: 285px;
	background: #ffffff url(../images/seta.png) no-repeat 267px 10px !important;
}

.grande select {
	width: 285px;
}

#casinha {
	position: absolute;
	width: 209px;
	height: 122px;
	right: -30px;
	bottom: -20px;
	z-index: 1;
}

#filtro {
    background: url("../images/fundo-destaque-slider.jpg") repeat scroll 0 0 transparent;
    left: 50%;
	margin-left: 176px;
	width: 316px;
	position: absolute;
	border-bottom: 3px solid #4c4a4d;
	min-height: 204px;
	top: 223px;
}

#filtro > p {
	padding: 10px;
}

#filtro > h3 {
    color: #fffcd9;
    font-family: 'Lobster', cursive;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
	background: #4c4a4d;
	padding: 15px 15px 5px 15px;
}

/* paginas */

#titulo-pagina {
	width: 100%;
	background: #a1a283 url(../images/fundo-cabecalho.jpg) repeat;
	margin-top: 255px;
	border-top: 3px solid #a3a68b;
	padding-bottom: 6px;
}

#titulo-casa {
	width: 100%;
	background: #a1a283 url(../images/fundo-cabecalho.jpg) repeat;
	margin-top: 25px;
	border-top: 3px solid #a3a68b;
	padding-bottom: 6px;
}

#titulo-casa span {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fffcd9;
}

.banco {
	width: 315px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	background: #fff;
	border-bottom: 3px solid #7a867a;
}

.banco h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	color: #fff;
	background: #a3a68b;
}

#foto-casa {
	background: url("../images/fundo-procura.jpg") repeat;
    left: 0px;
	width: 648px;
	top: 0px;
	position: relative;
	z-index: 5;
	border-bottom: 3px solid #a1a48a;
	float: left;
}

#detalhes-casa {
	width: 316px;
	border-bottom: 3px solid #4c4a4d;
	float: left;
	background: url("../images/fundo-destaque-slider.jpg") repeat scroll 0 0 transparent;
	margin: 20px;
	margin-right: 0px;
}

#detalhes-casa h2 {
	margin-bottom: 10px;
}

#detalhes-casa p {
	margin-bottom: 10px;
	line-height: 18px;
}

.linha {
	width: 100%;
	height: 10px;
	border-bottom: solid 1px #e7dfc2;
	margin-bottom: 10px;
	
}

#foto-casa img {
	max-width: 100%;
}

#tipo h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	color: #fffcd9;
	background: #757e69;
	margin-bottom: 0px;
}

#coluna {
	width: 648px;
	float: left;	
}

.noticia {
	margin: 10px 0px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #4c4a4d;
}

.noticia h3 {
	font-size: 20px;
	padding: 10px;
	color: #fffcd9;
	background: #757e69;
	clear: both;
	margin-bottom: 10px;
}

.noticia h3 span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
}

.noticia p {
	line-height: 18px;
	margin-bottom: 18px;
}

/* rodape */

#rodape {
	background: url(../images/fundo-rodape.jpg) repeat;
	min-height: 50px;
	padding-bottom: 0px;
}

#linha {
	height: 1px;
	width: 100%;
	background: #4c4a4d;
	position: relative;
	top: -13px;
}

.coluna {
	width: 315px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

.coluna p {
	color: #93a293;
	background-repeat: no-repeat;
}

.pequena {
	width: 200px;
	min-height: 50px;
}

.logo img {
	margin-left: 0px;
	margin-right: 0px;
	max-width: 100%;
}

#submenu ul li {
	margin-bottom: 5px;
}

#submenu ul li a {
	color: #93a293;
}

#submenu ul li a:hover {
	color: #fffcd9;
}

#submenu .atual {
	color: #fffcd9 !important;
}

.dois {
	background: no-repeat left center;
	padding: 5px;
	padding-left: 25px;
}

.dois a {
	color: #93a293;
}

.dois a:hover {
	color: #fffcd9;
}

#email {
	border: none;
	padding: 0px;
	margin: 0px;
	color: #fffcd9;
	font-size: 16px;
	float: left;
	padding: 3px;
	width: 151px;
	margin-left: -20px;
	margin-top: 8px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #7c7a6e;
	position: relative;
	z-index: 2;
	background: #4c4a4d;
	padding-left: 25px;
}

#enviar {
	width: 34px;
	height: 29px;
	cursor: pointer;
	background: url(../images/enviar.png) no-repeat;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	border: none;
	position: relative;
	z-index: 3;
	
}

#flores {
	width: 100%;
	height: 66px;
	background: url(../images/flores.png) repeat;
}

#contactform label, #contactform input, #contactform textarea {
	font-family: 'Roboto', sans-serif;
	background: none;
	border: none;
	font-size: 20px;
	display: inline-block;
	float: left;
	width: 505px;
	background: #757e69;
	padding: 5px;
	color: #fffcd9;
	margin-left: 10px;
    margin-top: 5px;
}

#contactform label {
	color: #4c4a4d;
    font-family: 'Lobster', cursive;
	width: 100px;
	margin-top: 7px;
	background: none;
	text-align: right;
}

#enviarmensagem {
	width: 100px !important;
	background: #4c4a4d !important;
	cursor: pointer;
	font-family: 'Lobster', cursive !important;
	margin-left: 130px !important;
	margin-bottom: 30px !important;
	
}

#status {
	text-align: right;
	color: #757e69;
	display: none;
}

#aviso {
	text-align: right;
	color: #dd202c;
	margin-top: -30px;
	padding-bottom: 10px;
}

