footer {
	height: 50px;
	background-color: #3e4342;
	font-family: "Roboto";
	color: white;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer a,
footer a:visited {
	display: block;
	color: white;
	font-size: 0.7em;
	text-decoration: none;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

footer img#iconoChat {
	width: 5rem;
	position: absolute;
	right: 1rem;
	bottom: 4rem;
}
