
h1{
#	Letra color BLANCO;
	color: #FFFFFF;
	font-size: 32px;
	text-align: center;
	text-decoration: underline;
}

h2{
#	Letra color NEGRO;
	color: #FFFFFF;
	font-size: 32px;
	font-style: italic;
#	text-align: center;
	text-align: justify;
}

h3{
#	Letra color ROJO;
	color: #FF0000;
	font-size: 32px;
	font-style: italic;
	text-align: center;
}

tit{
#	Letra color AZUL;
	color: #0066FF;
	font-size: 32px;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}

titn{
#	Letra color BLANCO;
	color: #FFFFFF;
	font-size: 32px;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}

cuerpo{
#	Letra color BLANCO;
	color: #FFFFFF;
	font-size: 18px;
	text-align: justify;
}

#redondear{
	font-family: Serif;
	font-size: 36px; 
#	Letra color BLANCO;
	color:#FFFFFF;
	text-align: justify;
#	RECUADRO BLANCO;
#	background-color: #FFFFFF;
#	RECUADRO AZUL;
#	background-color: #087F9F;
	background-color: #0066FF;
	border-radius: 50px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 20px;
}


/* 
<p align="justify"> 
<font color="#FF0000">
*/