*{
    box-sizing:border-box;
    margin:0;
    padding:10px;
	text-decoration: none;
    }
body,
html {
	background: url(fondo3.jpg);   /* la imagen de fondo */
    background-repeat: no repeat;
    background-position: center top;
	background-size: cover;
	}            
h1{
  font-size: 50px;
  color: #069;
  }
 p{
    color: #FFFACD;
	text-align: justify;
	font-size: 20px;
	line-height: 20px;
	display: block;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
img{
   width: 450px;
   float: right;
   margin-right: 20px;
   margin-top: 0px;
   }