a:link {
	color: #70AD46;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #70AD46;
}

a:hover {
	color: #70AD46;
	text-decoration: underline;
}

.texto_blanco {
	color: #FFFFFF;
}
.texto_plomo {
	color: #999999;
}
.texto_Titulo_negro {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.texto_Titulo_celeste {

	font-size: 18px;
	font-weight: bold;
	color: #70AD46;
}
.texto_celeste {
	color: #8AC633;
}
.texto_verde_negrita {
	color: #8AC633;
	font-weight: bold;
}
.texto_negro_negrita {
	color: #000000;
	font-weight: bold;
}
#form1 input {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7FBB41;
}
