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

}
/*FINFONT*/


/*BODY*/


/*header*/
header
{
	width: 100vw;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1100;
    text-decoration: none;
}
.menuPrincipal
{
	background: #262626;
    height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logo {
    width: 4.9em;
    display: block;
    margin-left: 0em;
    margin-right: 1em;
    margin-top: 1.7vh;
    margin-bottom: 0.7em;
}
.menu {
	height: 1.5em;
	cursor:pointer;
	}

#cabecera {
	display: flex;
    height: 3em;
    align-items: center;
    background-color: #262626;
	width:100%;
	justify-content:flex-end;
}
.menuDesplegable
{
	width: 12rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #262626;
	position:fixed;
	right:-13em;

	}



.bodyPrincipal a{
    text-decoration: none;
    color: #dff7f9;
    margin-top: 0.6em;
    margin-bottom: 0.8em;
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
	}
	
li{
    margin: 1em 0em;
    list-style: none;	
    padding: 0;
    box-sizing: border-box;
	}

body > div > ul{
    padding-right: 2em;	
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.activo {
    right: 0;
}

body > header > div.menuDesplegable.activo > ul > li:nth-child(9) > a{
      color: lightpink;
}
body > header > div.menuDesplegable.activo > ul{
    padding-top: 5em;
    margin: 0;
    padding-left: 3em;
   
}


/*FINHEADER*/




/*main*/

body{
	
	background-repeat: no-repeat;
	background-image: url("../4/imagenes/fondoiris.jpg");
	background-size: cover;
	margin:0px;
	padding:0px;
	width:100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    
    }



body > main > article > img{
    width: 100%;
    text-align: center;
    max-width: 25em;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    border-width: thick;
}


 
}

body > main > article > h2{
    
    text-align: center;
    margin-bottom: 2em;
    margin-top: 5em;

}
 


h1  {
	
	font-family: 'Quicksand', sans-serif;
    text-align: center;
    margin-top: 4em;
    margin-bottom: 2.4em;
    padding: 0em;
    line-height: 1.33;
    color: #262626;
    font-size: 2.2em;
    font-weight: bold;
}

h2{
text-align: center;
    font-family: 'Quicksand', sans-serif;
    padding: 0px;
    font-weight: normal;
    line-height: 1.33;
    color: #262626;
    font-size: 1em;
   
}
h3{
    font-family: 'Quicksand', sans-serif;
		margin: 0px;
		padding: 0px;
		font-weight: 300;
		line-height: 1.33;
		color: darkcyan;
		font-size: 1em;
       text-align:center;
       margin-top: 3.5em;
        font-weight: bold;
    
}

body > main > h4{
        font-family: 'Quicksand', sans-serif;
		margin: 0px;
		padding: 0px;
		font-weight: 300;
		line-height: 1.33;
		color: black;
		font-size: 1.5em;
    text-align:center;
}


body > main > article > p{
    

color: darkmagenta;
    
font-size: 0.8em;
}   

body p{
	    color: darkmagenta;
		text-align: center;
        font-family: 'Quicksand', sans-serif;
}

body > main > section > center > img
{
	border: white;
    margin: 0px;
    padding: 0;
    border-radius: 800px;
    margin-right: 10px;
    overflow: hidden;
}
body > main > section > center > h3 > a
{
	color:black;
    text-decoration: none; 
    font-family: 'Quicksand', sans-serif;
}

body > main > section > center > h3 > a:hover
{
	color:black;
    text-decoration:underline;
	font-weight:bold;
}

body > main > section > center > h3, body > main > section > center > p
{
	margin:0px;
}

body > main > section > center > p
{
	margin-bottom:30px;
}

/*finmain*/



/*footer*/
footer{
	background: #262626;
    color: #eaeaea;
    margin-top: 7em;
    padding: 4em;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

#academico {
    display: flex;
    justify-content:space-between;
    width: 65%;
}

#logos > a > img {

width: auto;
height: 3.7em;
}

#logos {
height: 4.1em;
width: auto;
display: flex;
padding-bottom: 2em;
    }

#autoria{

color:lightpink;
font-size: 1.1em;
}

/*finfooter*/




/*finbody*/

