@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Slab'), local('JosefinSlab'), url(../fonts/46aYWdgz-1oFX11flmyEfXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
html
{
	background:url(../img/fondo1.jpeg) no-repeat fixed center;
	background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
}
*
{
	font-family: 'Josefin Slab', serif;
}
.formulario
{
	top:0px;
	left:0px;
	position:relative;
	background:#fff;
	width:1000px;
	height:auto;
	border:5px solid #ccc;
	margin:0 auto;
	padding:50px;
}

.letters
{
	font-size:20px;
}
.cuaders
{
	top:0px;
	left:0px;
	position:relative;
	width:200px;
	height:30px;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
}
.cuaders2
{
	top:0px;
	left:0px;
	position:relative;
	width:80px;
	height:40px;
	text-align:center;
	font-size:20px;
}
.cuaders3
{
	top:0px;
	left:0px;
	position:relative;
	width:500px;
	height:30px;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
}
.buton
{
	top:0px;
	left:0px;
	position:relative;
	width:700px;
	height:40px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
}
h1
{
	text-align:center;
	text-decoration:underline;
}