@charset "UTF-8";

body{
	background-color: #adf;
	min-width: 475px;
}

header{
	background-color: white;
	border-radius: 20px 20px 0px 0px;
	margin-top: 35px;
}

header img{	
	width: 40%;
	margin: 20px
}

main{
	/*border-radius: 0px 0px 20px 20px;*/
	background-color: white;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

input, select{
	margin-bottom: 15px;
}

footer{
	background-color: white;
	border-radius: 0px 0px 20px 20px;
	margin-bottom: 35px;
	padding: 20px;
}

/*correcto.php*/

#correcto{
	margin-top: 35px;
}

#enlaceCorrecto{
	margin-bottom: 20px;
}

/*error.php*/
#incorrecto{
	margin-top: 35px;
}

#enlaceIncorrecto{
	margin-bottom: 20px;
}

#enlaceFormulario{
	margin-bottom: 20px;
	margin-top: 20px;
}