function abre_legal()
{
	window.open("/legal" , "ventana1" , "width=500,height=400,scrollbars=YES");
}

function abre_privacidad()
{
	window.open("/privacidad" , "ventana1" , "width=500,height=400,scrollbars=YES");
}

function olvido_pass()
{
	window.open("/olvido" , "ventana1" , "width=500,height=150,scrollbars=NO");
}

