#contacto{
	margin: auto;
    display: block;
}
#contacto div{
	-webkit-display: flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
}
#contacto div article.registrarse_con{
	-webkit-display: flex;
    -webkit-flex-direction: column;
	display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
}
.registrarse_con textarea{
	width: 100%;
	height: 155px;
}
.registrarse_con input:focus{
    background-color: #b8b8b8;
    border: 0px solid #b8b8b8;
    outline:0px;
    padding-left: 20px;
    box-sizing: border-box;
}
.registrarse_con h2{
	font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
.registrarse_con p{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
.registrarse_con label, .iniciar_sesion label{
	font-family: 'Open Sans', sans-serif;
}
.registrarse_con input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
}
@media all and (max-width: 768px){
	#contacto div {
	    -webkit-display: flex;
	    -webkit-justify-content: center;
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	}
	.con_datos p{
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		color:#838383;
		font-weight: normal;
	}
	.registrarse_con label{
		display: block;
	}
	.registrarse_con p{
		font-size: 16px;
	}
	.registrarse_con label{
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 0rem;
		margin-top: 18px;
		padding-bottom: 4px;
	}
	#contacto div article.registrarse_con form{
		width: 100%;
	}
	#contacto div article.registrarse_con form input[type="text"]{
		width: 100%;
		height: 45px;
		margin-top: 4px;
	}
	#contacto div article.registrarse_con {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.registrarse_con input[type="submit"]{
		width: 100%;
		height: 45px;
		margin-top: 43px;
		font-weight: bold;
		background-color: #472b76;
		color: #fff;
		display: -webkit-flex; /* Safari */
    	-webkit-align-items: center; /* Safari 7.0+ */
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		border:0;
		cursor: pointer;
	}
	.registrarse_con input[type="submit"]:hover{
		background-color: #333333;
	}
}
@media all and (min-width: 769px){
	#contacto div article.registrarse_con{
	}
	.registrarse_con label{
		display: block;
	}
	.registrarse_con h2{
	    font-size: 30px;
	}
	.registrarse_con p{
		font-size: 18px;
	}
	.registrarse_con label{
		width: 278px;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 0rem;
		margin-top: 18px;
		padding-bottom: 4px;
	}
	#contacto div article.registrarse_con form{
		width: 570px;
	}
	#contacto div article.registrarse_con form input[type="text"]{
		width: 100%;
		height: 45px;
		margin-top: 4px;
	}
	.registrarse_con input[type="submit"]{
		width: 100%;
		height: 45px;
		margin-top: 43px;
		font-weight: bold;
		background-color: #472b76;
		color: #fff;
		display: -webkit-flex; /* Safari */
    	-webkit-align-items: center; /* Safari 7.0+ */
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		border:0;
		cursor: pointer;
		text-align: center;
		margin:auto;
		margin-left:auto;
		margin-right:auto;
		position: relative;
	}
	.registrarse_con input[type="submit"]:hover{
		background-color: #333333;
	}
	.btn-saf{
		display: none;
	}
	.btn-saf-index{
		display: none;
	}
	article.con_datos{
		width: 50%;
		display: -webkit-flex; /* Safari */
    	-webkit-align-items: center; /* Safari 7.0+ */
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.con_datos p{
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		color:#838383;
		font-weight: normal;
		padding-left: 12px;
	}
}