.mod_eh_footer{
	background-color:#FFFFFF;
	padding-top:5px;
	margin-top:50px;
	height:225px;
	width:100%;
	box-shadow:-3px -3px 3px 0 rgba(0,0,0,0.19) , 3px 0 3px 0 rgba(0,0,0,0.19) , 0 3px 3px 0 rgba(0,0,0,0.23);
	position:relative;
	z-index:10;
}
.mod_eh_footer #logo{
	background: url('../images/logos/espana/logo.svg') no-repeat -6px 0;
  	background-position: center;
  	height: 85px;
  	width: 238px;
  	position: relative;
  	margin: 0 auto;
}
.mod_eh_footer #logo a{
	width:100%;
	height:100%;
	display:block;
}
.mod_eh_footer #uneteaFacua{
	margin: 0 auto;
	font-family:Roboto Condensed,"Open Sans",Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: normal;
	width: 270px;
	text-align:center;
	padding-top:5px;
}
.mod_eh_footer #uneteaFacua a{
	color:#000000;
}
.mod_eh_footer .mod_header_MPContentElement{
	width:auto;
}
.mod_eh_footer .mod_eh_contenedorSocial{
	margin: 0 auto;
	width:357px;
	height:50px;
	overflow:hidden;
}
.mod_eh_menuFooter{
	width:635px;
	margin:0 auto;
	font-size:12px;
	font-weight: normal;
	text-transform:uppercase;
	overflow:auto;
}
.mod_eh_menuFooter .mod_eh_elementoFooter{
	float:left;
	margin:10px 0;
	padding:0 10px;
	height:19px;
	box-sizing: border-box;
	display:table;
}
.mod_eh_menuFooter .mod_eh_elementoFooter:nth-child(-n+4){
	border-right: solid 1px #CCCCCC;
}
.mod_eh_menuFooter .mod_eh_elementoFooter a{
	display:table-cell;
	vertical-align: middle;
}
.mod_eh_menuFooter .mod_eh_elementoFooter:hover a{
	color:#E05400;
}
.mod_eh_menuFooter .mod_eh_elementoFooter a img{
	vertical-align: middle;
}
@media (max-width: 1110px){
	.mod_eh_footer{
		/*display:none;*/
		height:169px;
		padding-top:10px;
		margin-top:17px;
	}
	.mod_eh_footer #logo{
		background-size: cover;
		width:100px;
		height:38px;
	}
	.mod_eh_footer #uneteaFacua{
		width:100%;
		font-size:20px;
		padding-bottom:5px;
	}
	.mod_eh_footer .mod_eh_menuFooter{
		width:304px;
		margin: 0 auto;
	}
	.mod_eh_footer .mod_eh_elementoFooter{
		margin:5px 0 0 0;
		padding:0 5px;
		height:auto;
		float:left;
		
	}
	.mod_eh_menuFooter .mod_eh_elementoFooter:nth-child(3) {
		border:none;
	}
	.mod_eh_menuFooter .mod_eh_elementoFooter:nth-child(4) {
		margin-left:12px;
	}
	.mod_eh_footer .mod_header_MPContentElement{
		padding:13px 5px;
	}
	.mod_eh_footer .mod_eh_contenedorSocial{
		width:225px;
		margin:0 auto;
	}
	
	.mod_eh_footer #mod_header_MPln,
	.mod_eh_footer #mod_header_MPgp,
	.mod_eh_footer #mod_header_MPpn,
	.mod_eh_footer #mod_header_MPrss{
		display:none;
	}
}
@media print
{
	.mod_eh_footer
	{
		display: none;
	}
}