@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');


body {background: #6699ff;
    margin: 0; 
    font-family: 'Quicksand', sans-serif;color:ghostwhite}

header 
{ background-image:url(../img/FotoFadu.jpg);
    background-position:center;
    background-size:cover;
    text-align: left;
    padding: 10rem;
        }
  
header h1
{font-size: 9rem;
font-weight: 500;
color:ghostwhite;
margin:-9rem 0 -9rem -9rem;
padding:4rem 1rem;}

h2
{font-size: 1rem;
background:ghostwhite;
font-weight: 700;
color:black;
padding: 0.3rem;
    display: inline;
    margin: 5rem 0 0 0;
}


.alumnos4 
    {background:black;
    margin: 3rem -1rem 0 -1rem;
    color:#6699ff;
    font-weight: 500; 
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
        padding:0.6rem; 
        
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
}

     
a
{text-decoration:none;   
font-family: 'Quicksand', sans-serif;
    color:#6699ff;   
}
    
  
.datos
{display: flex;
    font-size: 0.8rem;
    justify-content: flex-end;
    max-width: 80rem;
    padding: 1rem;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items:flex-start;
	align-content:space-between;
}

.datos article
{padding: 1rem;}


.logouba
img{ width: 10%;
    height: auto;
    margin: -6rem -5rem 0rem 18rem;
    float: left;
        padding: 8rem;
}


body footer p {color:ghostwhite;
    font-weight: 200;
    background:black;
    font-size: 0.8rem;
    text-align: center;
    padding:2rem
    ;
}
