/*-----------------
-------AGENDA------
-----------------*/
#agenda{
	position:relative;
	width:306px;
	float:left;
	margin-top:-25px;
	overflow:hidden;
}
#agenda_titol{
	color:#FFFFFF;
	font-size: 18px;
	padding-top:2px;
	text-indent:10px;
}
#agenda_unitat{
	width:287px;
	margin-left:10px;
	margin-right:10px;	
}
#agenda_data{
	color:#000000;
	width:100%;	
}
#agenda_unitat_titol{
	font-weight:bold;
	color:#9e1905;
	line-height:250%;
	text-transform:uppercase;
}
#agenda_unitat_titol a{
	color:#9e1905;
	text-decoration:none;
}
#agenda_unitat_titol a:hover{
	color:#000000;
	
}
#agenda_text{
	color:#000000;
}

/*------fi agenda------*/


/*-----------------
-------NOTÍCIES------
-----------------*/
#noticies{
	position:relative;
	width:306px;
	float:left;
	margin-top:-25px;
	
}
#noticies_titol{
	color:#FFFFFF;
	font-size: 18px;
	padding-top:2px;
	text-indent:10px;
	margin-bottom:5px;
}
#noticies_envolcall{
	margin-top:-4px;
	background-color:#e4e4e4;
	width:307px;
	height:400px;
	overflow:hidden;
}
#noticies_unitat{
	width:287px;
	margin-left:10px;
	margin-right:10px;
	float:left;	
}
#separador_noticies{
	float:left;	
	margin-top:5px;
	width:100%;
	background-image:url(../img/separador_noticies.gif);
	background-repeat:repeat-x;
	height:5px;	
}
/*------fi notícies------*/