.altn  { /* DIAS DE LA SEMANA */
	font-family : arial;
	font-size : 8pt;
	color: #ffffff;
	background-color: #172364;
}
.tit  {
	font-family : arial;
	font-size : 8pt;
	color: #172364;
	background-color: #C5C7C9;
	font-weight: bold;
}
.fs	{ /*/dias feriados*/
	font-family : arial;
	background-color: #EBECED;
	color:	#FFFFFF;
	text-align:	center;
	font-size: 8pt;
}
.da	{/* DIA PRINCIPAL */
	font-family : arial;
	background-color: #FFFFFF;
	color:	#000000;
	text-align:	center;
	font-size: 8pt;
	border: #172364 solid 1px;
}
a.linkD:link 		{ text-decoration:none; color:#172364; font-size:11px; }
a.linkD:visited	{ text-decoration:none; color:#172364; font-size:11px; }
a.linkD:hover		{ text-decoration:underline; color:#172364; font-size:11px; }
