footer{
	z-index:99 !important;
	height:70px; 
	bottom:0px;
	left:0px;
	width:100%;	
	position:fixed;
	color:rgba(26,30,36,1);
	font-size:22px;
	text-align:left;
	line-height:50px;
	background:white;
	line-height:70px;
}
.contacto
{
	color:black;
	width:150px;
	display:inline-block;
	z-index:99;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	-webkit-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	font-family:Verdana, Geneva, sans-serif;
	margin-left:5px !important;
}