/*
gris navegador: #e0e0e0;
vermell text: #ab0a39;
gris text: #777777;
*/

.vermell{
	color:#ab0a39;
	font-weight:bold;
}
.negreta{
	font-weight:bold;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	margin: 0px;
	padding: 0px;
	/*background-color:#e0e0e0;*/
	text-align:center;
}
a{
	color: #ab0a39;
	text-decoration:none;	
}

/*++++++++CALENDARI+++++++++++++*/

.calendari_taula{
	padding: 3px 5px 3px 5px;
	border-spacing:8px;
	background-color:#e0e0e0;
}
.calendari_taula_files {
	height: 15px;
}

