.footer {
	background-color : White;
	font-size : 12px;
	font-style : normal;
}
.texto {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; color: #000000; text-decoration: none; text-align: justify}
A:link  {
	color: #FF9B00;
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	font-size: 12px;
	font-weight: bold
}
A:visited  {
	color: #FF9B00;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold
}
A:active  {
	color: #FF9B00;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold
}
A:hover {
	color: Red;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
}
