H1 {
font-size: 20pt;
font-family: Arial, Verdana, Helvetica;
color: #78A515;
font-weight: bold;
text-align: center;
text-decoration: none;
}
H2 {
font-size: 17pt;
font-family: Arial, Verdana, Helvetica;
color: #78A515;
font-weight: normal;
text-align: left;
text-decoration: none;
}
H3 {
font-size: 13pt;
font-family: Arial, Verdana, Helvetica;
color: #3F3F3F;
font-weight: normal;
text-align: left;
text-decoration: none;

}
H4 {
font-size: 10pt;
word-spacing: 3px;
font-family: Arial, Verdana, Helvetica;
color: #3F3F3F;
font-weight: normal;
text-align: justify;
text-indent: 30px;

}
H5 {
font-size: 8pt;
word-spacing: 2px;
font-family: Arial, Verdana, Helvetica;
color: #3F3F3F;
font-weight: normal;
text-align: left;
}
H6 {
font-size: 8pt;
word-spacing: 2px;
font-family: Arial, Verdana, Helvetica;
color: #3F3F3F;
font-weight: normal;
text-align: left;
background: #F5F5F5;
}
.enlace {
font-size: 8pt;
word-spacing: 2px;
font-family: Arial, Verdana, Helvetica;
color: #3F3F3F;
font-weight: normal;
text-align: left;
background: #F5F5F5;
}


.line {
	border-top: 3px solid #ACE149;
	margin-top: -5px;
	}

a:link {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #999;
	}
	
a:hover, a:active {
	background: #78A515;
	color: #fff;
	text-decoration: none;
	}