body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #666;
  background: white; 
  font-size: 1em;
  line-height: 1.5em;
  
  padding-top: 80px; /* Relleno superior igual a la altura de la cabecera*/
}




#main-header {
  background: #333;
  color: white;
  height: 50px;
  
  width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
  left: 0; /* Posicionamos la cabecera al lado izquierdo */
  top: 0; /* Posicionamos la cabecera pegada arriba */
  position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}



} 
  #main-header a {
    color: white;
  }
 
/*
 * Logo
 */
#logo-header {
  float: left;
  padding: 15px 0 0 20px;
  text-decoration: none;
}
  #logo-header:hover {
    color: #0b76a6;
  }
  
  #logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
  }
  
  #logo-header .site-desc {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    color: #999;
  }
  
 
/*
 * Navegación
 */
nav {
  float: right;
}
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
  }
  
    nav ul li {
      display: inline-block;
      line-height: 80px;
    }
      
      nav ul li a {
        display: block;
        padding: 0 10px;
        text-decoration: none;
      }
      
        nav ul li a:hover {
          background: #0b76a6;
        }
 





 #main-content {
  background: white;
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
 
  #main-content header,
  #main-content .content {
    padding: 40px;
  }


#main-content {
  background: white;
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
 
  #main-content header,
  #main-content .content {
    padding: 40px;
  }


#main-footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 25px;
}
  #main-footer p {
    margin: 0;
  }
  
  #main-footer a {
    color: white;
  }



 
 @media screen and (min-width 480px) {
       
      }
   }


  @media screen and (min-width 767px) {
        
      }
   }
   

  @media screen and (min-width 950px) {
        
      }
   }
   
