.contenido{
	width:100%;
	max-width: 600px;
	display: block;
	margin:20px auto;
	margin-bottom: 80px;
}




.titulo-pagina{
	font-family: fuente-bold;
	font-size: 25px;
	margin-bottom: 20px;
}

.texto{
	padding-bottom: 20px;
}

input{
	border:1px solid #173465;
	background-color: white;
	height: 30px;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 20px;
	width:100%;
}

.boton{
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d84d54;
	color:white;
	font-family: fuente-bold;
	cursor:pointer;
	margin-bottom: 30px;
	border-radius: 60px;
}

.boton:hover{
	background-color: #0e0734;
}


.contenedor-boton-registrarse{
	text-decoration: underline;
}

.registrando{
	display: none;
}