#content, #toc {
	margin: 0px 20px;
	margin-bottom: 0px;
	padding: 20px;
	border: 1px solid #003;
	-moz-border-radius: 15px; /* mozilla specific */
}
#abstract {
	margin: 2em;
	margin-bottom: 2.5em;
	font-size: larger; 
}
#update {
	text-align: right;
	margin-bottom: 3em;
}
#toc h1 {
	text-align: center;
}
h1.full {
	word-spacing: 0.1em;
	letter-spacing: 0.3em;
}
#content h1 {
	margin: 0px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #003;
	text-align: left;
	clear: none;
}
#content h1.titlepage {
	margin-top: 2em;
	word-spacing: 0.3em;
	border-bottom: 0px;
	text-align: center;
}
#content h2 {
	clear: none;
}
#content p {
	text-align: justify;
}

ul.diapolist {
	margin: 50px;
}

ol li {
	margin-top: 0.5em;
}
ul li {
	list-style-type: disc;
	margin-top: 0.5em;
}
.numero {
	float: right;
}

#copyright {
	font-size: smaller;
	text-align: center;
	padding-top: 10px;
}
#copyright p {
	font-size: smaller;
}
#copyright span {
	display: block;
}
