.tops ol  {
	/* overflow: hidden; */
	font-size: 0.75em;
	color: #555;
}
.tops ol li {
	list-style: decimal inside;
	/* width: 400px; */
	padding: 0.2em 0;
}
.tops ol li a {
	font-size: 1.33em;
}
.tops .dias {
	text-align: right;
	font-size: 0.7em;
	padding-bottom: 0.1em;
}
.tops .dias a {
	margin-left: 0.7em;
	text-decoration: none;
	color: #999;
}
.tops .dias a:hover {
	color:#333;
	text-decoration: underline;
}
.tops .dias a.seleccionado {
	color: #3D81EE;
}