*{

	margin: 0;
	padding: 0;
	border:0;
}

body,html{

	margin: 0;
	padding: 0;
	height:100%;
}
body{
	margin-top: 80px;
	height:calc(100% - 80px);
	background-color: #FCFBFB;
}

header{
	position: fixed;
	width: 100%;
	height: 90px;
	overflow: hidden;
	background: #001A45;
	margin-bottom:20px;
	left: 0;
	top:0;
	z-index: 1;
}

.wrapper{

	width: 100%;
	max-width: 260px;
	min-width: 260px;
	position: fixed;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;


}

.contenido{
	max-width: 1250px;
	min-width: 1240px;
	height: 93%;
	margin: 0 auto;
	padding-top: 15px;
	color: #000000;
	text-align: center;
	margin-bottom:20px;
}

.info{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

header .logo{
	display: block;
	line-height: 15px;
}

.imagen-logo{
	margin-left: calc(50% - 130px);
}
.contenedor{

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 80%;
	padding-top: 20px;
	margin: 0 auto;
	height: 100%;
	bottom:0;
	top: 20px;

}

.tit{
	width: 100%;
	height: 35px;
	background-color:  #001A45;
	color: #ffffff;
	text-align: center;
	font-family: "aller", sans-serif;
	font-size: 25px;
	margin-top: 20px;
}

.tit1{

	height: 35px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;

}

.line1{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 70px;


}

.name1{
	width: 50%;
	font-size: 15px;
	float: left;
	text-align: center;
	line-height: 30px;

}

.line2{
	width: 60%;
	margin: 10px auto;
}

.name2{

	font-size: 15px;
	line-height: 30px;
}
.name3{


	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

.input2{


}


.input1{
	width: 40%;	
	float: right;
	margin-right: 40px;
}

.cont-btn{
	width: 50%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 40px;

}
.cont-btn1 {

	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
		
	}

.boton1{
	color: #001A45;	
}

.boton2{
	display: none;
}

.boton1:hover{
	background-color: #001A45;	
}
.sesion{

	background-color: #001A45;
	width: 30%;
	height: 300px;
	padding: 20px 20px;
	margin: 25px auto;
	border-radius: 10px;

}



@media only screen and (max-width: 770px) {
	.sesion{

	width: 100%;

}

	.cont-btn {

		margin-top: 20px;

	}
	.cont-btn1 {

		margin-top: 20px;

	}

	.line1{
		width: 80%;
		margin: 0 auto;


	}
	.line2{
		width: 80%;
		margin: 10px auto;
	}


	.name1{
		width: 100%;	
		float: none;
	}
	.input1{
		width: 100%;	
		float: none;
		margin-right: 0px;
	}


	.col-xs-6{
		width: 100%;
		float: none;
	}

}



.fondo{
	background-image: url("img/fondo2.png"); 
}

.fondo1{
	background-image: url("img/fondo2.png"); 
}
.fondo2{
	background-image: url("img/fondo3.png"); 
}



.registro{

	background-color: #001A45;
	width: 400px;
	height: auto;
	padding: 0px 20px;
	margin: 30px 40px 0px;
	z-index: 4;
	float: right;
	border-radius: 10px;

}
.titulo1, .form-h{

	font-family: "aller", sans-serif;
	color: #EED42A;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.form-p{
	color: #ffffff;
}
.barras{
	color: white;
	background-color: #001A45;
	border: 1px solid rgba(242, 218, 41, 1);
	font-family: "aller";
}

.boton{
	font-family: "aller", sans-serif;
	margin-top: 20px;
	border: 1px solid rgba(242, 218, 41, 1);
	background: rgba(242, 218, 41, 0.15);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300 ms ease;
	transition: all 300ms ease;
}

.boton-form{
	font-family: "aller", sans-serif;
	margin-top: 0px;
	color: #ffffff;
	border: 1px ;
	background: rgba(0, 26, 69, 1);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300 ms ease;
	transition: all 300ms ease;
}

.boton-form:hover{

	color: #ffffff;
	border: 1px ;
	background: rgba(0, 26, 69, 0.8);
}

#mensaje{

	

}

.est_matriculado{
	text-align: center;
	font-size: 15px;
	color: green;
}
.est_desmatriculado{
	text-align: center;
	font-size: 15px;
	color: red;
}


.error{
	color:red;
}
.name{

	font-family: "aller", sans-serif;
	color: #EED42A;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 80px;
}

