.calendario {
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	/*border: solid 1px #CCCCCC;*/
	/*background-color: #FFFFFF;*/
}
.navegacion {
	width: 100%;
	font-size: 14px;
	color: #64BFDA;
	font-family: Arial, Helvetica, sans-serif;
}
.celda_navegacion {
	padding: 0 0 5px 0;
}
.boton_navegacion {
	font-size: 18px;
	color: #64BFDA;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-width: 0px;
}
.dia {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: solid 1px #FFFFFF;
	height: 28px;
}
.dia_seleccionado {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color:#990000;
	text-align: center;
	font-weight: bold;
}

.dia_eventos {
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color:#64BFDA;
	text-align: center;
	font-weight: bold;
	border: solid 1px #64BFDA;
	font-size: 12px;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
}
.dia:hover, .dia_seleccionado:hover {
	font-size: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #64BFDA;
}
.dia_eventos:hover {
	font-size: 12px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.dia_semana {
	text-align: center;
	color: #999999;
	width: 14%;
	padding: 0 0 3px 0;
	font-size: 10px;
}