#agenda-listado {
	float: left;
	width: 150px
}

	#listado-full li a:link, #listado-full li a:visited{
		background-color: #FFF;
		color: #338AA8;
		font-weight: normal;
		display: block;
		padding: 3px 0 3px 5px;
		text-decoration: none;
	}

	#listado-full li a:hover {
		background-color: #F0F5F8;
		color: #338AA8;
	}

	#agenda-listado ul, #agenda-listado li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#agenda-listado li {
		float: left;
	}

	#agenda-listado li a, #agenda-listado li a:visited {
		padding: 12px 4.2px;
		text-align: center;
		background-color: #818386;
		color: #FFF;
		margin: 3px;
		display: block;
		width: 35px;
		font-size: 11px !important;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}

	#agenda-listado li a:hover {
		color: #FFF;
		background-color: #F9AA00;
	}

	#agenda-listado li a.active-month{
		color: #FFF;
		background-color: #F9AA00;
	}

	#toolbox dd {
		width: 154px;
		line-height: 12px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #DADBDC;
	}

	#toolbox dd a, #toolbox dd a:visited {
		font-size: .8em;
		color: #FFAB00;
	}
						
	#toolbox dd a:hover {
		color: #333;
		text-decoration: none;
	}

