
 a:link { color: rgb(255, 255, 255);
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    }

 a:visited { background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    }

  a:hover, a:active { background-color: transparent;
    font-weight: normal;
    text-decoration: none;
    color: rgb(0, 0, 0);
    } 

  #cabecera { position: absolute;
    top: 0px;
    left: 0px;
    width: 777px;
    height: 126px;
    background-image: url('grafico/cabecera.jpg');
    z-index: 20;
    }

  #menu { position: absolute;
    top: 126px;
    left: 0px;
    width: 777px;
    height: 30px;
    z-index: 21;
    }

  #submenu { position: absolute;
    top: 156px;
    left: 88px;
    width: 689px;
    z-index: 22;
    }

  html > body #cabecera {margin: 0pt;
    position: fixed;
    }

  html > body #menu {margin: 0pt;
    position: fixed;
    }

  html > body #submenu {margin: 0pt;
    position: fixed;
    }


  body { background-color: rgb(255, 255, 255);
   /* color: rgb(255, 255, 254); */
    }

  body { background-image: url();
    background-repeat: no-repeat;
    }

