.tAgenda {
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #e5e5e5;
	width: 100%;
	margin-top: 5px;
}
.tAgenda caption {
	border: none;
	color: #CC3300;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 2px 0px;
	font-size: 80%;
}
.tAgenda th {
	border-bottom: 1px  dotted #e5e5e5;
	background-color: #f5f5f5;
	text-align: left;
	padding: 2px 0 2px 5px;
	font-size: 80%;
	font-weight: normal;
}
.tAgenda td {
	padding: 5px;
	vertical-align: middle;
	font-size: 80%;
}


.evento{
	font-size: 80%;
	color: #999999;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px dotted #e5e5e5;
}

.notas {
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
