body {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	<!-- background-image: url(rombo-verde-fondo.jpg); -->
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 150%;
}

h1 {
	line-height: 150%;
}

a {
	color: #2F4F4F;
}

a:hover {
	color: #006400;
}

h1, h2, h3, h4, h5, h6, hr, p {
	margin-left: 10%;
	margin-right: 10%;
	white-space: normal;
}

p, td {
	text-align: left;
}

.verde {
	color: #006400;
	font-style: italic;
}

td p {
	margin-left: 0px;
}

ul, ol {
	margin-left: 15%;
	margin-right: 10%;
	margin-bottom: 24px;
	color: #3e3e3e;
}

h1 {
	margin-bottom: 40px;
	margin-top: 30px;
}

h6 {
	text-align: center;
}

hr {
text-align: center;
 border-style: dotted;
 color: #2F4F4F;
 margin-left: 35%;
 margin-right: 35%;
}

.derecha {
	float: right;
	margin-left: 15px;
}


.izquierda {
	float: left;
	margin-right: 15px;
}

.eternale {
	color: #971065;
}

.scio {
	color: #006400;
}