body{
background-color: transparent;
	font-family : sans-serif;
	font-size:9px;
}

/* Estilos Calendario */
a:link {
	font-family : sans-serif;
	text-decoration:none;
	color: #ffffff;
	font-size : 9px;
}
a:visited{
	font-family : sans-serif;
	text-decoration : none;
	color:#ffffff;
	font-size : 9px;
}



.calFondoCalendario {
	background-color:#377799;
}
.calFondoEncabe {
	background-color:#5A96BA;
}
.calDias {
	font-family:sans-serif; 
	font-size:9px;
	height:15px; 
	background-color:#5A96BA;
	text-align:center;
	color:#FFFFFF;
	width:15px;
}
.calSimbolo {
	font-family:sans-serif; 
	font-size:9px; 
	text-decoration:none; 
	color: Black;
	height:15px;
	background-color:#FFFFFF;
	width:15px;
	text-align:center;
}
.calResaltado {
	font-family:sans-serif; 
	font-size:9px; 
	text-decoration:none;
	width:15px;
	height:15px;
	text-align:center;
	background-color:#89C5EA;
	color:#FFFFFF;
}

.hoy{
	font-family:sans-serif; 
	font-size:9px; 
	text-decoration:none;
	width:15px;
	height:15px;
	text-align:center;
	background-color:#6295EE;
	color:#FFFFFF;
}

.hoyresalta{
	font-family:sans-serif; 
	font-size:9px; 
	text-decoration:none;
	width:15px;
	height:15px;
	text-align:center;
	background-color:#959593;
	color:#FFFFFF;
}

.calDatos {
	font-family:sans-serif; 
	font-size:9px; 
	color: #ffffff;
	height:15px;
}
.calDatos2 {
	font-family:sans-serif; 
	font-size:9px; 
	color: #000000;
}