/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

.alfalist {
	margin-bottom: 0;
}

#listaAgenda ul {
	background-image: url(../images/background_line.png);
	background-repeat: repeat-x;
}
#listaAgenda li {
	clear: both;
	/*border: 1px solid red;*/
	padding: 10px;
}

#listaAgenda h3 {
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16pt;
	color: rgb(147, 147, 101);
}
#listaAgenda h3 span.year {
	font-size: 10pt;
}
#listaAgenda li div.day {
	float: left;
	border: 3px solid rgb(177, 177, 131);
	width: 50px;
	height: 50px;
	margin-right: 10px;
	color: gray;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
#listaAgenda li div.day span {
	display: block;
	padding-top: 9px;
}
#listaAgenda li div.content {
	padding: 2px;
}
#listaAgenda li div.content span.title {
	font-weight: bold;
	padding: 2px;
}
#listaAgenda li div.content span.body {
	font-size: 8pt;
}
