div.div_calendari {
	float: left;
	width: 200px;
	height: 180px;
	margin: 0 auto;
	background-image: url('/img/fons/calendari.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 25px;
	padding-left: 10px;
}
.calendari {
	width: 100%;
	font-family: arial,sans-serif;
	font-size: 11px;
}
.calendari td {
	text-align: center;
	height: 5px;
}

.cal_cap {
	font-weight: bold;
}
.cal_cap_dia {
	color: #85bc19;
}
.cal_cap_dia td {
	color: #85bc19;
	cursor: default;
}
.mes_act {
	text-align: center;
}
.cal_fest { /* dia festiu */
	font-weight: bolder;
	color: #ff5e52;
}

.cal_avui { /* dia d'avui */
	font-weight: bolder;
}
.cal_acte, .cal_acte a {
	font-weight: bolder;
	color: #85bc19;
}


div.quadre_numero {
	background-image: url('/img/fons/agenda_dia.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 2px;
	width: 43px;
	height: 68px;
	padding: 5px 5px 0px 5px;
	float: left;
	color: #656551;
}
div.quadre_numero div.dia {
	text-align: center;
	text-decoration: underline; 
	font-size: 11px;
	font-weight: bolder;
}
div.quadre_numero div.numero {
	margin-top: 3px;
	text-align: center;
	font-size: 25px;
	font-weight: bolder;
}
div.quadre_numero div.hora {
	text-align: center;
	font-size: 13px;
}

.quadre_text {
	margin-left: 10px;
	float: left;
	width: 600px;
	color: #656551;
}

.mes_acte {
	color: #656551;
	font-size: 12px;
}

div.ratlla_principal { 
	clear: both;
	background-image: url('/img/fons/ratlla_500.gif');
	background-position:bottom;
	background-repeat: repeat-x;
	height: 1px;
	width: 660px;
}