/***************************************
EVENTOS / ÁLBUM DE FOTOS 
****************************************/
#container h3.noticias{
	width:775px;
	height:35px;
	margin-top:3px;
	margin-left:1px;
	background: url(../imagens/titulo_noticias.jpg) no-repeat;
	text-indent:-9000px;
	overflow:hidden;	
}
#noticias{
	width:770px;
	margin:0 auto;
	margin-bottom:10px;
	display:table;	
	padding-bottom:20px;
	border-bottom:2px solid #e8e8e8;
}
#noticias p{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
}
#noticias p.min{
	font:10px Arial, Helvetica, sans-serif;
	color:#666;	
	margin-top:5px;
}
#noticias p.news{
	font:22px Arial, Helvetica, sans-serif;
	color:#005dab;
}
#noticias p.titulo{
	width:749px;
	height:56px;
	margin:10px; auto;
	margin-bottom:5px;
	background: url(../imagens/titulo_noticias.gif) no-repeat;
	text-indent:-9000px;
	overflow:hidden;
}
#noticias p.outrasnews{
	width:749px;
	height:26px;
	margin:10px; auto;
	margin-bottom:5px;
	background: url(../imagens/label_outrasnews.gif) no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	clear:both;
}
#noticias p.noticia{
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FF6600;
	margin-left:10px;
}
#noticias p span{
	font-size:9px;
	font-weight:normal;	
	color:#666666;
}
#noticias a.noticia{
	font:bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#FF6600;
	text-decoration:none;
}
#noticias a.noticia:hover{color:#000000; text-decoration:underline;}

#noticias div.news{
	width:97%;	
	margin:0 auto;
}
#noticias div.foto{
	width:300px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
#noticias div.foto img.foto{
	width:300px; 
	height:200px;
	border:2px solid #e8e8e8;
}
