@CHARSET "ISO-8859-1";

#pageFooter{
	background-color: var(--buap-blue);
	min-height: 150px;
	color: #E9E9E9;
	font-size: 0.8em;
	
	text-align: center;
	padding-bottom: 5px;
}


.pageFooterFloat{
	position: relative;
}

.pageFooterFixed{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


#pageFooter a{
	color: #E9E9E9; 
}

#pageFooter table{
	width: 100%;
	height: 150px;
	border: none;
}

#pageFooter td{
	vertical-align: middle;
	text-align: center;
}

.footerLogo{
	height: 150px;
	position: absolute;
	top: 0;
}

.footerRight{
	right: 10px;
}

.footerLeft{
	left: 10px;
}

@media screen and (max-width : 500px) {
	#pageFooter{
	}
	
	.footerLogo{
		position: static;
		height: 100px;
	}
	
	#pageFooter table{
		width: 100%;
		height: auto;
	}
}