.calendari {
	width:490px;
	height:850px;
}

.mes {
	float: left;
	position: absolute;
}

.nom_setmana  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
	color: black;
	/*align: center;*/
	background-color: #FF6600;
}

.nom_mes  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
}

.festiu	{
	font-family : verdana,arial,helvetica;
	background-color: #353FA4;
	color:	#FFFFFF;
	font-weight: bold;
	text-align:	center;
}

.festiu_avui {
	font-family : verdana,arial,helvetica;
	background-color: #353FA4;
	color:	red;
	font-weight: bold;
	text-align:	center;
}

.especial {
	font-family : verdana,arial,helvetica;
	background-color: orange;
	font-weight: bold;
	text-align:	center;
}

.especial_avui {
	font-family : verdana,arial,helvetica;
	background-color: orange;
	color: red;
	font-weight: bold;
	text-align:	center;
}

.avui {
	font-family : verdana,arial,helvetica;
	color: red;
	font-weight: bold;
	text-align:	center;
}

.finestreta {
	border: 2px black solid;
	width: 200px;
	height: 100px;
	position: absolute;
	background-color: white;
	z-index: 200;
	display: none;

}

.finestreta_titol {
	width: 200px;
	height: 30px;
	background-color: orange;
	text-align: center;
	display: block;
}

.finestreta_cos {
	width: 200px;
	height: 70px;
	background-color: black;
	color: white;
	display: block;
}