.enc_contacto{
	font-size: 14px;
	/*display: flex;*/
	display: flex;
	padding-top: 12px;
	padding-bottom: 8px;
 	font-family: 'Trebuchet MS';
	justify-content: space-between;
	background: #fafafa;
}

.c_a:link{
	text-decoration: none;
}

.enc_logo{
	margin: 3px;
    width: 32px;
    height: 32px;
}

.enc_telf{
	color: #696969;
	/*padding-left: 2%;*/
	padding-left: 20px;
}

.enc_correo{
	color: #696969;
}

.enc_enlace{
	width: 100%;
	color: #3498db;
}

.enc_iconos{
	padding-right: 20px;
	text-align: right;
}

.enc_logo:hover{
	cursor: pointer;
}