*{
	padding: 0px;
	box-sizing: border-box;
	margin: 0;
	margin: 0;
	font-family: century Gothic;
}
html{
	height: 100%
}
.in-flex div.contenedor2{
	box-shadow: -1px 1px 7px 0px rgba(0,0,0,0.75);
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}
body{
	background: gray;
	main-height:100%;
	font-size: 1.2rem;
}
.header{
	background:#5783bc;
	width:100%;
	height:100px;

}
.header>h1{
	color: white;
	text-align:center;
	line-height: 300%;
	font-style:italic;
}
.nav{
	text-align:center;
	line-height: 200%;
	background:#cadffb;
	width:100%;
	height: 100px;
}
.main{
	background: white;
	width:100%;
	height:calc(100vh - 200px);
	display: flex;
	justify-content:center;
	align-items:center;
}
.section{
		text-align:center;
	background:#5783bc;
	width:70%;
	height: 100%;
}
.section>formulario{
	background:#5783bc;
	width:70%;
	height: 50%;
	text-align:center;
}
.aside{
	background:#a0c5f7;
	width:25%;
	height: 100%;
	text-align: center;

}

.footer{
	text-align:center;
	background:#cadffb;
	width:100%;
	height: 80px;
}

.regresar{
	text-decoration: none;
    padding: 10px;
    font-weight:600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}
