body { background: url(bg.jpg) center top no-repeat fixed; background-size: cover; width: 800px; margin:0 auto 0 auto; }
.contenedor { width: 100%; max-width: 800px;  }
.col1, .col2 { margin-top: 250px; }
.col1 img, .col2 img {display:block; margin-left:auto; margin-right:auto; }
.col1 { width: 50%; float: left; }
.col2 { width: 50%; float: right; }
