/* ############ Estructura ########## */

  * { margin: 0px;
    padding: 0px;
    }

  html, body { width: 100%;
    height: 100%;
    text-align: justify;
    font-weight: bold;
    font-family: "Courier New";
    font-size: 13px;
    line-height: 12px;
    cursor: text;
    background-color: rgb(122, 131, 176);
    }

  #caja { margin: 0px auto;
    width: 984px;
    height: 609px;
    position: relative;
    background: url(terminal.png) no-repeat;
    }

  #caja img { width: 1024px;
    height: 100%;
    position: absolute;
    }

  #bloque { padding-top: 50px;
    position: relative;
    left: 22px;
    top: 61px;
    width: 940px;
    overflow: auto;
    height: 456px;
    }

/* ############ Coontenidos ########## */

  #contenido { position: relative;
    margin-left: 30px;
    margin-right: 30px;
    top: -32px;
    color: rgb(128, 128, 0);
    font-weight: inherit;
    }

  h1 { font-size: 13px;
    color: rgb(0, 128, 128);
    margin-left: -25px;
    }

  h2, h3 { font-size: 13px;
    margin-left: -25px;
    margin-top: 12px;
    }

  p { 
    margin-top: 12px;
    }

  blockquote { color: rgb(0, 128, 128);
    margin-top: 12px;
    }

  .quote { padding-bottom: 10px;
    }

  cite { font-style: normal;
    }

  acronym { border-style: none;
    }

  a { text-decoration: none;
    color: rgb(0, 128, 0);
    }

  a:hover, a:focus, a:active { color: rgb(0, 255, 0);
    background-color: rgb(128, 0, 0);
    cursor: text;
    outline: 0;
    }

  ul#estilos { margin-left: 28px;
    line-height: 12px;
    }

  #paginas { margin-top: 12px;
    }

