/* define main nav bar width, height and background image */
.nav {
  width: 661px;
  height: 86px;
  background:url(botonera.jpg) no-repeat;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav li {
	display: block;
}

.nav li a {
  left: 0;
  width: 100%;
	text-indent: -9999em;
}

.nav li.current a {
  cursor: default;
}

.nav li .effect {
  left: 0;
  width: 100%;
}

.nav li,
.nav li a,
.nav li .effect {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

/* individual elements defined here */

/* - Quienes Somos - */
#nav_quienes { 
  left: 0px;
  width: 143px;
}
#nav_quienes .effect, #nav_quienes a:hover, #nav_quienes a:focus {
  background: url(botonera.jpg) no-repeat 0px -86px;
}
#nav_quienes .mousedown, #nav_quienes a:active {
  background-position: 0px -0px;
}
#nav_quienes.current a:link, #nav_quienes.current a:visited {
  background: url(botonera.jpg) no-repeat 0px -258px;
}

/* - Servicios - */
#nav_servicios {
  left: 143px;
  width: 127px;
}
#nav_servicios .effect, #nav_servicios a:hover, #nav_servicios a:focus {
  background: url(botonera.jpg) no-repeat -143px -86px;
}
#nav_servicios .mousedown, #nav_servicios a:active {
  background-position: 143px -143px;
}
#nav_servicios.current a:link, #nav_servicios.current a:visited {
  background: url(botonera.jpg) no-repeat -143px -258px;
}

/* - Actividades - */
#nav_actividades {
  left: 270px;
  width: 130px;
}
#nav_actividades .effect, #nav_actividades a:hover, #nav_actividades a:focus {
  background: url(botonera.jpg) no-repeat -270px -86px;
}
#nav_actividades .mousedown, #nav_actividades a:active {
  background-position: 143px -143px;
}
#nav_actividades.current a:link, #nav_actividades.current a:visited {
  background: url(botonera.jpg) no-repeat -270px -258px;
}

/* - Noticias - */
#nav_noticias {
  left: 400px;
  width: 130px;
}
#nav_noticias .effect, #nav_noticias a:hover, #nav_noticias a:focus {
  background: url(botonera.jpg) no-repeat -400px -86px;
}
#nav_noticias .mousedown, #nav_noticias a:active {
  background-position: -400px -172px;
}
#nav_noticias.current a:link, #nav_noticias.current a:visited {
  background: url(botonera.jpg) no-repeat -400px -258px;
}

/* - Socia - */
#nav_socia {
  left: 530px;
  width: 135px;
}
#nav_socia .effect, #nav_socia a:hover, #nav_socia a:focus {
  background: url(botonera.jpg) no-repeat -530px -86px;
}
#nav_socia .mousedown, #nav_socia a:active {
  background-position: -530px -172px;
}
#nav_socia.current a:link, #nav_socia.current a:visited {
  background: url(botonera.jpg) no-repeat -530px -258px;
}
