div#ulnav2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 13px;
	padding: 0;
	width: 660px;
	clear: both;
	height: 26px;
	background-image: url(/images/linea_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	 /*
	position: absolute;
	top: 77px;
	left: 0; */
}

#nav2 {
	margin: 0;
	padding: 11;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 660px;

	}

#nav2 li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	}

#nav2 a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	margin-left: 25px;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	}
	
#nav2 a:hover {
	background-position: 0 -25px;
	}

#nav2 a:active, #nav2 a.selected {
	background-position: 0 -50px;
	}
	
	
/* rules */

#taurum a  {
	width: 57px;
	background: url(/images/nav_aurum.gif) top left no-repeat;
	}

#tfilosofia a  {
	width: 37px;
	background: url(/images/nav_filosofia.gif) top left no-repeat;
	}
	
#tequipo a  {
	width: 27px;
	background: url(/images/nav_equipo.gif) top left no-repeat;
	}
	
#tdonde a  {
	width: 60px;
	background: url(/images/nav_donde.gif) top left no-repeat;
	}
	
	#tdistancia a  {
	width: 83px;
	background: url(/images/nav_distancia.gif) top left no-repeat;
	}
	#tpresupuesto a  {
	width: 52px;
	background: url(/images/nav_presupuesto.gif) top left no-repeat;
	}

