@font-face {
    font-family: 'carrois_gothic_scregular';
    src: url('fuentes/carroisgothicsc-regular-webfont.eot');
    src: url('fuentes/carroisgothicsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/carroisgothicsc-regular-webfont.woff2') format('woff2'),
         url('fuentes/carroisgothicsc-regular-webfont.woff') format('woff'),
         url('fuentes/carroisgothicsc-regular-webfont.ttf') format('truetype'),
         url('fuentes/carroisgothicsc-regular-webfont.svg#carrois_gothic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pathway_gothic_oneregular';
    src: url('fuentes/pathwaygothicone-regular-webfont.eot');
    src: url('fuentes/pathwaygothicone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/pathwaygothicone-regular-webfont.woff2') format('woff2'),
         url('fuentes/pathwaygothicone-regular-webfont.woff') format('woff'),
         url('fuentes/pathwaygothicone-regular-webfont.ttf') format('truetype'),
         url('fuentes/pathwaygothicone-regular-webfont.svg#pathway_gothic_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



html{
    background-image: url(imagenes/stardust.png);
	margin: 0;
	padding: 0;
    }
	
body{
	margin: 0;
	padding: 0;
}
	
header h1 {
    color: #32f9c3;
	padding: 1rem;
    font-size: 2rem;
    margin: 2rem;
	font-family: carrois_gothic_scregular, sans-serif;
    font-style: bold;
	text-shadow: 1px 1px 1px black;
}
h2{
	font-family: pathway_gothic_oneregular, sans-serif;
    font-size: 2rem;
	margin: 0;
    }
	
h3{
	font-family: carrois_gothic_scregular;
	font-size: 20px;
}

header{
	background-color: rgba(155, 222, 201, 0.54);
	margin-bottom: 0.5rem;
   }

nav {
    font-weight: bold;
    float: left;
	text-shadow: 1px 1px 1px black;
    height: 40px;
    color: #ead16e;
    text-decoration: none;
}

nav ul{
    list-style-type: none;
} 

nav ul li{
    font-size: 20px;
    font-family: pathway_gothic_oneregular, sans-serif;   
    color: #ff3366;
    height: 28px;
    text-align: left;
}

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

nav ul li a:hover{
    color: black;
    background-color: #ff3366;
}
main{
	width: 60%;
	margin: 0.5rem auto;
    background-color: #ddd;
	text-align: center;
	padding: 0.5rem;
}

main p{
	font-family: carrois_gothic_scregular;
	padding: 1rem 6rem;
	
}

main a{
	font-size: 40px;
	font-family: pathway_gothic_oneregular;
	font-weight: bold;
	display: block;
	margin: 25px;
	text-decoration: none;
	color: black;
}

main a:hover{
			color: rgba(42, 42, 42, 0.33);
}

.objetivos{
    padding: 1rem;
	margin:0.5rem;
	background-color: #9bdec9;
	font-size: 0.8rem;
    font-family: sans-serif;
	text-align: center;
}

.objetivos ul{
			padding: 0;
			list-style-type: none;
			font-family: carrois_gothic_scregular;
			font-size: 0.8rem;
}

#mapa{
	width: 100%;
}
		
#alumnas{
		text-align: center;
}
		
#alumnas div{
		display: inline-block;
		background-color: peru;
		text-align: center;
		padding: 0.5rem;
		margin: 1rem;
}

#alumnas ul li{
		list-style-type: none;
		font-family: carrois_gothic_scregular;
		font-size: 0.8rem;
		padding: 0.2rem 0rem;
}

#alumnas a{
    display: block;
	text-decoration: none; 
    list-style-type: none; 
    color: black;
    font-size: 20px;
    font-weight: bold;
    font-family: pathway_gothic_oneregular, sans-serif; 
	}

#alumnas a:hover{
			color: yellow;
}

#foto{
	background-color: rgba(42, 42, 42, 0.33);
	display: inline-block;
	text-align: center;
    margin-top: 2rem;
	padding: 1rem;
}


#materias{
		margin: 3rem;
		display: block;
}


#redes{
	margin: 1rem auto;
	width: 61%;
	text-align: center;
    height: 3rem;
}

#redes a{
		text-decoration: none;
		font-family: pathway_gothic_oneregular, sans-serif;
		font-size: 1.5rem;
		padding: 1rem;
        text-align: center;
		color: #9bdec9;
}

#redes a:hover{
		color: #e9d673;
}

footer {
	background-color: rgba(155, 222, 201, 0.33);
	font-size: .9rem;
    font-family: pathway_gothic_oneregular, sans-serif;
	text-align: center;
	color: #9bdec9;
	padding: 1rem;
    }

footer img{
    width: 9%;
	text-align: center;
    }