#home {
	background: url(../imagens/bg_geral_home.png);	
}

#moldura {
	background: #FFFFFF;
	border-top: 4px solid #ba4834;
	margin: 0px auto;
	width: 776px;
	height: 600px;
	position: relative;
}

/* ---- BOX DESTAQUE --- */
#boxDestaque {
	height: 136px;
	width: 268px;
	position: absolute;
	top: 307px;
	left: 7px;
	text-align: left;
}
#boxDestaque h2 {
	font-size: 13px;
	color: #c24818;
	margin: 0px 4px;
}
#boxDestaque h2 a:link, #boxDestaque h2 a:visited {
	font-size: 13px;
	color: #c24818;
}
#boxDestaque p {
	font-size: 11px;
	margin: 0px 4px;
}
.maisNoticias {
	text-align: right;
	margin: 5px 20px 0px 0px;	
}
.maisNoticias a:link, .maisNoticias a:visited {
	color: #c24818;
}
.maisNoticias a:hover, .maisNoticias a:active {
	color: #006699;
}

/* ---- BOX PRODUTOS --- */
#boxProdutos {
	position: absolute;
	top: 307px;
	left: 282px;
	width: 240px;
}

/* ---- BOX SERVI�OS --- */
#boxServicos {
	position: absolute;
	top: 307px;
	right: 7px;
	width: 238px;
}


/* ---- BOT�O SOLICITE UMA PROPOSTA --- */
#btProposta {
	position: absolute;
	top: 463px;
	left: 0px;
}


/* ---- BOT�O ESPA�O DO CLIENTE --- */
#btEspacoCliente {
	position: absolute;
	top: 463px;
	left: 143px;
}


/* ---- BANNER CLIENTE --- */
#bannerCliente {
	position: absolute;
	top: 455px;
	right: 5px;
}



/* ---- RODAP� ---- */
#rodape {
	height: 55px;
	width: 772px;
	position: absolute;
	background: #F2F2F2;
	bottom: 2px;
	left: 2px;
	color: #928f8f;
	font-size: 10px;
	text-align: left;
}
#rodape p {
	margin: 6px 0px 0px 5px;
	line-height: 12px;
}
#tecnologias {
	position: absolute;
	bottom: 7px;
	right: 10px;
}