

      body {
        color: #999999;
        background-color: #000000;
      }
      #po {
        text-align: left;
        margin: auto;
        width: 40em;
        font-size: 8pt;
      }
      #po2 {
        text-align: right;
        margin: auto;
        width: 40em;
        font-size: 8pt;
        color: #ffffff;
      }
      a {
        color: #cccccc;
        text-decoration: none;
        font-weight: bold
      }
      a:hover {
        color: #cc0000;
      }
      #box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 140px;
        margin-bottom: 150px;
        text-align: center;
        font-family: monospace;
        font-size: 10pt;
        background-color: #000000;
      }
      img {
        border: 2px solid #cccccc;
      }
      a:hover img {
        border-color: #cc0000;
      }
      #top-img {
        border: 0px;
      }
      .plug {
        margin-top: 1em;
        margin-bottom: 1em;
      }
      .plug.odd {
        text-align: left;
      }
      .plug.even {
        text-align: right;
      }
      
      #fotos {
        margin-top: 70px;
        margin-bottom: 2em;
        text-align: center;
      }
      
      #footer {
        margin-top: 2em;
        text-align: center;
        font-family: monospace;
        font-size: 8pt;
        color: #333333;
      }
      #footer a {
        color: #444444;
      }
      #footer a:hover {
        color: #ffffff;
      }
      
      .blog a.title {
      }
      
      .blog .topic a .date {
        color: #666666;
      }
      .blog .topic a:hover .title {
      }
      
      
