.celdaCabeceraCalendario
{
	background-image: url("../imagenes/topcalendario.gif");
	background-repeat: no-repeat;
	
	padding-top: 5px;	
}

.celdaCuerpoCalendario
{
	background-image: url("../imagenes/cuerpocalendario.gif");
	background-repeat: repeat-y;
	
	padding-left: 5px;
	padding-right: 4px;
}

.celdaPieCalendario
{
	background-image: url("../imagenes/piecalendario.gif");
	background-repeat: no-repeat;
}

.detalles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}