@font-face{
	font-family: 'JosefinSlab-Light';
	src: url('fonts/JosefinSlab-Light.eot');
	src: url('fonts/JosefinSlab-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/JosefinSlab-Light.woff') format('woff'),
		 url('fonts/JosefinSlab-Light.ttf') format('truetype'),
		 url('fonts/JosefinSlab-Light.svg#JosefinSlab-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	background: url('images/back.png');
	color: purple;
}
form{
	text-align: center;
}
form p{
	text-align: center;
	font-size: 1.8em;
	text-decoration: underline;
}
form label{
	font-family: 'JosefinSlab-Light', Arial, sans-serif;
	font-size: 1.3em;
}
form #apellido, #nombre, #correo, #tel, #cel, #fecha, #usuario, #pass, #repass{
	font-family: Arial, sans-serif;
	width: 350px;
	text-align: center;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: black;
}
form #comentario{
	font-family: Arial, sans-serif;
	width: 350px;
	text-align: center;
	height: 100px;
	margin-bottom: 10px;
	margin-top: 5px;
	color: black;
}