@charset "UTF-8";
/* CSS Document */

td.calendarDiario	{ background:#fff; width:14%; text-align:center;}
a td.calendarDiario 	{ width:100%; color:#FF0000;}
/*td.calendarDiario:hover	{ background:#99CCFF;}*/
td.calendarFinS	{ background:#fff; width:14%; text-align:center;}
/*td.calendarFinS:hover	{ background:#99CCFF;}*/	
td.calendarHoy	{background:#99CCFF; width:14%; text-align:center;}
td.calendarHoy a	{color:#FFFFFF; width:100%;}
td.calendarHoy:hover	{ background:#99CCFF;}
td.calendarConEvento	{ background:#fff; width:14%; text-align:center; border:1px solid #eaeaea;}
td.calendarConEvento:hover	{ background:#eaeaea; border:1px solid #ccc;}

td.calendarCabDia	{font:12px Verdana, Arial, Helvetica, sans-serif;}
td.calendarDiasSemana	{font:12px Verdana, Arial, Helvetica, sans-serif;background:#B5CAAE; border:1px solid #eaeaea; text-align:center;}

