
[hidden] {
  display: none;
}


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

html {
background: #81BEF7;
    font-family:'Roboto', sans-serif;
    	box-sizing: border-box;
}
header { 
    color: white;
    text-align:center; 
    
}

nav {text-align:left;
    color: aliceblue;
}

h2 { text-align:center;
color: black;
}

nav {

    background-color:#585858;
    color:white;
    width:100%;
  
}
nav ul{
    display:flex;
    flex-direction:row;
    width:100%;
    padding: 0;
    

}

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

}

nav ul li a{

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


li:hover {
    color:darkgrey;
    background-color:#3399ff;
}


.logo{
	display:inline-block;
	max-height: 30px;
}
.enlace{
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
}

#texto{
    margin-left: 1em;
    margin-right: 1em;
    font-weight: 200;
    font-size: 14px;
    text-align:left;
}

p3 { font-weight: 300;   
color: crimson;}

h3  { font-weight: 500;   
color: crimson;}


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


/*PERSONA*/

p1 { font-weight: lighter; 
}

h1{ font-weight: 200;}

#agostina{ 
    max-height: 150px;
    max-width: 150px; 
    border-radius: 20%;
    	margin: 14px;
    border-style: inset;
    object-position: center;

}


#alinear{ 
display: flex; 
justify-content: center;}


/* 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;
	}

	/* MAIN */
	.mainIndex{
		flex-grow: 1;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}


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


