function CargarOpcionPie(numero)
{
  if (numero == "1")
  {
    parent.opciones.location.href="opciones/opciones0.htm";
    parent.contenido.location.href="trabaja_con_nosotros/trabaja_con_nosotros.htm";
    parent.pie.location.href="pie_trabaja.htm";
  }
  else if (numero == "2")
  {
    parent.opciones.location.href="opciones/opciones0.htm";
    parent.contenido.location.href="boletin/boletin.htm";
    parent.pie.location.href="pie_boletin.htm";
  }
  else if (numero == "3")
  {
    parent.opciones.location.href="opciones/opciones7.htm";
    parent.contenido.location.href="acerca/contacta.htm";
    parent.pie.location.href="pie.htm";
  }
}







