header{
  background-color: #466995;
  border-bottom: 1px solid #466995;
  position: fixed;
  width: 100%;
  z-index: 10;
}

header ul {
  margin: 30px auto;
  padding: 0 20px;
  text-align: center;
}

header li:hover {
  color: #DBE9EE;
}

header li {
  color: #FFF;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 80px;  
  padding-left: 20px;
  padding-right: 20px;
}

.yosoy{
  background-color: #466995;
  box-sizing: border-box;
  padding: 50px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 50px;
  display: inline-flex;
}

.nombre{
  background-image: url(./pics/hexagono.png);    
  background-size:cover;
  color:rgb(231, 241, 241);
  width: 70%; 
  text-align:left; 
  text-decoration: black;
}



.contactoimg{
  width: 55%;
  padding-left: 20%;    
}

.resumen{
  
  width: 30%;
  background-color: #466995;
  color: #FFF;
}

.resumen img{
  width: 40%;
  background-color: #466995;
}


.sobremi{
  background-color:rgba(193, 183, 201, 0.257);
  border: 200px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  line-height: 50px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10%;
  padding-bottom: 5%;
}

.formacion{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.sobremi h1{
  font-style: italic;
  color: cornflowerblue;
}

.formacion h1 {
  font-style: italic;
  color: cornflowerblue;
}
.experiencia h1{
  font-style: italic;
  color: cornflowerblue;
}
.container{
 text-align: center;
}


.sobremi h3{
  text-align: center;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.experiencia{
  background-color:rgba(193, 183, 201, 0.257);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.contactos{
  display:flexbox;
}

.footer{
  padding: 1%;
  text-align: center;
  background-color: #466995;
}
