#pie {
	position: relative;
	height: auto;
	color: white;
	background-color: #999999;
	border-bottom: 1px solid #858585;
	font-size: 8pt;
}

.pre-pie-home a:link, .pre-pie-home a:hover, .pre-pie-home a:visited, .pre-pie-home a:active{
	color: white !important;
}

#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;
}

#texto-logo{
	background-image: url('../media/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('../media/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('../media/greca-inf.png');
}

.logotipo{
	margin: 0 auto;
	height: 41px;
	display: block;
}

#logotipo-pie1{
	background-image: url('../media/inst-unesco.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 52px;
}

#logotipo-pie2{
	background-image: url('../media/inst-clacso.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 41px;
}

#logotipo-pie3{
	background-image: url('../media/inst-redalyc.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 80px;
}

#logotipo-pie4{
	background-image: url('../media/inst-uaem.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 62px;
}

#logotipo-pie5{
	background-image: url('../media/inst-uni-plata.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 81px;
}

#logotipo-pie6{
	background-image: url('../media/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;
}

/*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%;
	}
}