body {
    background-color: #e6e6e7;
    background-image: url("img/background.png");
    background-repeat: no-repeat, repeat;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 60px;
    text-align: center;
}

div.header{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: black;

}

div.header li {
    float: left;
    /* border: 4px solid green; */
    padding-left:10px;
    padding-right:10px;
    padding-top: 15px;
}
div.header p {
  padding-top:40px;
  /* border: 5px solid green; */
  font-size:0.75em;

}
h1 {
    padding:30px;
    font-size: 5em;
    text-transform: uppercase;
    color:#e5ececf7;
    text-shadow: 3px 3px 3px black;

}

h2 {
  font-size: 4em;
  text-transform: uppercase;
}
ul {
  font-size: 3em;
  list-style-type: none;
  text-transform: uppercase;

}

.links {
  margin-top:120px;
  text-align: center;
}
.links a{
  text-decoration: none;
  color:black;
  border: 5px dotted white;
  background: rgba(128, 128, 148, 0.5);
  padding: 10px;
}
.links li{
  margin:40px;
  padding: 0 5px 0 5px;
}
a:hover{
  text-shadow: 4px 2px 8px #9e9e9e;
  transition: text-shadow 0.25s;

}
div.acercaDe {
  box-shadow: 15px 16px 20px #9e9e9e94 ;
  padding: 20px;
}

div.titulo{
  background: black;
  border-radius: 50px 50px;
}
div.titulo h1{
  font-size: 3em;



}

footer {
  font-size: 0.8em;
  margin-top: 50px;
  background-color: grey;
  color: white;
  padding: 10px;

}
#logos li{
display: inline;

}
