@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');   


body {
    
    background:#d5e2e8;
    margin-left: 0px;
    margin-right: 0px;
    padding:0;
    margin:0;
}

header
{
    align-content: center;
    padding:0;
    
}

header img {
align-content: center;

    
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
    padding: 1em;

}

.uno {
    background-color:#002D47;
text-align:center;
margin-top: 0.4em;
list-style: none;
font-family: "roboto"

}


.dos {
background-color:#002D47;
text-align:center;
    margin-top: 0.4em;
list-style: none;
font-family: "roboto"
}

.tres {
background-color:#002D47;
text-align:center;
margin-top: 0.4em;
list-style: none;
font-family: "roboto"
}

.cuatro {
background-color:#002D47;
text-align:center;
margin-top: 0.4em;
list-style: none;
font-family: "roboto"

}

.cinco {
background-color:#002D47;
text-align:center;
margin-top: 0.4em;
list-style: none;
}


ul li {
text-align: center;
font-size: 1.2em;
padding: 0.3em;
list-style: none;
margin:0;
font-family: "roboto"

}

ul
{
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    list-style-type: none;
}


footer {
color: #d5e2e8;
font-size: 0.8em;
background-color:#002D47;
text-align:center;
margin-top: 0.4em;
padding: 0.3em;
padding-left: 1em;
padding-right: 1em;
}

.camila{
background: #002D47;
color: #d5e2e8;
border-left: 8px solid #057fc6;
border-right: 8px solid #057fc6;
border-top: 8px solid #057fc6;
border-bottom: 8px solid #057fc6;
}

.camila img
{
    width:80%;
}
@media screen and (min-width: 400px)
{
    .camila img
    {
        width:280px;
    }

}



.uno:hover {
background-color:#057fc6
    
}

.dos:hover {
background-color:#057fc6
    
}

.tres:hover {
background-color:#057fc6
    
}

.cuatro:hover {
background-color:#057fc6
    
}

.cinco:hover {
background-color:#057fc6
    
}

.materiasaprobadas{
background: #057fc6;
color: #d5e2e8;
border-left: 8px solid #002D47;
border-right: 8px solid #002D47;
border-top: 8px solid #002D47;
border-bottom: 8px solid #002D47;
text-align: center;
font-size: 1.1em;
list-style: none;
margin:0;
font-family: "roboto"


}

a  {
        text-decoration: none;
        color: #d5e2e8;
      }
