footer{
    margin: 0 0 0 0;
	background-color: rgba(0, 0, 0, 1);
	border-top: 2px solid #ffffff;
	bottom: 0rem; /* Large padding which will shrink on scroll (using JS) */
	transition: 0.4s; /* Adds a transition effect when the padding is decreased */
	position: fixed; /* Sticky/fixed navbar */
	width: 100%;
	height: 3rem;
	/*max-width: 960px;*/
	z-index: 9999;
}

.aSoporte{
	color: #ffffff;
	margin:1rem 1rem 1rem 10%;
	float: left;
	text-decoration: none;
}

.divContador{
	color: #ffffff;
	margin:1rem 10% 1rem 1rem;
	padding: 0%;
	text-align: right;
}