body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: verdana;
}

.General{
	background: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: verdana;
}


.Acceso{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 8%;
	
}

.Acceso_Datos, .Acceso_Boton{
	width:60%;
	height: 100%;
	padding: 10%;
	display: block;
	text-align: center;
}

#Logo{
	display: flex;
	margin-top: 0;
	width: 100%;
	/*height:auto;*/
	border-bottom: .1em solid #fff;
}

#Logo img{
	padding: .5em;
}

.Acceso_Datos{
	border: none;
	font-family: inherit;
	font-size: 1.3em;
}

.Acceso_Boton{
		width: 50%;
		height: 60px;
		padding: 0%;
		font-size: 1.3em;
		font-family: inherit;
		display: block;
		background: #772583;
		border: none;
		color: white;
		border-radius: .3em;
		cursor: pointer;
}

.Acceso_Boton:hover{
	background: #00B398;
}

.Contenedor{
	height: 60%;
	background: #009FDF;
	border: .1em solid #fff;
	border-radius: 1em 3.5em;
	
}
