#agenda_evento {
	padding: 20px;
	float: left;
	clear: right;
	width: 450px;
	margin: auto;
	display: block;
}
#agenda_global {
	padding: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;
	width: 450px;
}


#agenda_titulo {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 4px;
}
#agenda_fecha {
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
}
#agenda_descripcion {
	margin-bottom: 10px;
	text-align: justify;
}
#agenda_local {
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: bold;
}
#agenda_precio {
	margin-bottom: 10px;
}
#agenda_notas {
	margin-bottom: 10px;
	font-style: italic;
}
#agenda_proximas {
	margin-bottom: 10px;
	font-size: 9px;
	border: 1px dotted #666;
	padding: 8px;
	color: #666;
}

