@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;
    }
* {
    text-decoration: none;
}	
body{
	margin: 0;
	padding: 0;
}

h1{
	padding: 0.5rem;
    font-size: 2rem;
    margin:0.5rem;
	font-family: carrois_gothic_scregular, sans-serif;
    font-style: bold;
	display: inline-block;
	text-shadow: 1px 1px 1px black;
}

header img {padding: 0.5rem;
        font-size: 2rem;
        margin:1.5rem;
        float: left;
}
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-bottom: 2rem;
    padding-top: 2rem;
}

main p{
	font-family: carrois_gothic_scregular;
	padding-left: 6rem;
    padding-right: 6rem;
    text-align: center;
	
}

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: #ff3366;
}


#desktop{
    width:75rem;
    }

#medium{
    width:48rem;
    }
#mini{
    width:20rem;
    }

.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: rgba(255, 51, 102, 0.45);
		text-align: center;
		padding: 0.5rem;
        padding-top: 1.5rem;
		margin: 1rem;
        width: 14.5rem;
}

#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: #ff3366;
}

#foto{
	display: inline-block;
	text-align: center;
	padding: 1rem;
	margin: 3rem;
}

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

#redes{
	margin: 20px auto;
	width: 61%;
	text-align: right;
	padding: 0;
	
/*	background-color: rgba(42, 42, 42, 0.33);*/
}

#redes a{
		text-decoration: none;
		font-family: pathway_gothic_oneregular;
		font-size: 30px;
		padding: 10px 10px;
		color: peru;
}

#redes a:hover{
		color: #e9d673
}

/* FOOTER */
footer {
    width: 60%;
    font-family: pathway_gothic_oneregular;
    font-weight: 300;
    color: #9bdec9;
    margin-left: 12.8rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: rgba(68, 186, 186, 0.69);
    }
#contenidofooter {
    max-width:960px; 
    min-width:320px;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 8rem;
    padding-right: 8rem;
    
    }
footer img{
    width: 10%;
    font-weight: 300;
    color: #716e6e;
    float: left;
    padding-top: 3.4rem;
    padding-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 4rem;
    }
.fin a{
    font-size: .8em
    text-decoration: none;
    }

/* 
footer {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0.5rem;
        float: left;
        background-color:  rgba(155, 222, 201, 0.33);
        margin-top: 4rem;
}

footer img{
        margin-top:0.05rem;
        padding: 0.2rem;
        margin-left:15rem;
        padding-top: 0.05rem;
}

#textofooter {
        float: left;
        padding: 0.2rem;
        margin-left:19rem;
        color: #fff;
        font-size: 0.7rem;
        font-family:sans-serif;
}
*/