@charset "utf-8";

body {
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

h1, legend, select {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
}

h1 {
font-size: 36px;
}

legend {
	font-size: 24px;
}

select {
	font-size: 18px;
}

p, label {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}

.contenedor {
	width: 750px;
	text-align: left;
	border: 0px solid #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.contenido {
	background-color: #FFF;
	width: 600px;
	float: left;
	height: auto;
	padding: 15px;
	color: #03C;
	text-align: left;
}
	  
imput {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}


