@import url("general.css");


#espacio_footer{
	position:relative;
	height:48px;
	display:none;
}

#footer{
	
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	background-color:#ebebeb;
	height:48px;
	margin-top:-48px;
}

#footer #caja{
	padding:8px 0;
	text-align:center;
}

#footer #caja a{
	margin:0 8px;
}

#footer #caja a:hover{
	opacity:0.6;
}

#footer #caja a img{
	height:30px;
	width:auto;
}

#footer #firma{
	position:absolute;
	right:15px;
	top:13px;
	text-align:right;
	font-size:13px;
	color:#545454;
}

#footer #firma img,
#footer #caja #firma img{
	vertical-align:middle;
	margin-right:5px;
	margin-top:0px;
	width:30px;
	height:auto;
}

@media screen and (max-width: 1100px) {
	
}

@media screen and (max-width: 700px) {
	#espacio_footer{
		display:none;
	}
	
	#footer{
		position:relative;
		display:block;
		height:auto;
		
	}
	
	#footer #caja a{
		display: inline;
		margin:5px;
	}
	/*
	#footer #firma:not([mobil]){
		display:none;
	}*/
	
	#footer #caja #firma{
		position:relative;
		right:auto;
		top:auto;
		text-align:center;
	}
	
}

