h1{
	text-align: center;
	color: #161970;
}
p{
	display: block;
	margin: 0 auto;
	letter-spacing: 2px;
}
.formulario{
	display: block;
	margin: 0 auto;
	width:  510px;
	color: #666666;
	font-family: Verdana;
}
form{
	margin: 0 auto;
	width: 400px;
}
input, textarea{
	width: 380px;
	height: 25px;
	background: pink;
	border: 2px solid #f6f6f6;
	padding: 10px;
	margin-top: 5px;
	font-size: 10px;
	color: white;
}
textarea{
	height: 150px;
}
#submit{
	width: 85px;
	height: 35px;
	border-radius: 10px;
	margin-top: 30px;
	cursor: pointer;
}
#submit:hover{
	background: aqua;
}
#boton{
	text-align: center;
}