body {
  /*  background-color: lightblue; */


img {
	background-image: url(imgportada.jpg);
	background-size:100% 100%;
	background-attachment:fixed;
	width:100%;
}

	/* img:hover {
	transform:scale(1.2);
	}*/
}