if ( self.location.href == self.parent.location.href) {
	 var page
     page = self.location.href;
	 top.location.replace( "inicio.php");
    }