div.contenedor{
    width: 100%;
    border: 1px solid gray;
}

header, footer {
    padding: 1em;
    color: white;
    background-color: black;
    clear: left;
    text-align: center;
}

nav {
    float: left;
    max-width: 160px;
    margin: 0;
    padding: 1em;

}

nav ul {
    list-style-type: none; /* elimina viñeta*/
    padding: 0;
}

nav ul a {
    text-decoration: none;

}

a.active {
    color: red;
}

article {
    margin-left: 170px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
    background-color: #cccccc;
    background-repeat:repeat-y; /*no-repeat;*/
    /*background-size:300px 180px;*/
}

p{
  margin-left: 300px;
}

h1{
  text-align:center;
  font-size: 150%;
}



#australia{
  color:rgb(0, 58, 182);
}

#alemania{
  color:rgb(255, 102, 0);
}

#sudafrica{
  color:rgb(0, 146, 0);
}

#malasia{
  color:rgb(0, 133, 170);
}

.banderaAus{
  background-image: url("../img/australia.png");
  }
.banderaAle{
  background-image: url("../img/alemania.png");
}
.banderaSud{
  background-image: url("../img/sudafrica.jpeg");
}
.banderaMal{
  background-image: url("../img/malasia.png");
}
