#toc {
	font-size: 0.80rem;
   letter-spacing: 0.1px;
	color: var(--font_toc);
   margin: 0 1em;

}

#toc b {
	color: var(--bfont_toc);
	font-weight: 300;
}

#toctitle {
   color: var(--enlaces);
   text-align: center;
	color: var(--top);
	padding: 0;
	margin: 0.5em;

}

/* Lists */
.enlaces {
	font-weight: lighter;
	line-height: 1.5;
	margin-bottom: 1.25em;
	list-style-position: outside;
	list-style-type: decimal;
}

.dark {
	font-size: 103%;
	color: var(--bfont_toc);
	border-bottom: var(--bfont_toc) 1px dotted;
	list-style-type: none;
}

span.mostrar {
	float: right;
	color: var(--bfont_toc);
	font-weight: bolder;
	padding-right: 2px;
}

#toc a {
	text-decoration: none;
	color: var(--font_toc);
}
#toc a:active {
	outline: 0;
	color: var(--visitado);
}
#toc a:hover {
	outline: 0;
	border-color: var(--font_toc);
	font-size: 102%;
}
