body{
	font-family: 'Lato', sans-serif;
}
input, select, option{
	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:120px;
	/*
	background:transparent;
	*/
	background:#16153F;
	justify-content:space-between;
}
.menu_header{
	color:white;
	font-size:14px;
}
.menu_header_selected{
	color:#00D5C9;
}
.header_imagen{
	padding:20px 0 0 70px;
	height:80px;
	cursor:pointer;
}
.footer_imagen{
	padding:10px 0 0 50px;
	height:50px;
	cursor:pointer;
}
.header_imagen_buscador{
	margin-top:-10px;
	padding:10px 100px 0 0;
	height:20px;
}
.contenedor_menu{
	display:flex;
	color:white;
}
.contenedor_menu > div{
	padding:20px 3px 10px 3px;
	cursor:pointer;
	margin:0px 3px;
}
.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')*/ #16153F;
	height:160px;
	display:flex;
	
}
#inicio{
	background:url('../images/fondo.png'); background-size:100% 100%, 200% 200%; /*url('/images/bg/bg.jpg')  #16153f*/;
}
.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 60px 5px 0;
	cursor:pointer;
}
.footer_social_image{
	width:20px;
	margin:5px 5px 5px 5px;
	cursor:pointer;
}
.buscador_principal{
	background:white;
	width:300px;
	border-radius:30px;
	border:none;
	padding:10px;
	font-size:20px;
}
.buscador_boton{
	background:transparent;
	border:2px solid green;
	padding:8px;
	font-size:20px;
	border-radius:30px;
	color:white;
	margin-left:10px;
	width:120px;
	
}
#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:40px;
	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-around;
}
.flex_horizontal_footer{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

.blog{
	margin:20px 30px;
	width:240px;
	height:420x;
	border-radius:10px;
	box-shadow:0 0 3px #AFAFAF;
	cursor:pointer;
}
.blog_imagen{
	height:210px;
	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:180px;
	/*
	border-radius:20px 20px 0 0;
	*/
	border-radius:20px 20px 10px 10px;
	margin-top:-20px;
	background:white;
}
.blog_parrafo{
	padding:15px;
	font-size:12px;
	height:140px;
}
.blog_boton{
	background:blue;
	width:80px;
	padding:7px 10px;
	text-align:center;
	border-radius:5px;
}
.blog_linea{
	width:100%;
	height:1px;
	background:#AFAFAF;
}
.contenedor_educacion{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:50px 0;
}
.contenedor_blog_detalle{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:50px 0;
	flex-direction:column;
}
.imagen_detalle_blog{
	height:300px;
}
.contenidos_detalle_blog{
	font-size:16px;
	margin-top:20px;
}
.educacion_tabla{
	color:white;
	width:130px;
	height:130px;
	background:#12509a;
	margin:20px;
	border-radius:30px;
	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:10px;
	font-size:12px;
	
}
.educacion_principal{
	font-size:30px;
	padding-top:10px;
	text-align:center;
}
.educacion_principal_busqueda{
	padding-top:0px;
	margin-top:-10px;
}
.educacion_inferior{
	text-align:center;
}
.educacion_inferior_busqueda{
	font-size:13px;
}
.educacion_detalle{
	display:flex;
	width:100%;
	margin-bottom:20px;
	height:340px;
	/*
	border:1px solid gray;
	*/
	background:white;
	border-radius:30px;
	cursor:pointer;
}
.educacion_titulo{
	display:flex;
	align-items:center;
	height:100%;
	font-size:48px;
	padding:0 10px;
	width:260px;
	word-spacing:40px;
	
	
}
.educacion_titulo_interior{
	padding-left:60px;
}
.educacion_parrafo{
	display:flex;
	align-items:center;
	padding:0 10px;
}
.titulo_detalle{
	color:white;
	text-align:center;
	padding-bottom:50px;
	font-size:40px;
}
.titulo_detalle_informativo{
	margin-bottom:7px;
	font-weight:bold;
	display:flex;
	align-items:center;
	margin-left:20px;
}
.icono_detalle_plan{
	margin-right:15px;
	height:40px;
}
.flecha_normal{
	height:20px;
	margin-right:20px;
}
.flecha_desplegada{
	display:none;
	height:20px;
	margin-right:20px;
}
.descripcion_detalle_informativo{
	margin-bottom:15px;
	word-wrap: break-word;
}
.descripcion_detalle_informativo_doble{
	margin-bottom:15px;
	word-wrap: break-word;
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.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:300px;
	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;*/
	width:70%;
	margin-top:40px;
	margin-bottom:30px;
}
.conenedor_imagen_educacion_continua{
	width:50%;
}

.imagen_orientacion{
	height:300px;
	margin-left:100px;
}

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

.contenedor_orientacion{
	margin-top:-150px;
}

/*buscador_principal
buscador_principal
*/


.contenedor_buscador_tabla{
	width:100%;
	height:200px;
	background:white;
	margin:10px 0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.contenedor_detalle_buscador{
	background:white;
	display:flex;
	width:50%;
	justify-content:space-between;
	padding:0 30px;
	height:135px;
	align-items:center;
	border-radius:30px;
	border:1px solid gray;
}
.titulo_buscador{
	font-size:24px;
}
.parrafo_buscador{
	
}
.contenedor_icono_campus_buscador{
	height:80px;
}

.contenedor_ver_mas{
	display:flex;
	justify-content:center;
	width:100%;
	margin-bottom:10px;
}
.btn_blog_ver_mas{
	background:#16153F;
	width:100px;
	color:white;
	padding:10px;
	border-radius:20px;
	text-align:center;
	font-size:12px;
}

@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;
	}
}

