/* DIVs Home */
#testeira { 
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:435px;
	z-index:1;
}


#noticias {
	position:relative;
	float:left;
	width:214px;
	height:210px;
	z-index:300;
	margin-top:10px;
	margin-left:15px;
	border-right:1px dotted #CCCCCC;
}

#solucoes {
	position:relative;
	float:left;
	width:410px;
	height:210px;
	z-index:300;
	margin-top:10px;
	margin-left:15px;
	border-right:1px dotted #CCCCCC;
}

#localizacao {
	position:relative;
	float:left;
	width:215px;
	z-index:300;
	margin-top:10px;
	margin-left:15px;
}

#data_noticia {
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { 
	font-family: Helvetica, Arial, sans-serif; 
	font-size:26px; 
	line-height:26px; 
	font-weight:normal;
	color:#999999;
	padding-top:0px;
	margin-top:0px;
}