			a:hover
			{
				background-color:Khaki;
			}
			a:link {color:goldenrod;}
			a:visited {color:goldenrod;}
			a:active {color:red;}

			body{
				background-image: url(fondoetesist1.png);
				background-repeat: repeat-xx;
				color: rgb(255,255,255);
			}
