function seleccionar(){
	
	if(document.location.href.indexOf("cremas")>=0){
		document.getElementById("cremas").style.backgroundImage="url(img/btn_cremas_parapeinar-b.png)";
	}else{
     	if(document.location.href.indexOf("productos")>=0){
			document.getElementById("productos").style.backgroundImage="url(img/btn_productos-b.png)";		
				} // fin if portfolio
		}  //fin about
} // fin de function

function showLegal () {
 var opts = 'toolbar=no,width=830,height=600,scrollbars=yes,scrolling=yes,statusbar=no';
 var url = '/sitio/legales/legales.html';
 window.open (url, '', opts);
}