/*CONTEÚDO*/
.conteudo {
	width:707px;
	/*background:#FFFFCC;*/
	margin-left:15px;
	margin-top:17px;
	float:left;
}
*html .conteudo { /*IE6*/
	margin-left:6px;
}

/*TÍTULO DA PÁGINA*/
.titulo {
	width:240px;
	height:25px;
}
.lancamento {
	background:url(../imagens/titulos/lancamento.gif) no-repeat;
}

/*TÍTULO DA EMPREENDIMENTO*/
.nome {
	height:19px;
	color:#514f4f;
	background:#e3e1de;
	font-size:14px;
	border-top:1px solid #d9d7d4;
	margin-left:3px;
	margin-bottom:5px;
	padding-left:8px;
	padding-top:2px;
}


/*COLUNA ESQUERDA*/
.conteudo .col_esquerda {
	width:305px;
	/*height:300px;*/
	background:url(../imagens/bg_caracteristicas.gif) no-repeat;
	margin-left:3px;
	float:left;
}


.caracteristicas {
	float:left;
	padding:5px;
	width:300px;
}
.caracteristicas p {
	margin-bottom:10px;
}
 .opcoes {
	width:305px;
	height:14px;
	background:#7f7f7f;
	margin-bottom:10px;
	float:left;	
}
 .opcoes .download {
	width:153px;
	background:url(../imagens/downloadVideo.gif);
	text-indent:-99999px;
	display:block;
	float:left;
}
 .opcoes .hotsite {
	width:152px;
	background:url(../imagens/visitarHotsite.gif);
	text-indent:-99999px;
	display:block;
	float:left;
}

.opcoes .nada{
	width:153px;
	background:url(../imagens/barra.gif);
}





/*COLUNA DIREITA*/
.conteudo .col_direita {
	width:390px;
	/*height:300px;
	background:#CCCCFF;*/
	float:right;
}


/*GALERIA*/
.imagens {}
.imagens img {
	border:2px solid #fff;
}
.imagens .principal {
	width:233px;
	float:left;
}
.imagens .principal img {
	border:2px solid #fff;
}
.imagens .principal p {
	width:231px;
	color:#979694;
	background:#fff url(../imagens/lupa.gif) no-repeat right center;
	font-size:10px;
	*margin-top:-3px;
	padding:0px 3px;
	display:block;
}
.imagens ul {
	width:154px;
	float:right;
}
*html .imagens ul { /*IE6*/
	width:153px;
}

.imagens li {
	float:left;
	margin-left:5px;
}
*html .imagens li { /*IE6*/
	float:left;
	margin-left:3px;
}





/*FICHA TÉCNICA, ESTÁGIO DAS OBRAS*/
.ficha,
.estagio {
	/*width:193px;*/
	width:370px;
	/*height:233px;*/
	height:270px;
	color:#867d7d;
	padding:0px 10px 10px 10px;
	margin-top:15px;
	float:left;
}
.bt_veja{
	text-align:right;
	height:41px;
	margin:0 10px 8px 0;
}
.bt_veja a img{
	text-decoration:none;
	border:none;
}
.ficha{
	padding:30px 10px 10px 10px;
	height:160px;
}
.ficha {
	background:url(../imagens/bg_ficha.gif) no-repeat;
}
.estagio {
	margin-left:3px;
	background:url(../imagens/bg_estagio.gif) no-repeat;
}

















/*NOTÍCIAS*/
.noticias {
	margin-top:15px;
	float:left;
}
.noticias li {
	border-bottom:1px solid #d5d4d1;
	padding-bottom:5px;
	margin-bottom:10px;
	float:left;
}
.noticias li.ultimo {
	margin-bottom:0;
}
.noticias li a {
	color:#484848;
	text-decoration:none;
	display:block;
}
.noticias li h2 {
	font-size:14px;
	margin-bottom:5px;
	display:block;
}
.noticias li img {
	border:4px solid #fff;
	margin-right:5px;
	float:left;
}
.noticias li span {
	color:#6f6f6f;
	margin-bottom:3px;
	display:block;
}



/*MAIS NOTÍCIAS*/
.mais_noticias {
	/*background:#999933;*/
	float:left;
}
.mais_noticias li {
	width:430px;
	background:url(../imagens/bullet.gif) no-repeat 0 3px;
	border-bottom:1px solid #d5d4d1;
	padding:5px 0 5px 20px;
	float:left;
}
.mais_noticias li a {
	color:#484848;
	font-size:10px;
	text-decoration:none;
	display:block;
}
.mais_noticias li span {
	color:#6f6f6f;
	margin-bottom:3px;
}



/*BANNER*/
.banner {
	width:450px;
	height:60px;
	background:#fff;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
}
*html .banner {
	
	float:none;
}





/**/
.lancamentos {}
.lancamentos h3 {
	width:239px;
	height:25px;
	background:url(../imagens/titulos/lancamentos.gif) no-repeat;
	text-indent:-99999px;
}
.destaques h3 {
	width:239px;
	height:25px;
	background:url(../imagens/titulos/destaques.gif) no-repeat;
	text-indent:-99999px;
}
.lancamentos .lancamento,
.destaques .destaque {
	width:231px;
	height:109px;
	background:url(../imagens/bg_lancamento.gif) no-repeat;
	padding:2px;
	margin-right:4px;
	margin-bottom:10px;
}
.lancamentos .lancamento img,
.destaques .destaque img {
	float:right;
}
.lancamentos .lancamento h4,
.destaques .destaque h4 {
	color:#505050;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
	margin-left:3px;
}
.lancamentos .lancamento p,
.destaques .destaque p {
	font-size:10px;
	line-height:12px;
	margin:0 5px;
}
.lancamentos .lancamento .botoes,
.destaques .destaque .botoes {
	clear:both;
}
.lancamentos .lancamento .hotsite,
.lancamentos .lancamento .VerDetalhes,

.destaques .destaque .hotsite,
.destaques .destaque .VerDetalhes {
	width:116px;
	height:14px;
	text-indent:-99999px;
	float:left;
	display:block;
}
.lancamentos .lancamento .hotsite,
.destaques .destaque .hotsite {
	background:url(../imagens/hotsite.gif) no-repeat;
}
.lancamentos .lancamento .VerDetalhes,
.destaques .destaque .VerDetalhes {
	width:115px;
	background:url(../imagens/ver_detalhes.gif) no-repeat;
}


/*ENQUETE*/
.enquete {}
.enquete fieldset {
	width:235px;
	/*height:109px;*/
	/*background:url(../imagens/bg_lancamento.gif) no-repeat;*/
	background:#fff;
	border:0;
	/*padding:2px;*/
	margin-right:4px;
	margin-bottom:10px;
}
.enquete h3 {
	width:239px;
	height:25px;
	background:url(../imagens/titulos/enquete.gif) no-repeat;
	text-indent:-99999px;
}
.enquete h4 {
	color:#505050;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
	margin-left:3px;
}
.enquete label {
	font-size:10px;
	display:block;
}
.enquete .botao {
	width:100%;
	height:29px;
	background:url(../imagens/bg_enquete.gif);
	text-align:center;
	display:block;
}
.enquete .botao input {
	font-size:10px;
}



