body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}


a { 
	text-decoration: none;
	color: #000000;  /* Color de enlaces. Afecta a numeros de dias de lunes a viernes y el resto del documento*/
	text-align: center;
}


a:hover {
	text-decoration: none;
	color: #9462f2; /* Color de enlace con mouseOver. Afecta a todo enlace en documento */
}


.year {
	border-style: outset;
	border-width: 1px;
	background-color: #D9D6E8; /* Color de fondo del cuadro cuando se muestra el aņo completo */
	text-align: center;
}


.month {
	border-style: none;
	background-color: #D9D6E8; /* Color de fondo del cuadro del mes */
	text-align: center;
}


.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA; /* Color de fondo del titulo del mes */
	color: #555555; /* Color de las letras del titulo del mes */
	border-style: outset;
	border-width:1px
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #776daa; /* Color de fondo del cuadro que describe cada dia de la semana */
	color: #ffffff; /* Color de las letras de los dias de la semana (lu, ma, mi, ju, vi, sa, do) */
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #D9D6E8; /* Color de fondo de area donde estan los pop-down para seleccionar mes y aņo */
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee; /* Color de fondo del pop-down para seleccionar el mes */
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee; /* Color de fondo del pop-down para seleccionar el aņo */
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee; /* Color de fondo del boton "Go" para seleccionar nuevo mes/aņo */
	border-style: solid;
	border-color: #000000; /* Color de borde del boton "Go" */
	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: #D9D6E8; /* Color de fondo de cada recuadro de los dias del mes, pero solo de lunes a viernes */
	color: #384955;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #776daa; /* Color de fondo del recuadro del dia de mes correspondiente al dia de hoy */
	color: #ffffff;
	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;
	color: #667171; /* Color de letra de los dias del mes correspondientes a Domingo. Cuando calendario no enlaza */
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171; /* Color de letra de los dias del mes correspondientes a Domingo. Para los enlaces */
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171; /* Color de letra de los dias del mes correspondientes a Sabado. Cuando calendario no enlaza */
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171; /* Color de letra de los dias del mes correspondientes a Sabado. Para los enlaces */
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #d9d6e8;
	background-color: #7779f6;  /* Color de recuadro de dia que tiene evento */
	height:20px;
	width:20px;
}
.event a {
	background-color: #7779f6;  /* Color de de fondo de letra de dia que tiene evento */
	color: #d9d6e8;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #d9d6e8;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #66ff66;
	color: #d9d6e8;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #d9d6e8;
	background-color: #66ff66; /* Color de fondo de la seccion evento del numero de dia */
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #66ff66; /* Color de fondo de seccion numero de dia, enlace */
	color: #d9d6e8;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

