body{
	font-family: 'Lato', sans-serif;
}
.container_all{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.container_all_percent{
	width:100%;
	height:100%;
}
.header{
	display:flex;
	width:100%;
	height:0px;
	background:transparent;
	justify-content:space-between;
}
.header_imagen{
	padding:10px 0 0 50px;
	width:150px;
	cursor:pointer;
}
.footer_imagen{
	padding:10px 0 0 50px;
	width:150px;
}
.header_imagen_buscador{
	margin-top:-10px;
	padding:10px 100px 0 0;
	height:20px;
}
.contenedor_menu{
	display:flex;
	color:white;
}
.contenedor_footer{
	display:flex;
	color:#243f78;
}
.contenedor_menu > div{
	padding:10px 10px;
	cursor:pointer;
	margin:0px 7px;
}
.contenedor{
	width:100%;
	min-height:500px;
}
.contenedor_centrado{
	width:80%;
	margin:0 10%;
	/*
	background:orange;
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
	*/
}
.footer{
	background:/*url('/images/bg/bg.jpg')*/ white;
	height:80px;
	color:#243F78;
	
}
#inicio{
	background:url('../images/bg_ilustracion.jpg'); background-size:30% 30%, 200% 200%; /*url('/images/bg/bg.jpg')  #16153f*/;
	
	height:900px;
}
.contenedor_inicio{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.header_sociales{
	display:flex;
	flex-direction:column;
}
.header_social_image{
	width:20px;
	margin:5px 40px 5px 0;
	cursor:pointer;
}
.buscador_principal{
	background:white;
	width:300px;
	border-radius:18px;
	border:none;
	padding:10px;
	font-size:20px;
}
.buscador_boton{
	background:transparent;
	border:2px solid green;
	padding:8px;
	font-size:20px;
	border-radius:10px;
	color:white;
	margin-left:10px;
	width:100px;
	
}
#inicio_detalle{
	padding-top:80px;
	background:url('../images/fondo_carrera.png'); background-size:100% 100%, 200% 200%; /*url('/images/bg/bg.jpg')  #16153f*/;
}
#inicio_orientacion{
	padding-top:80px;
	background:url('../images/Rectangle_fondo.png'); background-size:100% 100%, 200% 200%; /*url('/images/bg/bg.jpg')  #16153f*/;
}
.titulo_inicio{
	color:white;
	font-size:40px;
	margin-bottom:20px;
	text-align:center;
}
.contenedor_buscador{
	display:flex;
	width:100%;
	justify-content:center;
}
#diplomados{
	
}
#educacion{
	background:url('../images/fondo_quienes_somos.png'); background-size:100% 100%, 200% 200%;
}
#blog{
	
}
.flex_centrado{
	display:flex;
	height:100%;
	align-items:center;
	justify-content:center;
}
.flex_centrado_vertical{
	display:flex;
	height:100%;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.flex_horizontal{
	display:flex;
	flex-wrap:wrap;
}
.flex_horizontal_blog{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.flex_horizontal_detalle{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex_horizontal_footer{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

.blog{
	margin:10px;
	width:200px;
	height:300x;
	border-radius:10px;
	
}
.blog_imagen{
	height:160px;
	width:100%;
	border-radius:10px 10px 0 0;
	display:flex;
	align-items:flex-end;
	background:url('../images/catedral.jpeg');
	background-size:100% 100%, 200% 200%;
	
}
.blog_titulo{
	margin-bottom:30px;
	padding:0 10px;
	color:white;
	font-size:20px;
}
.blog_contenido{
	width:100%;
	height:200px;
	/*
	border-radius:20px 20px 0 0;
	*/
	border-radius:20px 20px 10px 10px;
	margin-top:-20px;
	background:white;
}
.blog_parrafo{
	padding:15px;
	font-size:12px;
}
.blog_boton{
	background:blue;
	width:80px;
	padding:7px 10px;
	text-align:center;
	border-radius:5px;
}
.contenedor_educacion{
	display:flex;
	flex-wrap:wrap;
}
.educacion_tabla{
	color:white;
	width:100px;
	height:100px;
	background:#12509a;
	margin:10px;
	border-radius:4px;
	border:2px solid white;
	/*box-shadow:2px 2px 2px gray;*/
	box-shadow:0px 0px 2px gray;
	cursor:pointer;
}

.educacion_superior{
	display:flex;
	justify-content:space-between;
	padding:5px;
	font-size:12px;
	
}
.educacion_principal{
	font-size:30px;
	padding-top:10px;
	text-align:center;
}
.educacion_inferior{
	text-align:center;
}

.educacion_detalle{
	display:flex;
	width:100%;
	margin-bottom:30px;
	height:200px;
	border:1px solid gray;
}
.educacion_titulo{
	display:flex;
	align-items:center;
	height:100%;
	
	font-size:20px;
	padding:0 10px;
	
}
.educacion_parrafo{
	display:flex;
	align-items:center;
}
.titulo_detalle{
	color:white;
	text-align:center;
	padding-top:50px;
	font-size:40px;
}
.titulo_detalle_informativo{
	margin-bottom:7px;
	font-weight:bold;
}
.descripcion_detalle_informativo{
	margin-bottom:15px;
	word-wrap: break-word;
}
.contenedor_detalle_superior{
	width:160px;
	height:160px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.img_detalle_superior{
	height:70px;
}
.detalle_superior{
	color:white;
	font-weight:bold;
	margin-top:10px;
}
.detalle_superior_texto{
	color:white;
}
.texto_parrafo{
	color:white;
	max-width:400px;
	padding-left:50px,
}
.titulo_seccion{
	font-size:24px;
	text-align:center;
	padding:20px;
}
.whitecolor{
	color:white;
}
.contenedor_detalle_informativo{
	width:60%;
}
.contenedor_detalle_informativo_campus{
	width:35%;
	padding-left:5%;
}
.contenedor_campus{
	border:1px solid gray;
	padding:20px;
	border-radius:10px;
}

.imagen_quienes_somos{
	width:80%;
	padding:0 10% 50px 0;
	
}
.contenedor_educacion_continua{
	width:50%;
}
.logo_educacion_continua{
	widht:320px;
}
.conenedor_imagen_educacion_continua{
	width:50%;
}


.contenedor_formulario_lead{
	background:white;
	padding:0 30px;
	height:300px;
	margin-top:10px;
	display:flex;
	align-items:center;
	/*flex-direction:column;*/
}
.titulo_form_lead{
	margin-bottom:20px;
	text-align:center;
}
.input_lead{
	width:200px;
	margin-bottom:10px;
}
.select_lead{
	width:200px;
	margin-bottom:10px;
}
.btn_form_lead{
	background:#00DAA2;
	padding:10px 20px;
	border-radius:7px;
	color:white;
	border:none;
}
.contenedor_button_lead{
	text-align:center;
}


/*buscador_principal
buscador_principal
*/
@media screen and (max-width:440px) {
	
}


@media screen and (min-width:441px) and (max-width:999px) {
	
}
@media screen and (min-width:1000px) and (max-width:5000px) {
	.buscador_principal{
		width:700px;
	}
}

