/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {

	background-color: #FFFFFF;
	background-image: url(pics/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	
}

#site {

	background-color: #F1F1F1;

/* Difine o tamanho e centraliza o Layout */
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#top {

	height: 105px;
	
}

#subTop {

	width: 1000px;
	height: 224px;
	background: #FAFAFA;

}

#menu {

	width: 184px;
	/*height: 174px;*/
	float: left;

}


.bg-responsa {margin-top: 24px;}

#flash {

	width: 811px;
	/*height: 174px;*/
	float: left;

}


#conteudo {

	width: 1000px;
	height: 296px;
	clear: both;
	background-color: #F1F1F1;

}

#chamadas {

	width: 213px;
	height: 296px;
	float: left;

}

#depoimentos {

	width: 210px;

}

#porqueInvestir {

	width: 213px;
	height: 166px;
	clear: both;

}

#empreendimentos {

	width: 773px;
	height: 295px;
	float: left;
	background: url(pics/centro.jpg) repeat-x;

}

#lado {

	width: 232px;
	height: 296px;
	float: right;
	background-image: url(pics/lado.jpg);

}

#rodape {

	width: 1000px;
	height: 37px;
	clear: both;
	background-image: url(pics/rodape.jpg);

}

.fotoempreHome {

	padding-bottom: 3px;

}

.fotoprestaHome {

	padding-bottom: 6px;

}

/* Fontes */

/*.textoLancaHome {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;

}*/


ul.emp{margin:0 15px; overflow:hidden;}

ul.emp li {float:left; display:inline; margin:6px 10px; background: url(pics/bg-emp.jpg) no-repeat; width:350px; height: 290px; position:relative;}

ul.emp li div.info{ position:absolute;  top:28px; width:223px; height:59px; text-align: center;}
ul.emp li div.info img{margin:9px 0 0 0; float:left;}
ul.emp li div.info div.texto {margin:50px 0 0 120px; width:190px; display:block;}
ul.emp li div.info div.texto a{ color:#fdcb34; font:bold 15px verdana; }
ul.emp li div.info div.texto a:hover{text-decoration:underline;}
