.título {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #333333;
}
.notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
.titulomenor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #336699;
}
.forma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #CCCCCC;
	text-align: right;
}
.IMAGEN {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2.5px;
	margin-right: 0px;
	margin-bottom: 2.5px;
	margin-left: 0px;
}

.parrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
}
.trextoforma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
a:link, a:visited {
	color            : #666666;
	text-decoration  : underline;
	font-weight      : bold;
}
a:hover {
  color            : #FF6600;
  text-decoration  : none;
  font-weight      : bold;
}

