/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    width: 875px;
    padding: 0;
    margin: 0;
    overflow: visible;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 875px;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    margin: 0;
    padding: 6px 35px;
    float: left;
    text-align: center;
}


/*--------------------------------------------------------------------------*/


#main_nav_list a {
  background: url(../images/dynamic/buttonset4/n1.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  background-position: top left;
}

#main_nav_list a:hover {
  background: url(../images/dynamic/buttonset4/n1hover.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  background-position: top left;
}
	
/*personalizamos el item activo en base a la clase del body*/

#lmb_experiencia #main_nav_expe {
  background: url(../images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-weight: bold;
  color: #ffffff;
}

#lmb_inicio #main_nav_inic {
  background: url(../images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-weight: bold;
  color: #ffffff;
}

#lmb_blog #main_nav_blog {
  background: url(../images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-weight: bold;
  color: #ffffff;
}

#lmb_familia #main_nav_fami {
  background: url(../images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-weight: bold;
  color: #ffffff;
}

#lmb_contacto #main_nav_cont {
  background: url(../images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-weight: bold;
  color: #ffffff;
}

#lmb_aficiones #main_nav_afic {
  background: url(../images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-weight: bold;
  color: #ffffff;
}
