/*Estilo footer*/
#footer{
	max-width:100%;
	margin:0;
	padding:2%;
	background-color:#808080;
	color:white;
	overflow:hidden;
}

h6{
	font-size:2em;
	margin:1%;
	float:right;
	text-align:right;
	display:none;
}

.btn-social{
	width:50px;
	/*float:right;*/
}

#footer div{
	width:120px;
	text-align:center;
	float:left;
}
/*Fin estilo footer*/