body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color:#FFFFFF;
	text-align: center;
	border-width: 0px;
	border-style:solid;
	border-color: #CCCCCC;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../pix/fondo-mes.jpg);

}
.dayname {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #384955;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-image:url(../pix/fondo-hoy.jpg);
	height:20px;
	width:20px;
}

.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #d8dadc;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #d8dadc;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-image:url(../pix/fondo-evento.jpg);
	height:20px;
	width:20px;
}
.event a {
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-image:url(../pix/fondo-evento.jpg);
	height:20px;
	width:20px;
}
.todayevent a {
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
A.negro:link		{font-family: Verdana, Arial, Georgia, Helvetica; color:#1b1b1f; font-size: 12px; text-decoration:none; font-weight:normal;}
A.negro:active		{font-family: Verdana, Arial, Georgia, Helvetica; color:#1b1b1f; font-size: 12px; text-decoration:none; font-weight:normal;}
A.negro:visited	    {font-family: Verdana, Arial, Georgia, Helvetica; color:#1b1b1f; font-size: 12px; text-decoration:none; font-weight:normal;}
A.negro:hover		{font-family: Verdana, Arial, Georgia, Helvetica; color:#1b1b1f; font-size: 12px; text-decoration:none; font-weight:normal;}
.event a.negro 		{font-family: Verdana, Arial, Georgia, Helvetica; color:#ffffff; font-size: 12px; text-decoration:none; font-weight:normal;}
.today a.negro 		{font-family: Verdana, Arial, Georgia, Helvetica; color:#ffffff; font-size: 12px; text-decoration:none; font-weight:normal;}
