*{ padding: 0px;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
}

#inicio{
    width:100%;
    height: 600px;
    background: url(../WebConstruction.png) no-repeat top;
    background-size: cover;
    padding: 0px;
}