@font-face{
	font-family: 'Bell MT';
	src: url('fonts/BELL.eot');
	font-family: 'Edwardian Script';
	src: url('fonts/GreatVibes.otf'); 
}

*{
	margin: 0;
	padding: 0;
}

header{
	font-family: 'Edwardian Script';
	width: 100%;
	overflow: hidden;
	background: #09273D;
	margin-bottom: 20px;
	position: fixed;
	height: 100px;
}

.wrapper{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

header .encabezado{
	text-align: center;
	color: #f2f2f2;
	font-size: 60px;
	line-height: 100px;
}

.formulario{
	padding-top: 125px;
	margin: auto;
}

.formulario p{
	margin-bottom: 1em;
}

body{
	background-color: #F2EBE3;
}

p{
	display: block;
	margin: 0 auto;
	letter-spacing: 2px;
	color: #594623;
}

.formulario{
	display: block;
	margin: 0 auto;
	width: 510px;
	font-family: 'Bell MT';
}

form{
	margin: 0 auto;
	width: 400px;
}

input, textarea{
	width: 380px;
	height: 25px;
	background: #EFE2C9;
	border: 2px solid #f6f6f6;
	padding: 10px;
	margin-top: 5px;
	font-size: 15px;
	color: gray; 
	font-family: 'Bell MT';
}

textarea{
	height: 150px;
}

#submit{
	width: 85px;
	height: 35px;
	border-radius: 10px;
	margin-top: 30px;
	cursor: pointer;
}

#submit:hover{
	background: #DBC7A2; 
}

#boton{
	text-align: center;
}