@charset "utf-8";
/* CSS Document By Fizz Estudio Gráfico - www.fizz.cl */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Quicksand:300,400,500,700');
@import url("fontello.css");




/********************************************************************/
/************************** INDEX ***********************************/
/********************************************************************/

* {
    margin: 0px;
    padding: 0px;
}

html {
    background-image: url(../imagenes/fondo-web.png);
    position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contenedor-maqueta {
    margin: auto;
    width: 100%;
    max-width: 900px;
}

.contenedor-maqueta img {
    width: 100%;
    height: auto;
}