body{
	padding:0px;
	margin:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}	
* {
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
#map{
	position:absolute;
	left:0;
	top:0px;
}
#fundoListaEmpreendimentos{
	position:absolute;
	left:0;
	top:0;
	display:none;
	width:610px;
	height:350px;
	margin-top:0px;
	margin-left:0px;
	background-color:#FFFFFF;
	z-index:299;	
	-moz-opacity : 0.95;
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=95);	
}
#listaEmpreendimentos{
	position:absolute;
	left:50%;
	top:42%;
	/*display:none;*/
	width:500px;
	height:270px;
	margin-top:-120px;
	margin-left:-260px;
	padding:10px;
	z-index:300;
	overflow:auto;
}
.detalhesEmpresa{
	position:absolute;
	left:50%;
	top:42%;
	display:none;
	width:500px;
	height:270px;
	margin-top:-120px;
	margin-left:-260px;
	padding:10px;
	z-index:300;
	overflow:auto;
	overflow-x:auto;
}
#listaEmpreendimentos table{
	border-bottom: solid 1px #CCCCCC;
}
#btFecharDiv{
	position:absolute;
	right:5px;
	top:5px;
	z-index:305;
}
.btFecharMapa{
	position:absolute;
	right:5px;
	top:5px;
	z-index:305;
	display:none;
}
.btFecharDetalhes{
	position:absolute;
	right:5px;
	top:5px;
	z-index:305;
	display:none;
}
.nomeEmpreendimento{
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	color:#455e86;
}
.outrosDadosEmpreendimento1{
	font-weight:normal;
	text-transform:capitalize;	
	width:380px;
}
.tabelaEmpreendimento1{
	background-color:#F5F5F5;
}
.tabelaEmpreendimento2{
	background-color:#FFFFFF;
}
.imagemEmpreendimento{
	font-weight:normal;
	width:90px;
}
.detalhesEmpreendimento{
	margin-bottom:5px;
	text-align:right;
	padding:3px;
}





/************* mapa ******************/
#disableSite{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:770px;
	background-color:#000000;
	z-index:140;
	display:none;
	-moz-opacity : 0.40;
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=40);	
}
#mainSuper{
	position:absolute;
	left:70px;
	top:110px;
	z-index:150;
	/*border: 1px #CCCCCC  solid;
	background-color:#FFFFFF;*/
	background-image:url(../img/mapa/fundo_branco.gif);
	background-repeat:no-repeat;
	display:none;
	padding:8px;
	height:430px;
}
#mainSuper #btFecharDiv{
	position:absolute;
	right:10px;
	top:10px;
}
#mainSuper #tituloDiv{
	position:absolute;
	left:10px;
	top:10px;
	font-size:16px;
	font-weight:bold;
	color:#28498C;
	padding:10px;
}



/* usado para a grade de logos das empresas*/
	.thumb{
		height:70px;
		overflow:hidden;
		text-align:center;
		margin-bottom:3px;
		margin-top:0px;
	}
	.thumbbox{
		float:left;
		width:87px;
		height:110px;
		overflow:hidden;
		background-color:#f0f0f0;
		margin-bottom:5px;
		margin-top:6px;
		margin-right:4px;
		padding:0;
		border: 1px solid #CCCCCC;
	}
	.uname{
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		line-height:12px;
		text-align:center;
		padding:0 3px 3px;
		bottom: 15px;
		margin:0;
	}
	.boxgrid{
		overflow:hidden;
		margin-right:-5px;
		width:500px;
	}
	.boxgrid_all{
		overflow:hidden;
		margin-right:-5px;
		width:100%;
	}
	.boxgrid a {
		text-decoration:none;
		border:none;
	}


