*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(../img/playa4.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

#vacio{
	width: 100%;
	height: 600px;
}

#contenedor{
	width: 100%;
	height: 610px;
	background-color: white;
}

#body{
	margin: auto;
	width: 960px;
	height: 300px;
	background-color: blue;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #fff;
    font-family:Arial;
}
form {
    margin:0 auto;

}
 

 
#submit {
   
    border:none;
    margin-top:20px;
    cursor:pointer;
}


