#calendario {
	font-family: Tahoma, Verdana, Courier;
	margin-bottom: -5px;
}

.fecha {
	color: #003366;
	font-size: 11px;
	font-variant: small-caps;
	border-bottom: 1px dashed #666666;
	padding-bottom: 5px;
}

.actual {
	color: #587897;
	font-weight: bold;
	font-size: 9px;
	text-decoration: underline;
}

.actual_evento {
	color: #0071b6;
	font-weight: bold;
	font-size: 9px;
	font-variant: small-caps;
	text-decoration: underline;
	padding: 2px;
}

.semana {
	color: #2C3339;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px groove #999999;
	padding-bottom: 3px;
	padding-top: 3px;
}

.dia {
	color: #7A8998;
	font-size: 9px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 2px;
}

.evento {
	color: #0071b6;
	font-weight: bold;
	font-size: 9px;
	font-variant: small-caps;
	padding: 2px;
}

.tip {
	border: 1px solid #9EBED5;
	background-color: #F4F8FB;
	padding: 0px 5px 0px 5px;
	font-family: Tahoma, Verdana, Courier;
	font-size: 11px;
}

.tip_fecha {
	color: #0071b6;
}

.tip_nombre {
	font-weight: bold;
	color: #003366;
}
