@import url(http://fonts.googleapis.com/css?family=Ek+Mukta:300);
* {
    margin: 0%;
    padding: 0%;
}
body {
    background-color: rgb(20, 18, 18);
    margin-top: 20px;
}
header {
    background-color: rgb(240, 85, 85);
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Ek Mukta', sans-serif;
}
main {
    background-color: rgb(42, 37, 37);
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Ek Mukta', sans-serif;
    clear: both;
    margin-top: 0.5%;
    text-decoration: none;
}
main p {
    background-color: rgba(33, 30, 30, 0.59);
    text-align: center;
}
main p a {
    text-decoration: none;
    display: block;
    background-color: rgb(240, 85, 85);
    display: inline-block;
    color: rgb(255, 255, 255);
    float: left;
    margin-right: 10px;
    padding: 4px;
}
nav {
    padding: 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: -5px;
}
nav ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
}
nav ul li a {
    text-decoration: none;
    list-style: none;
    
    margin-top: 20px;
    float: right;
  margin-right: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: rgb(240, 85, 85);
}
nav ul li a:hover {
    color: #535353;
}
main h2 {
    font-size: 1.3rem;
    color: rgb(240, 85, 85);
}
aside {
    background-color: rgba(33, 30, 30, 0.59);
    margin-top: 0.5%;
    margin-left: 10%;
    margin-right: 10%;
    text-decoration: none;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 1%;
}
footer {
    background-color: rgb(240, 85, 85);
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 0%;
    text-decoration: none;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 0.9rem;
    color: rgb(20, 18, 18);
    text-align: center;
}
#nosotras p {
   display: inline-block;
    text-decoration: none;
    list-style: none;
    font-family: 'Ek Mukta', sans-serif;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    margin: auto;
    text-align: center;
}
#alum {
    margin: auto;
    text-align: center;
}