.fondo1{
  background:#464646 url('../img/fondos/1.jpg') no-repeat fixed center; /* Image is centered vertically and horizontally at all times */
  background-size: cover
}

.fondo2{
  background:#464646 url('../img/fondos/2.jpg') no-repeat fixed center; /* Image is centered vertically and horizontally at all times */
  background-size: cover
}

.fondo3{
  background:#464646 url('../img/fondos/3.jpg') no-repeat fixed center; /* Image is centered vertically and horizontally at all times */
  background-size: cover
}

.fondo4{
  background:#464646 url('../img/fondos/4.jpg') no-repeat fixed center; /* Image is centered vertically and horizontally at all times */
  background-size: cover
}

.fondo5{
  background:#464646 url('../img/fondos/5.jpg') no-repeat fixed center; /* Image is centered vertically and horizontally at all times */
  background-size: cover
}