BODY {	
/*background-image: url('../../imagenes/fondo1280.gif');*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;  }

A:link, A:visited { 	color: black;
			font-size: 20px;
			background: transparent;
			text-decoration: none;
			border: 0px;  }

A:hover { color: white;
	  font-size: 20px;
	  background: green;
	  border: 3px solid green;
	  text-decoration: underline;
	  font-weight: extra-bold;  }