/** CSS Agenda **/
.Agenda {
	clear: left; 
	padding: 0px 10px 0px 10px;
}

.BigAgenda {
	float: inherit; 
	padding: 10px 0px 10px 0px
}

.BigAgendaDia {
	font-size: 72px;
	font-weight: bold;
	font-family: Georgia;
/*	color: #569f18; 
*/	text-align: center;
}

.BigAgendaMes {
	font-size: 24px;
	font-style: italic;
	font-family: Georgia; 
/*	color: #569f18; 
*/	text-align: center;
}
				
/************ Agenda Destaques *************************/
	.destaque_agenda {
		float: left; 
		clear: left; 
		width: 100%; 
		margin: 10px 0px 5px 0px;
	}
	
		.data_cel {
			width: 35px; 
			margin-left: 10px;
/*			background: #fff;
*/			
		}
		
		.data_cel_bg {
/*			background: #e9f1f4; */
			height: 92px;
			padding-right: 2px;

		}
			
			.dia_semana {
				font: normal 8px Arial; 
/*				color: #74A5CF; 
*/				padding: 0px 0px 3px 0px;
			}
			
			.dia_mes {
				font: bold 14px Arial; 
/*				color: #74A5CF;
*/			}
			
			.separator_data {
/*				border-bottom: 1px solid #74a5cf;
*/			}
			
			.separador_evento {
/*				border-bottom: 1px solid #e5ecf4;
*/				padding-bottom: 10px;
			}
			
		.info_cel {
			padding: 0px 0px 10px 5px;
		}

		.agenda_tit {
			font: normal 12px Arial;
/*			color: #326297;
*/			text-decoration: none;
		}
			
			.agenda_tit a {
				font: normal 12px Arial;
/*				color: #326297;
*/				text-decoration: none;

			}
			
			.agenda_tit a:hover{
				font: normal 12px Arial;
/*				color: #549D16;
*/				text-decoration: none;
			}

/*********** Agenda Semanal **************************/
.AgendaData_cel {
/*	border-bottom: 1px solid #fff; 
	background: transparent url(../img/bg_chekers.gif); 
*/	width: 44px;
	_padding-top: 10px;
}

	.Agenda_mes {
		font: normal 8px Arial; 
/*		color: #74A5CF; 
*/		padding: 0px 3px 0px 3px;
	}
			
	.AgendaSeparator_data {
/*			background: #74a5cf; 
*/			width: 1px;
		}
	
	.AgendaInfo_cel {
/*		border-bottom: 1px solid #e5ecf4; 
		background: #fff; 
*/		width: 100%; 
		padding: 10px 5px 10px 10px;
	}

/*********** Agenda - Evento *************************/
.evento_line {
		float: left; 
		clear: left; 
		width: 100%; 
		margin: 5px 0px 5px 0px;
	}
		.BigData_cel {
			width: 70px; 
			margin: 0px;
/*			background: #fff;
*/			float: right;
		}
			
			.BigDia_semana {
				font: normal 10px Arial; 
/*				color: #74A5CF; 
*/				padding: 0px 5px 3px 5px;
/*				background: #fff;
*/			}
			
			.BigDia_mes {
				font: bold 18px Arial; 
/*				color: #74A5CF;
*/			}
			
			.separator_DigData {
/*				background: #74a5cf; 
*/				width: 1px;
			}			
		
		.info_evento{
			float: left; 
			width: 84%; 
			_width: 76%; 
			padding-right: 10px; 
			_padding-right: 0px;
		}
		
			ul.evento {
				list-style: none;
				margin: 0px 0px 5px 0px;
				padding-left: 5px;
			}
				
				li.evento{
					list-style: none;
					line-height: 13px !important;
/*					background: url(../img/bulletList_evento.gif) top left no-repeat;
*/					margin-right: 10px;
					margin-bottom: 6px;
					padding-left: 15px;
				}

