@charset "iso-8859-2";
body {
	font-size: 12px;
	color: #C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
}
.menu-top li {
	font-size: 10px;
	list-style:none;
	float:left;
	display:inline;
}
form {
	margin: 0px;
	padding: 0px;
}
#Conteudo{
	padding-top:15px;
	
	width:665px;
}
.menu-top li a{
display:block;
padding:0px 10px;}
.menu-top{
margin:0px 20px;
padding:0px;
overflow:hidden;
}
#divmenu {
	margin-top: 15px;
}

.tddir {
	padding-left: 15px;
}
body {
	background-color: #333333;
	background-image: url(../imagens/bgmain.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.tddiv {
	background-color: #FFFFFF;
	background-image: url(../imagens/02.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 3px;
}
.tdesq {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bg-esq {
	background-image: url(../imagens/bgtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CCCCCC;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #999999;
	font-weight: normal;
}
.spanwhite {
	color: #FFFFFF;
	font-weight: bold;
}
.justwhite {
	color: #FFFFFF;
}
.spangreen {
	color: #00CC00;
	text-decoration: underline;
}
.linegray {
	margin-top: 15px;
	margin-bottom: 15px;
}
#destaques .thumb {
	background-color: #000000;
	height: 100px;
	width: 310px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
#destaques .bold {
	font-weight: bold;
}
#menuprincipal ul {
	margin: 0px;
	list-style-type: none;
	width: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menuprincipal li {
	background-image: url(../imagens/bg-bot-menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menuprincipal a {
	color: #999999;
	text-decoration: none;
	overflow:hidden;
	display:block;
	width:180px;
	height:40px;
	margin-left:25px;
}
#menuprincipal a .num{
float:left;
cursor:hand;
cursor:pointer;}
#menuprincipal a .desc{
float:left;
cursor:hand;
cursor:pointer;
padding-top:12px;}
#menuprincipal a:hover {
	color: #66CC33;
}
#menuprincipal .num {
	font-family: "Times New Roman", Times, serif;
	font-size: 37px;
}
#menuprincipal .desc {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	text-transform: uppercase;
}
#menuprincipal .clean {
	color: #CCCCCC;
}
#menuprincipal .sel {
	color: #66CC33;
}
.data {
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 15px;
}
.logo {
	margin-bottom: 20px;
}
.crianca {
	background-image: url(../imagens/child.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 360px;
	margin-top: 30px;
}
#contatos {
	background-image: url(../imagens/bgcontatos.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height:300px;
	padding-left: 20px;
	color: #000000;
}
#contatos h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
#contatos .dots {
	background-image: url(../imagens/bg-bot-menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	margin-top: 120px;
}
#contatos a {
	color: #009900;
	text-decoration: none;
}
#contatos a:hover {
	color: #003399;
	text-decoration: underline;
}
.tel-rodape {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.feedbackform{
padding: 5px;
}

.feedbackform legend{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.feedbackform label.error{
	background-color: #666666;
	padding: 5px;
	display:block;
	border: 1px dotted #666666;
	color: #FFFFFF;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}
#advanced div.fieldwrapper{
width:300px;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 150px; /*width of label (left column)*/
	text-transform: uppercase;
	margin-right: 15px; /*spacing with right column*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}


.achei_paginacao{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	margin-bottom:15px;
}
.achei_paginacao a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009900;
	text-decoration:none;
	border:solid 1px #FFFFFF;
	padding:4px;
	
}
.achei_paginacao a:hover{
	background-color:#00FF00;	
}

#achei{
color:#000000}
#achei a:link, #achei a:hover {
	font-weight: bold;
	color: #000000;
}
#achei .td_meio a.i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
	letter-spacing: -1px;
}
#achei .td_meio a:hover.i {
	text-decoration: underline;
	color:#FF0000;
}
#achei .td_meio small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#achei .n_quartos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
#achei .valor{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	}
#achei .td_meio{
	background-image: url(../imagens/bg3.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
#achei .td_left{
	text-align:center;
	background-image: url(../imagens/bgleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#achei .td_right{
	background-image: url(../imagens/bgright.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#achei .hotimg{
	border:4px solid #CCCCCC;
}
#achei .hotimghover{
	border:4px solid #0099CC;
}

.linha-formularios{

}
.bgimages{
	background-position: center;
	background-repeat:no-repeat;
	background-color: #333333;
}
#fotos_do_imovel li img {
	width:430px;
	height:270px;

}.FichaTextos {
	background-color: #EAEAEA;
	padding: 10px;
	color: #000000;
}
