div#ulnav {
	margin: 0px;
	padding: 0px;
	height: 32px;
	list-style: none;
	overflow: hidden;
	}
	
	#navol {
		padding-left: 0;
		margin: 0;
	}

#navol li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#navol a, #navol li strong {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win only */
	}



#navol li strong {
	background-position: 0 -64px;
	}
	
#navol .selected {
	background-position: 0 -64px;
	}

	
#navol strong {
	background-position: 0 -64px;
}
	
#navol a:hover {
	background-position: 0 -64px;
	}
	
	
	
	
	
#opcion_inicio a, #opcion_inicio strong {
	width: 51px;
	background: url(/images/boton_inicio.gif) top left no-repeat;
	}
	
#opcion_macaya_consulting a, #opcion_macaya_consulting strong {
	width: 130px;
	background: url(/images/boton_macaya_consulting.gif) top left no-repeat;
	}
	
#opcion_servicios a, #opcion_servicios strong {
	width: 73px;
	background: url(/images/boton_servicios.gif) top left no-repeat;
	}

#opcion_nuestra_experiencia a, #opcion_nuestra_experiencia strong {
	width: 139px;
	background: url(/images/boton_nuestra_experiencia.gif) top left no-repeat;
	}

#opcion_por_que_elegirnos a, #opcion_por_que_elegirnos strong {
	width: 141px;
	background: url(/images/boton_por_que_elegirnos.gif) top left no-repeat;
	}
	
#opcion_equipo a, #opcion_equipo strong {
	width: 59px;
	background: url(/images/boton_equipo.gif) top left no-repeat;
	}
	
#opcion_contactar a, #opcion_contactar strong {
	width: 80px;
	background: url(/images/boton_contactar.gif) top left no-repeat;
	}		
