@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);
@import url(footer.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


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

header {
    
    width: 100%;
    height: 53px;
    background: #C766B7;
    color: #fff;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    
}
.contenedor {

    width; 98%;
    margin: auto;
}

#contenedor img {

    width; 100%;
    margin: auto;
}
    
h7 {
        Font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-size: 30px;
    text-decoration:underline;
    
    }
h2 {
    Font-family: 'Open Sans', sans-serif;
text-align: left;
    color:blueviolet;
  }  

 


p {
        Font-family: 'Open Sans', sans-serif;
        width; 100%;
        text-align: left;
}
b {
        Font-family: 'Open Sans', sans-serif;

    color:blueviolet;
}


header .contenedor {
    display: table;
}
section {
    width: 100%;
    margin-bottom: 25px;
}

#bienvenidos{
    text-align: center;
    
}

footer .contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
}

copy {
    font-size: 20px;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.sociales a{
    color: #333;
    text-decoration: none;
}




