@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
body{background-image: url(../img/Fondo.jpg);}
head{background:95CCCB;}
header{text-align: center;}

h1{color: white;background:#6cb4c1; text-align: center;font-family: 'Antonio', sans-serif;}
h3{color: white;text-align: center;font-family: 'Antonio', sans-serif;}
h2{color: white;background:rgba(108, 180, 193, 0.62);text-align: center;font-family: 'Antonio', sans-serif;}
h4{color: white;background:rgba(108, 180, 193, 0.62);}
h5{color: black;text-align: center;font-family: 'Raleway', sans-serif;}
ul{color: white;font-family: 'Raleway', sans-serif;}
.Datos{color: black;background:rgba(108, 180, 193, 0.62);text-align: center;}
articule { background: #6cb4c1;}
nav{ text-align: center;}
section{color: #e7f9ff; background:rgba(108, 180, 193, 0.93);text-align: center;}
.Integrantes{background:rgba(108, 180, 193, 0.62);text-align:center;}
.Integrantes a:hover {background:#f0a1d5;}

.link { text-decoration: none;color: black; font-family: 'Raleway', sans-serif;}
.link2 { text-decoration: none;color: black; font-family: 'Raleway', sans-serif;}
.link3 { text-decoration: none;color: black; font-family: 'Raleway', sans-serif;}
.link4 { text-decoration: none;color: black; font-family: 'Raleway', sans-serif;}
.link10{ text-decoration: none;color: black; font-family: 'Raleway', sans-serif;} 
.link5 { text-decoration: none;color: white; font-family: 'Raleway', sans-serif;padding: 0 10px; text-align:center}
.link6 { text-decoration: none;color: white; font-family: 'Raleway', sans-serif;padding: 0 10px}
.link7 { text-decoration: none;color: white; font-family: 'Raleway', sans-serif;padding: 0 10px}
.link8 { text-decoration: none;color: white; font-family: 'Raleway', sans-serif;padding: 0 10px}
.link9 { text-decoration: none;color: white; font-family: 'Raleway', sans-serif;padding: 0 10px}
.Materias{display: flex; justify-content: center}
.Inicio { text-decoration: none;color: white; font-family: 'Antonio', sans-serif;}





@media (min-width:576px) 
.footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;

	}
    
.body {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;

	}


    
