
span.navigation {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px; 
				 font-weight: bold; 
				 text-align: center;
				 
                 width: 100%; }
/*p.navigation is the holder unit for the block links. It also specifies larger bold text*/

span.navigation a {display:block; 
 				
				color: #ffffff;/*color de texto cuando LINK*/
                background-image:url(images/h1.jpg);
				height:28px;				 
			    text-decoration: none;
				text-align: center;
                padding: 10px 0px 0px 0px; 
				text-transform:uppercase;
			    border: 0px solid black;}

span.navigation a:visited {display:block;
				color: #ffffff; /*color de texto cuando VISITADO*/
          		background-image:url(images/h1.jpg);
				height:28px;
				text-decoration: none;
				text-align: center;
      			padding: 10px 0px 0px 0px; 
				text-transform:uppercase;
 				border: 0px solid black;}

span.navigation a:hover {display:block; 
			    color:  #ffffff; /*color de texto cuando over*/
				background-image:url(images/h2.jpg);
			    text-decoration: none;
				text-align: center;
                height:31px;
				padding: 7px 0px 0px 0px; 
				text-transform:uppercase;
			    border: 0px solid white;} 

