/* CSS Document */
body{
text-align:center;
}
#contingutagenda{
	margin: 0 auto;
	display: block;
	width: 277px;
	text-align: center;
}
#continguttaulell{
	margin: 0 auto;
	display: block;
	width: 230px;
	text-align: center;
	/*background-image: url(../imatges/estil/fons_taulell.gif);
	background-repeat: repeat-y;*/
}

.taulaagenda{
	width: 277px;
	margin-bottom: 5px;
	background-image: url(../imatges/inferior/fons_agenda.gif);
	background-repeat: repeat;

}
.numerodata{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #ffcc33;

}
.mesdata{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffcc33;
}
.textagenda{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330033;
	padding: 3px;
}
.textagenda a, .textagenda a:visited{
	color: #330033;
	text-decoration: underline;

}
.textagenda a:hover{
	color: #330033;
	text-decoration: none;

}
.espai5{
height:1px;
margin:0px;
}
.anunci{
margin-top:2px;
margin-bottom:2px;
}

.infoanunci{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990033;
}
.infoanunci a{
	color: #990033;
	text-decoration: underline;
}
.infoanunci a:hover{
	color: #990033;
	text-decoration: none;
}
.titolagenda{
margin-top:4px;
}