#calendario {

	font-family: Tahoma, Verdana, Courier;

	margin-bottom: 25px;

}



.fecha {

	color: #6c362c;

	font-size: 11px;

	font-variant: small-caps;

	border-bottom: 1px dashed #666666;

	padding-bottom: 5px;
	
	text-align:center;

}



.actual {

	color: #848076;

	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: #322c1d;

	font-size: 10px;

	font-variant: small-caps;

	font-weight: bold;

	border-bottom: 1px groove #999999;

	padding-bottom: 3px;

	padding-top: 3px;

	text-align:center;

}



.dia {

	color: #848076;

	font-size: 9px;

	font-variant: small-caps;

	font-weight: bold;

	padding: 2px;
	
	text-align:right;

}



.evento {

	color: #7e5951;

	font-weight: bold;

	font-size: 9px;

	font-variant: small-caps;

	padding: 2px;

}



.tip {

	border: 1px solid #7e5951;

	background-color: #e3e1d7;

	padding: 0px 15px 0px 15px;

	font-family: Tahoma, Verdana, Courier;

	font-size: 11px;

}



.tip_fecha {

	color: #7e5951;

}



.tip_nombre {

	font-weight: bold;

	color: #6c362c;

}