body {
	color:#006;
	font-family: Georgia, Times New Roman, Times, serif;
}

.cuerpo {
	margin:0 5% 0 5%;
}
p, blockquote {
	text-align: justify;
}
a:link, a:active, a:visited {
	color: #006600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #006600;
}

.toc1, h1 {
	text-align: center;
	font-size: 150%;
	font-weight: normal;
	color: #900;
}
.toc2 {
	font-size: 115%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.toc2 a {
	color:#900
}
.toc3 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.disminuido {
	font-size: 75%;
}
.aumentado {
	font-size: 135%;
}
.footer {
	text-align: center;
	margin-top: 10px;
	font-size: 70%;
}
h2 {
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	color: #900;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #900;
}
hr {
	height: 1px;
	color: #900;
}
.nota {
	font-size: 90%;
	margin: 0px;
}

li {
	padding-bottom: 10px;
}