    html
    {
        font-family: 'Roboto', arial, sans-serif;
        background-color: #f5f5f5;
        -webkit-text-size-adjust: 100%;
    }
    body
    {
        width: 898px;
        padding: 1px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid #121212;
        box-shadow:         0px 0px 8px #777;
        -moz-box-shadow:    0px 0px 8px #777;
        -webkit-box-shadow: 0px 0px 8px #777;
        position: relative;
        background-color: white;
    }
    p
    {
        padding-left: 1em;
        padding-right: 1em;
    }
    #header_text
    {
      position: absolute;
      z-index: 3;
      top: 20px;
      right: 10px;
    }
    #header
    {
      border-bottom: 2px solid #666;
    }
    #content
    {
      padding: 2em;
      padding-top: 0px;
    }
    p, h1, table, h3
    {
      width: 70%; 
      margin-left: auto;
      margin-right: auto;
    }
    .small_image
    {
      width: 25%;
      border: 2px solid black;
    }
    p
    {
      margin-bottom: 3em;
    }
    .error
    {
      color: #990000;
      font-size: 14px;
      font-weight: bold;
      text-decoration: underline;
    }
    .notice
    {
      color: #005500;
      text-decoration: underline;
    }
.ruta
{
  border: 1px solid black;
  width: 60%;
  margin-bottom: 1em;
  margin-left: 3em;
}
