#botonera {
	display:block;
	margin-left:26px;
	margin-top:8px;
	padding:0px;
	list-style-type: none;
	margin-bottom:8px;
}
#botonera li {
	display: block;
	float:left;
	width:97px;
	height:26px;
	padding:0px;
	margin-right:4px;
}

#botonera li, #backhome {
	background-color:#5ca5d9;
}

#botonera li:hover,
#botonera a:hover,
#empresa #botonempresa,
#productos #botonproductos,
#portfolio #botonportfolio,
#novedades #botonnovedades,
#contactos #botoncontacto,
#present #botonpresent,
#backhome:hover {
	background-color:#d0df68;
}

#backhome {display:none;
	float:left;
	width:68px;
	height:26px;
	padding:0px;
	margin-right:4px;}
	
#empresa #backhome, #productos #backhome, #portfolio #backhome, #contactos #backhome, #novedades #backhome, #asistente #backhome {display:block;}

#switchlang {float:right; padding-right:14px;}