.ag-semana {
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	text-align: center;
	height: 21px;
	width: 27px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.date-normal, .date-event {
	font-size: 7pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #E2E2E2;
	border-bottom-color: #f0f0f0;
	border-left-color: #EEEEEE;
}
.date-normal {
	width: 27px;
	height: 21px;
	text-align: center;
	padding-top: 2px;
}
.date-event {
	color: #FFFFFF;
	font-weight: bold;
	width: 27px;
	height: 21px;
	background-image: url(../imagenes/agenda/date-used.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	padding-top: 2px;
}
