function links(enlace){
	return document.location='/'+enlace+'.html';
}
function linksSec(enlace){
	return document.location='/'+enlace+'/';
}
