*{
    box-sizing:border-box;
    margin:0;
    padding:0;
	text-decoration: none;
    }
body,
	html {
	background: url(fondo3.jpg);   /* la imagen de fondo */
    background-repeat: no repeat;
    background-position: center top;
	background-size: cover;
	}

p {
  margin-left: 100px;
}	
h1 {
  margin-left: 600px;
}	
Form {
	position:relative;
	width:600px;
	height:550px;
	padding-left:10px;
	padding-top:15px;
	background-color:#e5dfcd;
	border-radius:20px;
	margin:auto;	
	
}
@media handheld body {
	width:98%;font-family:Verdana;font-size:16px;
} 
