@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('menu.css');
@import url('banner.css');
@import url('fontello.css');
@import url('productos.css');
@import url('columna.css');
@import url('galeria.css');
@import url('paginador.css');
@import url('detalle.css');
@import url('imgrande.css');
@import url('loguin.css');
@import url('quienes.css');

/* Estilo del encabezado */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

header {
    width: 100%;
    height: 50px;
    background: #333;
    color: #DCB71B;
    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;
}

/* Encabezado hasta aquí */

#bienvenidos {
    text-align: center;
}

footer {
    background: rgba(51, 51, 51, 0.9);
}

footer .contenedor {
    background: #484848;
    display: flex;
    flex-wrap: wrap;
}

.copy {
    font-size: 15px;
    color: #DCB71B;
}

.sociales {
    width: 100%;
    text-align: left;
    font-size: 18px;
}

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

h6 {
    color: #DCB71B;
}

