@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url(menu.css);
@import url(imagenes.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

header {
    width: 100%;
    height: 50.8px;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor{
    width: 98%;
    margin:auto;
    
}

h1 {
    float:left;
    

}



header .contenedor {
    
    display: table;
}

section{
    width: 100%;
    margin-bottom: 25px;
}

#soluciones{
  
 text-align: center;
 
    
}

#enblanco{
   
margin-top:100px;    
}