function abreVentana(url)
{
	window.location=url;
}
function abrePais(iso_code){
	window.location=base_href+"index.php?iso_code="+iso_code;
}
