*{
	margin: 0;
	padding: 0;
}
/*------ENCABEZADO-------------------------------------------*/
header{background-color: #023972;display: flex;}
.enca_dere{display: flex;width: 50%;}
.enca_dere a{text-decoration: none;}
.enca_dere a p{padding: 15px;color:#fff;font-family: 'Abel',sans-serif;font-weight: bold;font-size:14px;}
/*--------*/
.enca_izq{display: flex;width: 50%;}
.enca_izq a{text-decoration: none;}
.bninicio{padding: 15px;color:#fff;font-weight: bold;font-size:20px; }
.movil{position:absolute; right: 100px;}.movil2{position:absolute; right: 0px;}
.bnicoizq{padding: 15px;color:#fff;font-family: 'Abel',sans-serif;font-weight: bold;font-size:14px;margin-right:7px;}

/*------FIN ENCABEZADO----------------------------------------*/
section{width: 100%;}
.parte_ima{width: 50%;}
.imalogo{width: 100%;text-align: center;;
border-radius: 0px 0px 5px 0px;}
.lectivo{text-align: center;padding: 1%;}
/*----*/
.contenido{width:100%;display: flex;background-color: #fff;}
.texto{width: 50%;margin: 1.5%;}
.texto h2{font-family: 'Oswald', sans-serif;color: #FE2E2E;}
.texto2{margin-top:8px;font-family: 'Abel', sans-serif;font-size: 20px;}
.texto2 b{color:#023972;}
.cta{border: 1.65px solid #D8D8D8;padding: 2%;margin-top: 20px;margin-left: 2%;margin-right: 6%;
	border-radius: 0px 0px 0px 15px;}
.cta p{margin-bottom: 10px;color:#023972;font-weight: bold;font-size: 18px;font-family: Arial Narrow;cursor: pointer;}
.cta span{color:#6E6E6E;font-weight: normal;}

#bnregistro{text-decoration: none;}
#bnregistro p:hover{
	-webkit-box-shadow: -2px 7px 43px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 7px 43px -6px rgba(0,0,0,0.75);
	box-shadow: -2px 7px 43px -6px rgba(0,0,0,0.75);
	background-color: #fff;
	color: #FE2E2E;/*-ROJO*/
	
}
#bnregistro p{
	padding: 20px;
	background-color: #FE2E2E;/*-ROJO*/
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 3%;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #FA5858;/*-ROJO CLARO*/
	transition: all 0.5s;
	font-size: 25px;
	box-shadow: 0px 10px #B40404;/*-ROJO OSCURO*/
	font-family: 'Lemon', cursive;
}
/*---------------------------------------------------------*/
.casa{text-align: center;margin:2.5%;color: #21610B;font-family: 'Dancing Script', cursive;cursor: pointer;font-size: 45px;}
/*---------------------------------------------------------*/
.final_matri{background-color: #424242;text-align: center;color:#fff;position: absolute;width: 100%;}
.texto_final{padding:2%;}
.texto_final a{text-decoration: none;color:#fff;}
@media screen and (max-width:1000px){
	/*------ ENCABEZADO MOVIL -----*/
	header{display: block;}
	.enca_dere{width: 100%;justify-content: center;}
	.enca_izq{width: 100%;background-color: #045FB4;}
    /*------ ENCABEZADO MOVIL -----*/
    .parte_ima{width: 100%;}
    .imalogo{width: 100%;text-align: center;height: auto;
	border-radius: 0px 0px 00px 0px;
	}
	.contenido{display: block;}
	.texto h2{text-align: center;margin-top:2%;margin-bottom: 2%;}
	.texto{width: 100%;}
	.casa{margin-top:5%;margin-left:0%;margin-right:0%;margin-bottom: 4%; }
	.final_matri{position: relative;bottom: 0px;width: 100%;}

}