  body {
    background: #24292D;
    font-family: Segoe Script, Tahoma, Verdana;
/*    font-family:  Tahoma, Verdana;    */
    font-size: 9pt;
  }
  
  #wrapper {
    width: 800px;
    margin: 0 auto;
  }
  
  #menu_wrapper {
    background: url(menu.jpg) no-repeat; 
    float: left;
    height: 267px;
    width: 190px;   
    padding-top: 40px;
    text-align: center;
    color: black;
  }
  #menu_wrapper h2 {
    font-size: 12pt;
    text-transform: uppercase;  
  }
  
  #menu_wrapper a:link, #menu_wrapper a:visited, #menu_wrapper a:active {
   color: black;
   text-decoration: none;
  }
  
  #menu_wrapper a:hover {
   color: grey;
  }  
  
  #content {
    background: url(cuerpo.jpg) no-repeat;
    width: 600px;
    height: 700px;
    float: right;
    padding-top: 50px;
    color: white;
  }
  
  #text_content {
    margin-top: 15px;
    margin-left: 48px;
    margin-right: 50px;
    color: black;
/*    background: red;  */
  }
  
  #footer {
    color: white;
    text-align: center;
  }
  
  #footer a:link, #footer a:visited, #footer a:active {
    color: grey;
  }
  
  #footer a:hover {
    color: red;
  }  
  
  
  a:link, a:visited, a:active {
    color: white;
  }
  
  a:hover {
    color: red;
  }    
  