@charset "utf-8";
/* CSS Document */
			.cal_sup
			{
	background-color: #F2F2F2;
	color:            #8A8283;
	font-family:      Verdana;
	font-size:        0.6em;
	font-weight:      bold;
	font-style:       normal;
			}
			a.cal_sup
			{
				color: #8A8283;
				font-size:1.0em;

			}
			a.cal_sup:hover
			{
				font-size:1.0em;
				text-decoration: none;
				color: #FFFFFF;				
			}
			.cal_dia{
	text-align:center;
	background-color: #F2F2F2;
	color:            #000000;
	font-family:      Verdana;
	font-size:        0.6em;
	font-weight:      bold;
	font-style:       normal;
			}
			a.cal_dia{
	font-size:1em;
	text-decoration:underline;
	color: #000000;
			}
			a.cal_dia:hover{
				font-size:1.0em;
				text-decoration: none;
				color: #FFFFFF;				
			}			
			.cal_content
			{
				background-color: #CCCCCC;
				color:            #000000;
				font-family:      Verdana;
				font-size:        1.0em;
				font-weight:      normal;
				font-style:       normal;
			}
			a.cal_hoy
			{
	text-decoration:underline;
			}
			a.cal_hoy:hover
			{
				text-decoration: none;
			}
			.cal_hoy
			{
	background-color: #EFEFEF;
	color:            #000000;
	font-family:      Verdana;
	font-size:        1.6em;
	font-weight:      bold;
	font-style:oblique;
			}
.calendario_fecha
			{
	color:            #8A8283;
	font-family:      Verdana;
	font-size:        0.6em;
	font-weight:      bold;
	font-style:       normal;
			}
.calendario_evento
			{
	color:            #8A8283;
	font-family:      Verdana;
	font-size:        0.6em;
	font-style:       normal;
			}

