@charset "utf-8";
/* CSS Document */




.container-footer
{
	width:97%;
	background:#101010;
	display:flex;
	padding:20px;
	justify-content:space-between;
	padding:20px;
	margin:auto;
}

.copyright
{ 
color:#c7c7c7;
	}
	
.informaticion
{
	text-decoration:none;
	color:#FFF;
}

.informaticion a
{
	color:#FFF;
	text-decoration:none;
}