#abajo {
	position: fixed;
	bottom: 0;
	width:100%;
	background-color:#FFF;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#Error {
	text-align:center;
	width:100%;
	font-family:Arial Narrow;
	font-size:40px;
	margin-top:40px;
}
#Empresa {
	font-family: "Arial Narrow";
	color: #7985BA;
	letter-spacing: 1px;
}

