body {
	width:100%;
	margin:auto;
    font-family: 'Carrois Gothic', sans-serif;
    background-color: black;
}

.container {
	width:80%;
	margin:0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
}


.header {
	width: 100%;
	top: 0;
	position: fixed;
}

.logo{
    float: left;
    background-size: contain;
    margin-top: 8px;
}



a {
    text-decoration: none;
    color: white;
    
}

.nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

li {
    list-style: none;
    float: left;
    margin-left: 70px;
}


img {
    display:flex;
    margin:auto;        
}


.infoalumno {
    text-align:center;
    font-family: 'Carrois Gothic', sans-serif;
    color: white;

  
}



h2 {
    font-family: 'Squada One', cursive;
    font-size:50px;
}


.footer {
    width: 100%;
    height: 40px;
    bottom: 0;
    background-color: white;
    font-size:12px;
    position:fixed;
    text-align: center;
}

p {
    background-size: contain;
    color: black;    
}


/*NUEVAS MODIFICACIONES*/

.rotulo{

        top: 80px;
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding-bottom: 20px;

}