
#footer {
	bottom:0px;
    height:30px;
    clear:both;
	position:fixed;
	background-color:#000;
	color:#fff;
	font-size:11px;
	width:100%;
	text-align:center;
	padding-top:6px;
} 

#footer #contenido {
	margin:0 auto 0 auto; width:920px;
	height:30px;
}

#footer #contenido #idiomas{
	width:200px;
	position:relative;
	float:left;
	text-align:left;
	height:30px;
}

#footer #contenido #social{
	width:550px;
	position:relative;
	float:left;
	text-align:center;
	height:30px;
}

#footer #contenido #avisolegal{
	width:150px;
	position:relative;
	float:right;
	text-align:right;
	height:30px;
}


#footer a:link, #footer a:active,#footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#ccc;
	text-decoration:none;
}