.encabezadoTitulo
{
    /* font-family: 'Source Code Pro', monospace; */ 
    font-family: "Space Mono", Arial, Tahoma, sans-serif;
    font-weight: bolder;
    text-align: center;
}
#Footer {
    background-image: url("/images/webp/footer_3.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #Content
  {
    /*min-height: 600px;*/
  }
  #Footer .footer_copy {
    /* border-top-color: rgba(0, 0, 0, 0.3); */
    border-top: 1px solid rgba(255, 255, 255, .4);
  }
  #Footer, #Footer .widget_recent_entries ul li a {
    color: #DDDDDD;
  }
  #Footer a {
    color: #222222;
    font-weight: bolder;
  }
  #Footer a:hover {
    color: #444444;
    font-weight: bolder;
  }

  h1, .text-logo #logo {
    font-size: 35px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  h2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  h3 {
    font-size: 26px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  h4 {
    font-size: 22px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
  }
  h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
  }