
body {

background-image: url(fondo-logo-aefj.png);

background-position: center center;

background-repeat: no-repeat;

background-attachment: fixed;

background-size: cover;

background-color: #66999;
 max-width: 100%;
height: auto;

}
img {
  max-width: 100%;
  width: 500px;  // asume que este es el tamaño por defecto 
}
