/* CSS Document */
#foot{
	background: url(../imagenes/images/navigationBack.gif);
	width: 100%;
	padding: 5px 0 5px 240px;
}
#verde-institucional{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #0B8C3F;
	height: 6px;
}
.seccion{
	background: repeat-x bottom url(imagenes/lineapunteadahoriz2.gif);
	padding-top: 5px;
	padding-bottom: 5px;
}
#vinculos-texto{
	padding-bottom: 20px;
}
#powered-by{
	padding-top: 10px;
	padding-bottom: 20px;
}
/* /////////////////////////////////////  vinculos ///////////////////////////////////////////////////*/
.vinculos-foot:link, .vinculos-foot:visited {
	color: #716239;
	text-decoration: none;
}
.vinculos-foot:hover {
	text-decoration: underline;
}
.vinculos-datos-unal:link, .vinculos-datos-unal:visited {
	color: #8F7C49;
	text-decoration: none;
}
.vinculos-datos-unal:hover {
	text-decoration: underline;
}
/* //////////////////////////////// vinculos en imagen logos ////////////////////////////////////////////////*/
#powered-unal {
	background: no-repeat url(imagenes/escudos/unal_powered.gif);
	width:130px;
	height:52px;
	margin-right: 10px;
}
#powered-apache {
	background: no-repeat url(imagenes/logosterceros/apache-powered.gif);
	width:147px;
	height:14px;
	margin-right: 10px;
}
#powered-tomcat {
	background: no-repeat url(imagenes/logosterceros/tomcat-powered.gif);
	width:80px;
	height:34px;
	margin-right: 10px;
}
#powered-cocoon {
	background: no-repeat url(imagenes/logosterceros/cocoon-powered.gif);
	width:90px;
	height:25px;
	margin-right: 10px;
}
#powered-java {
	background: no-repeat url(imagenes/logosterceros/java-powered.gif);
	width:34px;
	height:57px;
}