/*============================== SECÇÂO EVENTOS===============================*/

/* Estilo do título eventos*/
.tituloeventos {
	font-size: 13px; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	color:  #000066;
	text-decoration:none;
	line-height: 30px;
	}
/* Estilo das datas das noticias (listagem em "Notícias"*/
.datanoticia
{
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	color: #42929D;
	text-decoration:none;
}
/* Estilo do link das noticias na homepage */
a.linknoticia:link 
{
	display:block; 
	color: #000066;
	line-height: 15px;
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	text-decoration:none;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 70px;
}
a.linknoticia:visited 
{
	display:block; 
	color: #000066;
	line-height: 15px;
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	text-decoration:none;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 70px;
}
a.linknoticia:hover 
{
	color:  #42929D;
	line-height: 15px;
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	font-weight: normal; 
	text-decoration:none;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 70px;
}
.thumbnoticia 
{
	background-repeat : no-repeat;
	position:relative;
	float:left;
	padding-right:10px;
	padding-top:4px;
}
