BODY {
/*	background-color: #86e6a8; */
	background-color: #9eebb9;
/*	background-color: #99ffcc; */
	text-align: justify;
	color: #007d00;
    scrollbar-base-color:#007d00;
    margin-right:8%;
}

H1 {
	font-family: "Monotype Corsiva";
	font-size: 50px
}

/* Botones */

.bl {
	background: url(../img/bl2.gif) 0 100% no-repeat #007d00;
	width: 12em
}
.br {
	background: url(../img/br2.gif) 100% 100% no-repeat
}
.tl {
	background: url(../img/tl2.gif) 0 0 no-repeat
}
.tr {
	background: url(../img/tr2.gif) 100% 0 no-repeat;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 20pt;
	padding:5px
}
.clear {
	font-size: 1px;
	height: 1px
}

A {
/*	color: #86e6a8; */
	color: #9eebb9;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 20pt;
	text-decoration: none;
}

A:hover {
	color: yellow;
}

A:active {
	border: none;
	color: yellow;
}

.centrado {
	text-align: center;
}

.centradogrande {
	text-align: center;
	font-size: 15pt;
}

.indentado {
	text-align:justify;
}

.portada {
	text-align: center;
}
.botonportada {
	font-family: "Monotype Corsiva";
	text-align: center;
	font-size: 25pt;
	color: #9eebb9;
}

.enobras {
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 30pt;
}

.negrita {
	font-weight: bold;
}