html {
    font-family:'Roboto', sans-serif;
    box-sizing: border-box;
    background: #0778A0;
}

[hidden] {
  display: none;
}

a{
	text-decoration: none;
	color: black;
}
p, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
}

body{
	margin:0;
}


header { 
    color: white;
    text-align:center; 
    
}



header nav {

    background-color:black;
    color:white;
    width:100%;
  
}



header nav ul{
    display:flex;
    flex-direction:row;
    width:100%;
    padding: 0;
    

}

header nav ul li {
    display:flex;
    flex-grow: 1;
    justify-content:center;

}

header nav ul li a{

    color: white;
    display:flex;
    text-decoration:none;
    height:2em;
    align-items: center;
}


header nav ul li:hover {
    color:darkgrey;
    background-color:#3f036d;
}

.logo{
	display:inline-block;
	max-height: 30px;
    
}
.enlace{
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
    
}
.enlaceGrupo{
	width: 100%;
	margin: auto;
	padding-top: 10px;
	font-size: 30px;
    text-align: center;
}

h1, a{ 
color: white; 
font-weight: 300;
}


.fotoPerfil{
	max-width: 120px; 
	margin: 14px;
    object-position: center;
    border-style: inset;
    border-radius: 10%;
}

.sobremi{
    font-weight: 200;
    }

h2{ 
color: white;
font-weight: bold;
    font-weight: 400; 
}

.info {
    display: flex;
    flex-direction: row;
    margin-left: 1em;
    margin-right: 1em;
    justify-content: space-around;
    font-size: 12px;
    width: 90%;
    padding: 1em; 
    background-color: #8E64BF; 
    border-radius: 10px; 
    color:white;
    text-align: left;
    
}

.materiasap {
    list-style: none;
    text-align:left; 
    margin-left: 1em;
    
}

materiasap, nav, ul, li {     
    list-style: none;
    color: white; 

}

.materiaspen{
  
    list-style: none;
    text-align:left; 
    
}
materiaspen, nav, ul, li {     
    list-style: square;
    color: white; 

}

.materias{ 
    display: flex;
    flex-direction: row;
    margin-left: 1em;
    margin-right: 1em;
    justify-content: space-around;
    font-size: 14px;
    width: 100%;
}

nav, ul, p, a, #sitios{ 
    display:flex; 
    flex-direction: row;
    justify-content: space-between;
display: inline-block;

}


footer { background: #585858;
    color: white;
    padding: 15px; 
    text-align: justify;
    font-weight: 100; 
    font-size: 12px;
}

/* MEDIAS QUERYS */

@media (min-width: 768px) {

	.bodyIndex, .bodyIntegrante{
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}

	/* HEADER */
	header{
		padding: 20px 15px 20px 10px;
		flex-wrap: nowrap;
		align-items: center;
	}
	.logos{
		order:0;
		width: 33.33%
	}
	.logo{
		max-height: 32px;
		padding-left: 10px;
	}
	.enlaceGrupo{
		width: auto;
		padding: 0;
		order: 1;
		width: 33.33%;
		font-size: 38px;
	}
	.enlaces{
		width: 33.33%;
		text-align: right;
		padding-right: 10px;
		order: 2;
	}
	.enlace{
		font-size: 30px;
	}

	/* MAIN */
	.mainIndex{
		flex-grow: 1;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}
	.tematica{
		width: 260px;
	}
	.tematica h2{
		font-size: 30px;
	}
	.tematica p{
		font-size: 20px;		
	}
    
    #propuesta{ 
    margin-left: 2em;
    margin-right: 2em;
    }

    


@media (min-width: 1024px) {
	
	/* MAIN */
	.tematica{
		width: 100%;
	}


