

html	
body {background-image: url("Back-Temporal.jpg"), url("Back-Temporal.jpg");

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    background-color: #8a1e41;
}

@media (min-width: 600px) and (orientation: portrait){  
    body {background-image: url("TemporalMovil.jpg"), url("TemporalMovil.jpg"); background-size: cover;
        }
  }
