body{
	font-family:'Geologica', sans-serif;
	padding-bottom:30px;
}
.titulo_principal{
	font-weight:bold;
	font-size:30px;
	text-align:center;
}
.subtitulo_principal{
	color:#8B008B;
	font-weight:bold;
	font-size:26px;
	margin-bottom:20px;
	text-align:center;	
}
.titulo{
	font-weight: bold;
}
.datos_obligatorios{
	font-weight:bold;
	font-size:14px;
	text-align:right;
	margin-bottom:20px;
}
.etiqueta{
	font-weight:bold;
}
.etiqueta2{
	font-weight:normal;
	color:#8B008B;
	font-size:14px;
}
.container{
	max-width:600px;
}
.separador{
	margin-top:30px;
}
.boton{
	color:white;
	background-color:#8B008B;
	border-color: #8B008B;
}
.errores {
	margin-bottom: 30px;
	color: red;
}
.usuario_registrado{
	font-weight:bold;
	text-align: center;
}