#texto h1 {
	font-family: "Times New Roman", Times, serif;
	color: rgba(153,255,153,1);
	font-size: 30px;
	margin-bottom: 5px;
}
#texto h2 {
	color: rgba(153,204,204,1);
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
#texto p {
	color: rgba(192,248,216,1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin-top: 0px;
	text-align: justify;
}
