  
  body {
    margin: 0 0 0 0;
    background: #E5E5E5;
  }
  
  #cabezal {
    width: 100%;
    height: 140px;
    background: orange;
    
    text-align: center;
    border-bottom: 2px solid white;
  }
  
  #cabezal_inner {
    margin: auto;
    width: 900px;
    text-align: left;
  }
  
  #cabezal_inner a {
    text-decoration: none;
    color: black;
  }
  
  #cabezal_inner h1 {
    margin: 0;
    font-family: arial;
    font-size: 38px;
  }

  #cabezal_inner h2 {
    margin: 0;
    font-family: arial;
    font-size: 16px;
    color: white;
  }  
  
  .logo {
    margin: 10px;
    background: white;
  }
  
  #cuerpo {
    width: 100%;
    text-align: center;
  }
  
  #cuerpo_inner {
    margin: auto;
    width: 900px;
    text-align: left;
  }
  
  #cuerpo_inner p {
    margin: 10px;
    font-family: arial;
    font-size: 12px;
  }
  
  .google_1 {
    width: 170;
    text-align: center;
    background: #000080;
  }
  
  .menu {
    width: 170px;
  }
  
  .menu a {
    display: block;
    padding: 10px;
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px solid #F5F5F5;
  }
  
  .menu a:hover {
    background: #F7F7F7;
    text-decoration: none;
    border-left: 3px solid black;
  }
  
  #contenido {
    font-family: arial;
    font-size: 12px;
    line-height: 150%;
  }
  
  #contenido h1 {
    margin-left: 20px;
    font-family: arial;
    font-size: 30px; 
    line-height: 100%;   
  }
  
  #contenido h3 {
    margin: 10;
    font-family: arial;
    font-size: 18px;
  }
  
  #contenido a.mapa {
    color: black;
  }    
  
  #contenido p {
    margin: 10px;
  }

  #contenido p.post {
    margin-left: 10px;
  }
  
  #contenido img {
    float: left;
    /*margin-left: -10px;*/
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid white; 
  }
  
  #contenido img.postTime {
    border: 0px;
  }
  
  #contenido a {
    text-decoration: none;
  }
  
  #contenido a:hover {
    text-decoration: underline;
  }
  
  #contenido p.ficha {
    padding: 10px;
    background: #FFFFCC;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    
    font-family: verdana;
    font-size: 11px;
  }
  
  #pie {
    width: 100%;
    height: 40px;
    background: orange;
    border-top: 2px solid white;
    text-align: center;
  }
  
  #pie p {
    margin: 10;
    font-family: arial;
    font-size: 12px;
    color: white;
  }
  
  #pie a {
    text-decoration: none;
  }
     
  
