header, footer, section, article, aside {
  margin: 10px;
  background: #ADD8E6;
  border-radius: 6px;
  color: black;
  font: 14px/24px "Lucida Console";
  padding: 24px 15px;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  display:block;
}

#miimg {
  float: right;
  margin-left:10px;
}

header {
	font-family: Algerian
}

nav {
background: white;
text-align:center;
  float: left;
  width: 60%;
}

header, footer {
  text-align:center;
  clear: both;
}

section {
  float: left;
  width: 60%;
  font-family: Calibri
}

aside {
  float: right;
  width: 30%;
  text-align:center;
  font-family: Calibri
}

/* Para menu de navegación */
body {
  background-color: white;
  color: #222;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 15px;
}
