#pie {
	position: relative;
	height: auto;
	color: white;
	background-color: #999999;
	border-bottom: 1px solid #858585;
	font-size: 8pt;
}

#imagen-fondo-pie {
	position: relative;
	height: auto;
	padding-top: 10px;
	margin: 0 auto;
}

#texto-tecnologia {
	width: 100%;
	display: flex;
	font-size: 0.9em;
	justify-content: center;
	background-color: #666666;
	padding-bottom: 4px;
}

#texto-logo{
	background-image: url('/resources/img/inst-tecnologia-redalyc.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 170px;
	height: 19px;
}

.enlace-pie {
	display: block;
	height: 100%;
	width: 100%;
}

.texto-conocimiento {
	text-align: center;
	font-size: 1em;
	line-height: 120%;
	height: auto;
	width: 100%;
}

.texto-resaltado {
	margin: 3px;
}

#texto-pie > span{
	color: #cbcbcb;
	font-style: italic;
}

#linea-cs {
	background-image: url('/resources/img/12linea.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 2px;
	height: 60px;
	float: right;
	margin-left: 5px;
	margin-top: 10px;
	display: none;
}

#greca-ameli-pie {
	width: 100%;
	height: 6px;
	background-image: url('/resources/img/greca-inf.png');
}

.logotipo{
	margin: 0 auto;
	height: 41px;
	display: block;
}

#logotipo-pie1{
	background-image: url('/resources/img/inst-unesco.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 52px;
}

#logotipo-pie2{
	background-image: url('/resources/img/clacso.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 41px;
}

#logotipo-pie3{
	background-image: url('/resources/img/redalyc.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 80px;
}

#logotipo-pie4{
	background-image: url('/resources/img/inst-uaem.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 62px;
}

#logotipo-pie5{
	background-image: url('/resources/img/inst-uni-plata.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 81px;
}

#logotipo-pie6{
	background-image: url('/resources/img/inst-uni-antioquia.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 59px;
}

.nivel{
	width: 100%;
	max-height: 80px;
	display: flex;
	display: -webkit-flex;
	margin: 20px 0px 20px 0px;
}

.nivel:nth-child(2){
	clear: both;
}

.flex-container-header {
	font-family: Helvetica, sans-serif;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	background-color: #fff;
	flex-wrap: wrap;
/* 	border-bottom: 2px solid #999999; */
	width: 100%;
	/* padding-bottom: 20px; */
}

.flex-container-header > div {
	background-color: #fff;
	width: 100%;
	margin: 10px;
}

#img-header{
	/*background-image: url('/resources/img/AmeliCA-u-c-r-18.png');*/
	background-image: url('/resources/img/logo-AmeliCA.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 85px;
}

#texto-header {
	text-align: center;
	font-size: 1em;
	color: #999999;
}

#texto-header a:link, #texto-header a:visited, #texto-header a:active{
	color: #999999;
}

.texto-sub {
	font-style: italic;
	color: #cbcbcb;
}

.texto-titulo {
	
}

.texto-servicio{
	font-weight: bold;
    color: #1252b2;
}

.linea-gris{
	width: 100%;
	height: 5px;
	/*background: #cbcbcb;*/
	background-image: url('/resources/img/linea degradado.png');
	position: relative;
	z-index: 1;
	/* top: -10px; */
}

header{
	background-color: #ffffff;
}

/*Movil exclusivo*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	#linea-cs {
		height: 42px !important;
	}
}

/*Fablet*/
@media only screen and (min-width: 480px) and (max-width: 640px) {
	
}

/*Tablet*/
@media only screen and (min-width: 641px) and (max-width: 767px) {
	#imagen-fondo-pie {
		justify-content: center;
		display: flex;
	}
	
	.texto-conocimiento {
		text-align: right;
		height: auto;
		max-width: 175px;
		margin-top: 15px;
		margin-right: 1%;
	}
	
	.logotipo{
		margin: 0 auto;
		max-height: 41px;
		display: flex;
		display: -webkit-flex;
	}
	
	.nivel{
		width: 40%;
	}
	
	#linea-cs{
		display: block;
	}
	
	.nivel{
		width: 40%;
	}
}

/*Desktop*/
@media only screen and (min-width: 768px) {
	#imagen-fondo-pie {
		max-width: 800px;
		/* min-width: 760px; */
		justify-content: center;
		display: flex;
	}
	
	.texto-conocimiento {
		text-align: right;
		height: auto;
		max-width: 175px;
		margin-top: 15px;
		margin-right: 2%;
	}
	
	.logotipo{
		margin: 0 auto;
		max-height: 41px;
		display: flex;
		display: -webkit-flex;
	}
	
	#linea-cs{
		display: block;
	}
	
	.nivel{
		width: 40%;
	}
	
	.flex-container-header{
		max-width: 1500px;
		margin: 0 auto;
	}
	
	.flex-container-header > div {
		background-color: #fff;
		width: 45%;
		margin: 10px;
	}
	
	#img-header{
		background-position: left;
	}
	
	#texto-header {
		text-align: right;
		padding-top: 10px;
	}
}