body {
	background-image: url(../imagenes/fondo_prehome.jpg);
	background-repeat: repeat;
}

  #todo {
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -450px;
}


