@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
html,body{
    padding: 0;
    margin: 0;
}
body{
    background:#e5e5e5; 
    font-family: 'Roboto', sans-serif;
}

header{
    background-image: url(img/altofondo.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 10rem;
    margin: 0;
    text-align: center;
}

.imgmaca{
    margin-bottom: -6rem;
    width: 14rem;
    height: auto;
    border-radius: 50%;
}

nav ul {
    margin: 0;
    padding: 0.6rem;
    background: #ffffff;
}

nav ul li {
    list-style-type: none;
    display:inline; 
    font-size: 1.05rem;
    font-weight: 700;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    border-right: 2px #1A1A1A solid;
}

nav ul li a {
    color: #262626;
    text-decoration: none;
}

nav ul li a:hover{
    color: #c464cf;
}

.datosprincipales{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
   
    
}

.datosprincipales h1{
     font-size: 1.3rem;
    color: #c464cf;
}
.nombre{
    text-align: center;

}

.nombre h1{

    font-size: 2rem; 
}
.nombre p{
    margin: -1.5rem;
}

.datoscursada{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 80rem;
    
}

.datoscursada article{
    padding: 5rem;
    width: 30%;
}

.datoscursada .niveles{
    border-left: 2px #000 solid;
    border-right: 2px #000 solid;
    text-align: center;
}

.atras{
    text-decoration: none;  
    color:#ffffff;
    font-weight: 700;
    font-size: 20px;
    background: #c464cf;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;

    
}
.atras:hover{
    color:#222222;
    background: #abd6ff;
}

.botonatras{
    text-align: center;
}

footer{
    font-weight: 400;
    color: #ffffff;
    background: #212121;
    padding: 15px;
    text-align: center;
    margin-top: 50px;
    text-align: center;
}
footer p {
    margin: 0;
    padding: 0;
}