@charset "utf-8";
/* CSS Document */

#footer{
	position:relative;
	width:90%;
	left:50%;
	margin-left:-45%;
	height:200px;
	background-color:#999;
}
#menufooter{
	position:absolute;
	left:20px;
	top:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#redessocialesfooter{
	position:absolute;
	bottom:10px;
	left:20px;
}
#direccionfooter{
	position:absolute;
	right:210px;
	bottom:10px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#mapadireccion{
	position:absolute;
	right:5px;
	top:5px;
}