@charset "utf-8";
/* CSS Document */

#agenda {
	/*float:left;*/
	width:230px;
	height:100%;
	background-color:#fff;
	border:0px #000 solid;
}
#agenda .content {
	width:210px;
	/*float:left;*/
	background-color:#fff;
	background-image:url(/images/agendabg.png);
	border:0px #000 solid;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
}

#agenda .element {
	margin:12px;
	margin-bottom:16px;
	font-size:12px;
	font-weight:bold;
	/*color:#58625a;*/
	
}
#agenda a {
	text-decoration:none;
	/*color:#4d554f;*/
}
#agenda .titol {	
	color:#4b794b;
}
#agenda .info {
	/*color:#4d554f;*/
	font-weight:normal;
}
#agenda .data {
	padding-top:4px;
	margin-top:4px;
	line-height:30px;
	color:#4b794b;
}
#agenda .mesactes a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#4b794b;
}
#agenda .destacat {
	margin:0px;
	background-color:#a2c1a0;
	padding-bottom:10px;
}
#agenda .destacat div {
	margin-left:10px;
	margin-right:10px;
	border:0px #000 solid;
}
#agenda .final {
	display:block;
}
#agenda .banner {
	margin-left:20px;
	width:210px;
	border:0px #000 solid;
	text-align:center;
	overflow:hidden;
	margin-bottom:50px;
}