*{
	margin: 0px;
	padding: 0px;
}
@font-face{
	font-family: Soft;
	src:url(../fuentes/ProximaSoft-SemiBold.woff);
}
@font-face{
	font-family: Tommy;
	src:url(../fuentes/MADETOMMYMedium_PERSONALUSE.woff);
}
@font-face{
	font-family: Nexa;
	src:url(../fuentes/NexaBold.woff);
}
body{
	background-color:#fff;
}
header{
	height: 50px;
	background-color: #000;
	display: flex;
}
.imagen1{
	margin-left: 0px;
	margin-left: 300px;
	margin-top: 10px;
}
.nav{
	margin-left: 300px;
	color: #fff;
}
.menu{
    display: flex;
    font-family: sans-serif;
    font-weight: bold;
}
.menu li{
	list-style: none;
	margin: 15px;
}
.menu li a{
    padding: 8px 12px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
}
.menu #h1{
	background-color:#005BC8;
	color:#fff;
}
/*.menu #h1:hover{
	background-color: #fff;
	color:  #005BC8;
}*/
.menu #h2:hover{
	background-color: #005BC8;
	color: #fff;
}
.cont{
	margin:20px auto;
	width:800px;
	height: 540px;
	background-color: #fff;
	display: flex;
	box-shadow: 1px 1px 10px 2px #000;
}
.Registro{
	margin: 10px 10px;
	width: 390px;
	height: 520px;
	border-right: 4px solid #005BC8;

}
.Inicio{
	margin: 10px 10px;
	width: 400px;
	height: 520px;
	background-color: #fff;
	position: relative;
}
.campos{
	margin: 10px 10px;
	width: 380px;
	height: 500px;
	background-color: #fff;
}
.campos p{
	width: 80px;
	font-size: 25px;
	font-family: sans-serif;
 	font-weight: bold;
	/*border-bottom-style: solid;
	border-color: #005BC8;*/
	margin-left:120px;
}
.terminos{
	width: 380px;
	height: 90px;
	margin-top:20px;
	margin-bottom:;10px;
}
.datos{
	margin: auto;
	padding-top: 20px;
	width: 300px;
	height: 272px;
}
.Personales label{
	display: flex;
	font-family: Arial;
	font-weight: bold;
}
.Personales input{
	font-family: Arial;
	font-weight: bold;
	outline: none;
	border: none;
	border-bottom-style: solid;
	border-color: #005BC8;
	background-color: transparent;
	display: grid;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 280px;
	padding-bottom: 5px;
}

.check input[type='radio']:after{
	position: relative;
	width: 9px;
	height: 9px; 
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	content: "";
	visibility: visible;
	border: 2px solid #005BC8;
	transition: all 0.7s;
}
.check{
	margin-top: 2px;

}
.check input[type='radio']:checked:after{
	position: relative;
	width: 9px;
	height: 9px; 
	border-radius: 50%;
	display: inline-block;
	content: "";
	visibility: visible;
	border: 1px solid #005BC8;
}
.check label{
	display: inline-block;
	position: relative;
	margin-left: 5px;
	
	padding: 5px;
	color:#000;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	transition: all 0.7s;
}
.Condi{
	position: relative;
	width: 300px;
	height: 40px;
	margin: 8px auto;
}
.terminos input[type='checkbox']:after{
	position: relative;
	width: 9px;
	height: 9px; 
	background-color: #fff;
	display: inline-block;
	content: "";
	visibility: visible;
	border: 2px solid #005BC8;
	transition: all 0.7s;
}
.terminos input[type='checkbox']:checked:after{
	position: relative;
	width: 9px;
	height: 9px; 
	background-color: blue;
	display: inline-block;
	content: "";
	visibility: visible;
	border: 1px solid #005BC8;
}
.Condi input{
	margin-top:4px;
	margin-right: 10px;
}
.Condi label{
	font-size: 13px;
	font-family: Arial;
	text-align: justify;
	position: absolute;
	color: #000;
}
.Notifi{
	position: relative;
	width: 300px;
	height: 40px;
	margin: auto;
}
.Notifi input{
	margin-top:2px;
	margin-right: 10px;
}
.Notifi label{
	font-family: Soft;
	font-size: 13px;
	text-align: justify;
	position: absolute;
	color: #000;
}
.boton{
	background-color: #005BC8;
	width: 300px;
	height:40px;
	border-radius: 15px;
	margin: auto;
}
.boton button{
	font-size: 15px;
	font-weight: bold;
	color: #005BC8;
	width: 300px;
	height: 40px;
	border-radius: 15px;
	background-color: #fff;
	border:1px solid #005BC8;
	transition: all 0.7s;
}
.boton button:hover{
	background-color: #005BC8;
	color: #fff;
	cursor: pointer;
}
.Titulo{
	margin-left: 70px;
	margin-top:100px;
	width: 250px;
	height: 80px;
}
.Titulo p{
	color: #005BC8;
	font-weight: bold;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 34px;
	text-align: center;
}
.Titulo h2{
	margin-top: 5px;
	text-align: center;
	color: #005BC8;
	font-family: Soft;
	font-size: 13px;
}
.Botones{
	margin-top: 80px;
	margin-left:30px;
	margin-bottom: 20px;
	width: 300px;
	height: 37px;
	border-radius: 15px;
	text-decoration: none;
	transition: all 0.7s;
	border:1px solid #005BC8;
	background-color: #fff;
}
.Botones a{
	color: #fff;
	padding-top: 10px;
	text-align: center;
	position: absolute;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	width: 300px;
	height: 25px;
	border-radius: 15px;
	text-decoration: none;
	transition: all 0.7s;
	border:1px solid #005BC8;
	background-color: #005BC8;
}
.Botones a:hover{
	background-color: #fff;
	color: #005BC8;
}
.Redes{
	padding: auto;
	margin: auto;
	width:190px;
	height: 70px;
}
.Redes img{
	margin-top: 10px;
	margin-left: 20px;
	width: 35px;
	height: 35px;
}

















