@charset "utf-8";
/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	text-align: center;
	align-items: center;
	}
.cabecera{
	padding-top: 20px;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, #000066, #00003f);
	text-align: center;
}
.formulario{
	padding-top: 20px;
	padding-botton: 150px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #ffffff, #f1f0ef);
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.pregunta{
	width: 370px;
	align-items: center;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 3px;
	text-align: left;
	color:#717070;
}
.opciones{
	text-align: left;
	padding-top: 3px;
	padding-bottom: 10px;
}
input[type=text]{
	width: 300px;
	height: 21px;
	margin-right: 5px;
	background: #f2f2f2;
	border-radius: 2px;
	border: medium;
	padding-left: 10px;
}
button{
	height: 50px;
	width: 370px;
	background: #d27100;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	border:none;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
select{
	width: 310px;
	height: 21px;
	margin-right: 7px;
	background: #f2f2f2;
	border-radius: 2px;
	border: medium;
	padding-left: 10px;
}