*{
    padding: 0px;
    margin: 0px;
    color:white;
    font-family: arial;
    
    
}

#banner{
    margin-top: 0px;
    position: relative;
}

#banner img{
    width: 100%;
    height: 100%;
}


#menu1{
    padding: 0px;
    margin: 0px;
    width:100%;
    height: 280px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(../imagenes/fondocuerpog.png) ;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
   
}



article{
    padding: 0px;
    margin: 0px;
    float: right;
    margin-top: 0px;
    position: relative;
    transition: .5s ease;
}
article img{
    width: 100%;
    height: 100%;
    max-width: 445px;
    max-height: 280;
}

article:hover{
    transform: scale(0.9,0.9);
}

footer{
   
   
}