/*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;
    text-decoration: none;
    background: darksalmon;
}

.logo {
    width: 4.9em;
    display: block;
    margin-left: 0em;
    margin-right: 1em;
    margin-top: 1.7vh;
    margin-bottom: 0.7em;
}

	
li{ display: list-item;
    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;
    
}


/*FINHEADER*/






/*main*/

body{
	
	background-repeat: no-repeat;
	background-image: url("../3/img/fondo.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: justify;
    margin: 5%;
    margin-top: 2em;
    margin-bottom: 0em;
    padding: 0em;
    line-height: 1.33;
    color:darkcyan;
    font-size: 2.2em;
    font-weight: bold;
}

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

body > main > 

body > main > article > p{
    

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

body p{
	    color: black;
		text-align: justify;
        margin: 5%;
        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-color:bisque;
    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: 15%;
}

#logos > a > img {

height: 2.7em;
margin: 10%;
}

#logos {
 margin: 0%;   
height: 4em;
width: auto;
display: flex;
padding-bottom: 1em;
    }

#autoria{

color:black;
font-size: 1.3em;
}
input {
    display: flex;
    flex-direction: row; 
    width:90%;
}
#barramio { 
    background-color:bisque;
    /* height: 2em; */
    display: flex;
    justify-content: space-between;
    }
nav {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
 }
header nav {
    background-color:bisque; 
    color: black;
    transition: all .5s ease;
    /* para salir del "flujo de información" del fondo 
        y colocase en una capa superior fija */
    left: -100%;
    position: fixed;
    top: 0;
    bottom: 0;
    min-width: 50%;
    z-index: 9995;
}
li{
    list-style: none;
    font-size: 1em;
    }

#x {
    position: absolute;
    left: 15%;
    top: 15%;
}
header ul {
    padding-left: 5%;
    padding-bottom: 0%;
    margin-bottom: 0;
}
header nav:target {
    left: 0;
}
#menu: target {
    left: 0;
    
}
.menu {
    text-decoration: none;
    list-style: none;
    font-size:3vh;
   margin-bottom: 5%;
    margin-right: 2%
    margin-top: 5%;
  border-bottom-color: black;
    
}
header nav a:hover {
    color: #00BFA5;
}
header 
a {
    text-decoration: none;
    list-style: none;
    color: black;
    font-size: 0.;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
#botonsobre{
  color:black;  
}
/*finfooter*/




/*finbody*/

