/*-----------------------------------------------------------------------------------*/
/* Fichero de estilos para los eventos de la Agenda de default.aspx.
/*  
/* Las reglas se corresponden con los valores ColorInicio y ColorFin de la tabla
/* ALS_NTC_TTiposEvento.
/*
/*
/*
/* Fecha: 08/11/2006
/* Autor: Daniel Capitán.
/*-----------------------------------------------------------------------------------*/
/* Observaciones:
/*
/*-----------------------------------------------------------------------------------*/

	/* Eventos generales */
	
.DiaCalendario {text-decoration:none;font-size:0.8em;}
.OtherDiaCalendario {color:Silver;font-size:0.8em;}
.CeldaCalendario{border: #6699CC 0px solid;	background-color: #f1f4f5;padding-bottom:5px;color:#333333}
.LeyendaCalendario{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 60%;	text-decoration: none;}
.EtiquetaCalendario{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 60%;	text-decoration: none;}
.TituloLeyenda { text-decoration:none; font-size:0.8em; background-color: #E8F0F4;}
a.enlaceLeyenda, a.enlaceLeyenda:link, a.enlaceLeyenda:visited, a.enlaceLeyenda:active { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #000000; }
a.enlaceLeyenda:hover { text-decoration:underline; }
a.EnlaceLeyenda:hover { text-decoration:underline; }
td.EventosCalendario { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 60%;	text-decoration: none; }
a.EventosCalendario, a.EventosCalendario:hover,a.EventosCalendario:visited,a.EventosCalendario:active,a.EventosCalendario:link { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #000000;} 


	/* Eventos de cada tipo de evento */

.IReunion { text-decoration:none;font-size:0.8em; border-color: white; background-color: #a3bfe8; }
.FReunion { text-decoration:none;font-size:0.8em; border-color: white; background-color: #fd9595; }

.IJornadas { text-decoration:none;font-size:0.8em; border-color: white; background-color: #bdf884; }
.FJornadas { text-decoration:none;font-size:0.8em; border-color: white; background-color: #fd9595; }

.IAperAplicacion { text-decoration:none;font-size:0.8em; border-color: white; background-color: #ffe380; }
.FAperAplicacion { text-decoration:none;font-size:0.8em; border-color: white; background-color: #fd9595; }

