*{
    margin: 0;
    padding: 0;
    border; 0; 
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Din", sans-serif;
}


body {
    background-color: #373737;
    color: white;
    font-size: 15px;
    font-weight: 100;
    background:url(../imagenes/forest.jpg);
    background-repeat: repeat;
   }


header nav ul { 
    list-style: none;
    margin: 1em;
    padding: 0;
 }

header nav ul li {
    list-style: none;
    }
    

header nav ul li a {
    color:#37373737;
    background-color: #fbc02d;
    text-decoration: none;
    text-align: center;
    display:block;
    margin:2em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:10px;
    border-radius: 5px;
    font-size:16px;
    font-weight:600;
    }

header nav ul li a:hover {
    font-weight: 600;
    color: white;
}    

img.logo{
	width: 20%;
	display: block;
    margin: auto;
    margin-top: 1em;
    height: auto;
	image-orientation: center;
}


img.martina{
    image-orientation: center;
    width: 250px;
    height: 250px;
    display:block;
    margin:auto;
}

}
img.logo {
    display: block;
    margin: auto;
}


h1,h2{
   text-align: center;
  
    
}

h1{
  font-size: 30px;
  font-weight: 300;
  }

h2{
  display:block;
  margin:auto;
  margin-bottom: 15px;
  margin-top:0,5em;
  margin-bottom:0,5em;
  font-size: medium;
  font-weight: 100
  }


h3{
margin-top: 15px;
font-size:18px;
font-weight: 500;
}

h1{
margin-top: 15px;
}

section{
       margin-left: 15px;
}


body nav ul li a {
    color:#373737;
    background-color: #fbc02d;
    text-decoration: none;
    text-align: center;
    display:block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:10px;
    border-radius: 5px;
    font-size:16px;
    font-weight:600;
    }

body nav ul li a:hover {
    font-weight: 600;
    color: white;
}  

body nav ul { 
    list-style: none;
    margin: 1em;
    padding: 0;
 }

footer{
    margin-top: 2rem;
    background-color: #37373737;
    color:white;
    text-align: center;
    font-size: 90%;
}


.uba {
     width: 40px;
     }


.fadu {
      width: 60px;
      }

p {
 padding: 1em;
 font-size: x-small;
 margin-bottom: 1em;
 font-weight: 50;
    
  }




    

